OBSBasic.ui 49 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <author>Jim</author>
  4. <class>OBSBasic</class>
  5. <widget class="QMainWindow" name="OBSBasic">
  6. <property name="geometry">
  7. <rect>
  8. <x>0</x>
  9. <y>0</y>
  10. <width>1079</width>
  11. <height>730</height>
  12. </rect>
  13. </property>
  14. <property name="sizePolicy">
  15. <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
  16. <horstretch>0</horstretch>
  17. <verstretch>0</verstretch>
  18. </sizepolicy>
  19. </property>
  20. <property name="minimumSize">
  21. <size>
  22. <width>0</width>
  23. <height>0</height>
  24. </size>
  25. </property>
  26. <property name="windowTitle">
  27. <string>.MainWindow</string>
  28. </property>
  29. <property name="windowIcon">
  30. <iconset resource="obs.qrc">
  31. <normaloff>:/res/images/obs.png</normaloff>:/res/images/obs.png</iconset>
  32. </property>
  33. <property name="styleSheet">
  34. <string notr="true"/>
  35. </property>
  36. <widget class="QWidget" name="centralwidget">
  37. <layout class="QVBoxLayout" name="verticalLayout">
  38. <item>
  39. <layout class="QHBoxLayout" name="horizontalLayout_2">
  40. <item>
  41. <widget class="QLabel" name="previewDisabledLabel">
  42. <property name="sizePolicy">
  43. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  44. <horstretch>0</horstretch>
  45. <verstretch>0</verstretch>
  46. </sizepolicy>
  47. </property>
  48. <property name="contextMenuPolicy">
  49. <enum>Qt::CustomContextMenu</enum>
  50. </property>
  51. <property name="text">
  52. <string>Basic.Main.PreviewDisabled</string>
  53. </property>
  54. <property name="alignment">
  55. <set>Qt::AlignCenter</set>
  56. </property>
  57. </widget>
  58. </item>
  59. <item>
  60. <layout class="QHBoxLayout" name="previewLayout">
  61. <property name="spacing">
  62. <number>2</number>
  63. </property>
  64. <item>
  65. <layout class="QVBoxLayout" name="previewTextLayout">
  66. <property name="spacing">
  67. <number>4</number>
  68. </property>
  69. <item>
  70. <widget class="OBSBasicPreview" name="preview" native="true">
  71. <property name="sizePolicy">
  72. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  73. <horstretch>0</horstretch>
  74. <verstretch>0</verstretch>
  75. </sizepolicy>
  76. </property>
  77. <property name="minimumSize">
  78. <size>
  79. <width>32</width>
  80. <height>32</height>
  81. </size>
  82. </property>
  83. <property name="focusPolicy">
  84. <enum>Qt::ClickFocus</enum>
  85. </property>
  86. <property name="contextMenuPolicy">
  87. <enum>Qt::CustomContextMenu</enum>
  88. </property>
  89. <addaction name="actionRemoveSource"/>
  90. </widget>
  91. </item>
  92. </layout>
  93. </item>
  94. </layout>
  95. </item>
  96. </layout>
  97. </item>
  98. </layout>
  99. </widget>
  100. <widget class="QMenuBar" name="menubar">
  101. <property name="geometry">
  102. <rect>
  103. <x>0</x>
  104. <y>0</y>
  105. <width>1079</width>
  106. <height>21</height>
  107. </rect>
  108. </property>
  109. <widget class="QMenu" name="menu_File">
  110. <property name="title">
  111. <string>Basic.MainMenu.File</string>
  112. </property>
  113. <addaction name="actionShow_Recordings"/>
  114. <addaction name="actionRemux"/>
  115. <addaction name="separator"/>
  116. <addaction name="action_Settings"/>
  117. <addaction name="actionShowSettingsFolder"/>
  118. <addaction name="actionShowProfileFolder"/>
  119. <addaction name="separator"/>
  120. <addaction name="actionAlwaysOnTop"/>
  121. <addaction name="separator"/>
  122. <addaction name="actionE_xit"/>
  123. </widget>
  124. <widget class="QMenu" name="menuBasic_MainMenu_Help">
  125. <property name="title">
  126. <string>Basic.MainMenu.Help</string>
  127. </property>
  128. <widget class="QMenu" name="menuLogFiles">
  129. <property name="title">
  130. <string>Basic.MainMenu.Help.Logs</string>
  131. </property>
  132. <addaction name="actionShowLogs"/>
  133. <addaction name="actionUploadCurrentLog"/>
  134. <addaction name="actionUploadLastLog"/>
  135. <addaction name="actionViewCurrentLog"/>
  136. </widget>
  137. <addaction name="actionWebsite"/>
  138. <addaction name="separator"/>
  139. <addaction name="menuLogFiles"/>
  140. <addaction name="actionCheckForUpdates"/>
  141. </widget>
  142. <widget class="QMenu" name="menuBasic_MainMenu_Edit">
  143. <property name="title">
  144. <string>Basic.MainMenu.Edit</string>
  145. </property>
  146. <widget class="QMenu" name="transformMenu">
  147. <property name="title">
  148. <string>Basic.MainMenu.Edit.Transform</string>
  149. </property>
  150. <addaction name="actionEditTransform"/>
  151. <addaction name="actionCopyTransform"/>
  152. <addaction name="actionPasteTransform"/>
  153. <addaction name="actionResetTransform"/>
  154. <addaction name="separator"/>
  155. <addaction name="actionRotate90CW"/>
  156. <addaction name="actionRotate90CCW"/>
  157. <addaction name="actionRotate180"/>
  158. <addaction name="separator"/>
  159. <addaction name="actionFlipHorizontal"/>
  160. <addaction name="actionFlipVertical"/>
  161. <addaction name="separator"/>
  162. <addaction name="actionFitToScreen"/>
  163. <addaction name="actionStretchToScreen"/>
  164. <addaction name="actionCenterToScreen"/>
  165. </widget>
  166. <widget class="QMenu" name="orderMenu">
  167. <property name="title">
  168. <string>Basic.MainMenu.Edit.Order</string>
  169. </property>
  170. <addaction name="actionMoveUp"/>
  171. <addaction name="actionMoveDown"/>
  172. <addaction name="separator"/>
  173. <addaction name="actionMoveToTop"/>
  174. <addaction name="actionMoveToBottom"/>
  175. </widget>
  176. <widget class="QMenu" name="scalingMenu">
  177. <property name="title">
  178. <string>Basic.MainMenu.Edit.Scale</string>
  179. </property>
  180. <addaction name="actionScaleWindow"/>
  181. <addaction name="actionScaleCanvas"/>
  182. <addaction name="actionScaleOutput"/>
  183. </widget>
  184. <action name="actionCopySource">
  185. <property name="text">
  186. <string>Copy</string>
  187. </property>
  188. <property name="shortcut">
  189. <string>Ctrl+C</string>
  190. </property>
  191. </action>
  192. <action name="actionPasteRef">
  193. <property name="enabled">
  194. <bool>false</bool>
  195. </property>
  196. <property name="text">
  197. <string>PasteReference</string>
  198. </property>
  199. <property name="iconText">
  200. <string>PasteReference</string>
  201. </property>
  202. <property name="toolTip">
  203. <string>PasteReference</string>
  204. </property>
  205. <property name="shortcut">
  206. <string>Ctrl+V</string>
  207. </property>
  208. </action>
  209. <action name="actionCopyFilters">
  210. <property name="text">
  211. <string>Copy.Filters</string>
  212. </property>
  213. </action>
  214. <action name="actionPasteFilters">
  215. <property name="enabled">
  216. <bool>false</bool>
  217. </property>
  218. <property name="text">
  219. <string>Paste.Filters</string>
  220. </property>
  221. </action>
  222. <addaction name="actionCopySource"/>
  223. <addaction name="actionPasteRef"/>
  224. <addaction name="actionPasteDup"/>
  225. <addaction name="separator"/>
  226. <addaction name="actionCopyFilters"/>
  227. <addaction name="actionPasteFilters"/>
  228. <addaction name="separator"/>
  229. <addaction name="transformMenu"/>
  230. <addaction name="orderMenu"/>
  231. <addaction name="scalingMenu"/>
  232. <addaction name="actionLockPreview"/>
  233. <addaction name="separator"/>
  234. <addaction name="actionAdvAudioProperties"/>
  235. </widget>
  236. <widget class="QMenu" name="profileMenu">
  237. <property name="title">
  238. <string>Basic.MainMenu.Profile</string>
  239. </property>
  240. <addaction name="actionNewProfile"/>
  241. <addaction name="actionDupProfile"/>
  242. <addaction name="actionRenameProfile"/>
  243. <addaction name="actionRemoveProfile"/>
  244. <addaction name="actionImportProfile"/>
  245. <addaction name="actionExportProfile"/>
  246. <addaction name="separator"/>
  247. </widget>
  248. <widget class="QMenu" name="sceneCollectionMenu">
  249. <property name="title">
  250. <string>Basic.MainMenu.SceneCollection</string>
  251. </property>
  252. <addaction name="actionNewSceneCollection"/>
  253. <addaction name="actionDupSceneCollection"/>
  254. <addaction name="actionRenameSceneCollection"/>
  255. <addaction name="actionRemoveSceneCollection"/>
  256. <addaction name="actionImportSceneCollection"/>
  257. <addaction name="actionExportSceneCollection"/>
  258. <addaction name="separator"/>
  259. </widget>
  260. <widget class="QMenu" name="viewMenu">
  261. <property name="title">
  262. <string>Basic.MainMenu.View</string>
  263. </property>
  264. <widget class="QMenu" name="viewMenuToolbars">
  265. <property name="title">
  266. <string>Basic.MainMenu.View.Toolbars</string>
  267. </property>
  268. <addaction name="toggleListboxToolbars"/>
  269. </widget>
  270. <widget class="QMenu" name="viewMenuDocks">
  271. <property name="title">
  272. <string>Basic.MainMenu.View.Docks</string>
  273. </property>
  274. <addaction name="resetUI"/>
  275. <addaction name="lockUI"/>
  276. <addaction name="separator"/>
  277. <addaction name="toggleScenes"/>
  278. <addaction name="toggleSources"/>
  279. <addaction name="toggleMixer"/>
  280. <addaction name="toggleTransitions"/>
  281. <addaction name="toggleControls"/>
  282. </widget>
  283. <action name="actionFullscreenInterface">
  284. <property name="text">
  285. <string>Basic.MainMenu.View.Fullscreen.Interface</string>
  286. </property>
  287. <property name="shortcut">
  288. <string>F11</string>
  289. </property>
  290. </action>
  291. <addaction name="actionFullscreenInterface"/>
  292. <addaction name="separator"/>
  293. <addaction name="viewMenuDocks"/>
  294. <addaction name="viewMenuToolbars"/>
  295. <addaction name="toggleStatusBar"/>
  296. <addaction name="separator"/>
  297. <addaction name="stats"/>
  298. </widget>
  299. <widget class="QMenu" name="menuTools">
  300. <property name="title">
  301. <string>Basic.MainMenu.Tools</string>
  302. </property>
  303. <addaction name="autoConfigure"/>
  304. <addaction name="separator"/>
  305. </widget>
  306. <addaction name="menu_File"/>
  307. <addaction name="menuBasic_MainMenu_Edit"/>
  308. <addaction name="viewMenu"/>
  309. <addaction name="profileMenu"/>
  310. <addaction name="sceneCollectionMenu"/>
  311. <addaction name="menuTools"/>
  312. <addaction name="menuBasic_MainMenu_Help"/>
  313. </widget>
  314. <widget class="OBSBasicStatusBar" name="statusbar"/>
  315. <widget class="QDockWidget" name="scenesDock">
  316. <property name="features">
  317. <set>QDockWidget::AllDockWidgetFeatures</set>
  318. </property>
  319. <property name="windowTitle">
  320. <string>Basic.Main.Scenes</string>
  321. </property>
  322. <attribute name="dockWidgetArea">
  323. <number>8</number>
  324. </attribute>
  325. <widget class="QWidget" name="dockWidgetContents_2">
  326. <layout class="QVBoxLayout" name="verticalLayout_6">
  327. <property name="leftMargin">
  328. <number>4</number>
  329. </property>
  330. <property name="topMargin">
  331. <number>4</number>
  332. </property>
  333. <property name="rightMargin">
  334. <number>4</number>
  335. </property>
  336. <property name="bottomMargin">
  337. <number>4</number>
  338. </property>
  339. <item>
  340. <widget class="QFrame" name="scenesFrame">
  341. <property name="sizePolicy">
  342. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  343. <horstretch>0</horstretch>
  344. <verstretch>0</verstretch>
  345. </sizepolicy>
  346. </property>
  347. <property name="minimumSize">
  348. <size>
  349. <width>160</width>
  350. <height>0</height>
  351. </size>
  352. </property>
  353. <property name="frameShape">
  354. <enum>QFrame::StyledPanel</enum>
  355. </property>
  356. <property name="frameShadow">
  357. <enum>QFrame::Sunken</enum>
  358. </property>
  359. <layout class="QVBoxLayout" name="verticalLayout_12">
  360. <property name="spacing">
  361. <number>0</number>
  362. </property>
  363. <property name="leftMargin">
  364. <number>0</number>
  365. </property>
  366. <property name="topMargin">
  367. <number>0</number>
  368. </property>
  369. <property name="rightMargin">
  370. <number>0</number>
  371. </property>
  372. <property name="bottomMargin">
  373. <number>0</number>
  374. </property>
  375. <item>
  376. <widget class="QListWidget" name="scenes">
  377. <property name="sizePolicy">
  378. <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
  379. <horstretch>0</horstretch>
  380. <verstretch>0</verstretch>
  381. </sizepolicy>
  382. </property>
  383. <property name="contextMenuPolicy">
  384. <enum>Qt::CustomContextMenu</enum>
  385. </property>
  386. <property name="frameShape">
  387. <enum>QFrame::NoFrame</enum>
  388. </property>
  389. <property name="frameShadow">
  390. <enum>QFrame::Plain</enum>
  391. </property>
  392. <property name="showDropIndicator" stdset="0">
  393. <bool>true</bool>
  394. </property>
  395. <property name="dragEnabled">
  396. <bool>true</bool>
  397. </property>
  398. <property name="dragDropMode">
  399. <enum>QAbstractItemView::InternalMove</enum>
  400. </property>
  401. <property name="defaultDropAction">
  402. <enum>Qt::TargetMoveAction</enum>
  403. </property>
  404. <addaction name="actionRemoveScene"/>
  405. </widget>
  406. </item>
  407. <item>
  408. <widget class="QToolBar" name="scenesToolbar">
  409. <property name="iconSize">
  410. <size>
  411. <width>16</width>
  412. <height>16</height>
  413. </size>
  414. </property>
  415. <property name="floatable">
  416. <bool>false</bool>
  417. </property>
  418. <addaction name="actionAddScene"/>
  419. <addaction name="actionRemoveScene"/>
  420. <addaction name="separator"/>
  421. <addaction name="actionSceneUp"/>
  422. <addaction name="actionSceneDown"/>
  423. </widget>
  424. </item>
  425. <item>
  426. <spacer name="scenesFixedSizeHSpacer">
  427. <property name="orientation">
  428. <enum>Qt::Horizontal</enum>
  429. </property>
  430. <property name="sizeType">
  431. <enum>QSizePolicy::Fixed</enum>
  432. </property>
  433. <property name="sizeHint" stdset="0">
  434. <size>
  435. <width>150</width>
  436. <height>0</height>
  437. </size>
  438. </property>
  439. </spacer>
  440. </item>
  441. </layout>
  442. </widget>
  443. </item>
  444. </layout>
  445. </widget>
  446. </widget>
  447. <widget class="QDockWidget" name="sourcesDock">
  448. <property name="features">
  449. <set>QDockWidget::AllDockWidgetFeatures</set>
  450. </property>
  451. <property name="windowTitle">
  452. <string>Basic.Main.Sources</string>
  453. </property>
  454. <attribute name="dockWidgetArea">
  455. <number>8</number>
  456. </attribute>
  457. <widget class="QWidget" name="dockWidgetContents_6">
  458. <layout class="QVBoxLayout" name="verticalLayout_5">
  459. <property name="leftMargin">
  460. <number>4</number>
  461. </property>
  462. <property name="topMargin">
  463. <number>4</number>
  464. </property>
  465. <property name="rightMargin">
  466. <number>4</number>
  467. </property>
  468. <property name="bottomMargin">
  469. <number>4</number>
  470. </property>
  471. <item>
  472. <widget class="QFrame" name="sourcesFrame">
  473. <property name="sizePolicy">
  474. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  475. <horstretch>0</horstretch>
  476. <verstretch>0</verstretch>
  477. </sizepolicy>
  478. </property>
  479. <property name="minimumSize">
  480. <size>
  481. <width>160</width>
  482. <height>0</height>
  483. </size>
  484. </property>
  485. <property name="frameShape">
  486. <enum>QFrame::StyledPanel</enum>
  487. </property>
  488. <property name="frameShadow">
  489. <enum>QFrame::Sunken</enum>
  490. </property>
  491. <layout class="QVBoxLayout" name="verticalLayout_17">
  492. <property name="spacing">
  493. <number>0</number>
  494. </property>
  495. <property name="leftMargin">
  496. <number>0</number>
  497. </property>
  498. <property name="topMargin">
  499. <number>0</number>
  500. </property>
  501. <property name="rightMargin">
  502. <number>0</number>
  503. </property>
  504. <property name="bottomMargin">
  505. <number>0</number>
  506. </property>
  507. <item>
  508. <widget class="SourceListWidget" name="sources">
  509. <property name="sizePolicy">
  510. <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
  511. <horstretch>0</horstretch>
  512. <verstretch>0</verstretch>
  513. </sizepolicy>
  514. </property>
  515. <property name="contextMenuPolicy">
  516. <enum>Qt::CustomContextMenu</enum>
  517. </property>
  518. <property name="frameShape">
  519. <enum>QFrame::NoFrame</enum>
  520. </property>
  521. <property name="showDropIndicator" stdset="0">
  522. <bool>true</bool>
  523. </property>
  524. <property name="dragEnabled">
  525. <bool>true</bool>
  526. </property>
  527. <property name="dragDropMode">
  528. <enum>QAbstractItemView::InternalMove</enum>
  529. </property>
  530. <property name="defaultDropAction">
  531. <enum>Qt::TargetMoveAction</enum>
  532. </property>
  533. <property name="selectionMode">
  534. <enum>QAbstractItemView::ExtendedSelection</enum>
  535. </property>
  536. <addaction name="actionRemoveSource"/>
  537. </widget>
  538. </item>
  539. <item>
  540. <widget class="QToolBar" name="sourcesToolbar">
  541. <property name="iconSize">
  542. <size>
  543. <width>16</width>
  544. <height>16</height>
  545. </size>
  546. </property>
  547. <property name="floatable">
  548. <bool>false</bool>
  549. </property>
  550. <addaction name="actionAddSource"/>
  551. <addaction name="actionRemoveSource"/>
  552. <addaction name="actionSourceProperties"/>
  553. <addaction name="separator"/>
  554. <addaction name="actionSourceUp"/>
  555. <addaction name="actionSourceDown"/>
  556. </widget>
  557. </item>
  558. <item>
  559. <spacer name="sourcesFixedSizeHSpacer">
  560. <property name="orientation">
  561. <enum>Qt::Horizontal</enum>
  562. </property>
  563. <property name="sizeType">
  564. <enum>QSizePolicy::Fixed</enum>
  565. </property>
  566. <property name="sizeHint" stdset="0">
  567. <size>
  568. <width>150</width>
  569. <height>0</height>
  570. </size>
  571. </property>
  572. </spacer>
  573. </item>
  574. </layout>
  575. </widget>
  576. </item>
  577. </layout>
  578. </widget>
  579. </widget>
  580. <widget class="QDockWidget" name="mixerDock">
  581. <property name="features">
  582. <set>QDockWidget::AllDockWidgetFeatures</set>
  583. </property>
  584. <property name="windowTitle">
  585. <string>Mixer</string>
  586. </property>
  587. <attribute name="dockWidgetArea">
  588. <number>8</number>
  589. </attribute>
  590. <widget class="QWidget" name="dockWidgetContents_7">
  591. <layout class="QVBoxLayout" name="verticalLayout_4">
  592. <property name="leftMargin">
  593. <number>4</number>
  594. </property>
  595. <property name="topMargin">
  596. <number>4</number>
  597. </property>
  598. <property name="rightMargin">
  599. <number>4</number>
  600. </property>
  601. <property name="bottomMargin">
  602. <number>4</number>
  603. </property>
  604. <item>
  605. <widget class="VScrollArea" name="scrollArea">
  606. <property name="minimumSize">
  607. <size>
  608. <width>220</width>
  609. <height>0</height>
  610. </size>
  611. </property>
  612. <property name="frameShape">
  613. <enum>QFrame::StyledPanel</enum>
  614. </property>
  615. <property name="frameShadow">
  616. <enum>QFrame::Sunken</enum>
  617. </property>
  618. <property name="verticalScrollBarPolicy">
  619. <enum>Qt::ScrollBarAlwaysOn</enum>
  620. </property>
  621. <property name="horizontalScrollBarPolicy">
  622. <enum>Qt::ScrollBarAlwaysOff</enum>
  623. </property>
  624. <property name="widgetResizable">
  625. <bool>true</bool>
  626. </property>
  627. <widget class="QWidget" name="volumeWidgets">
  628. <property name="geometry">
  629. <rect>
  630. <x>0</x>
  631. <y>0</y>
  632. <width>230</width>
  633. <height>16</height>
  634. </rect>
  635. </property>
  636. <property name="sizePolicy">
  637. <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
  638. <horstretch>0</horstretch>
  639. <verstretch>0</verstretch>
  640. </sizepolicy>
  641. </property>
  642. <layout class="QVBoxLayout" name="verticalLayout_18">
  643. <property name="spacing">
  644. <number>0</number>
  645. </property>
  646. <property name="leftMargin">
  647. <number>0</number>
  648. </property>
  649. <property name="topMargin">
  650. <number>0</number>
  651. </property>
  652. <property name="rightMargin">
  653. <number>0</number>
  654. </property>
  655. <property name="bottomMargin">
  656. <number>0</number>
  657. </property>
  658. </layout>
  659. </widget>
  660. </widget>
  661. </item>
  662. <item>
  663. <layout class="QHBoxLayout" name="mixadvHLayout">
  664. <property name="spacing">
  665. <number>2</number>
  666. </property>
  667. <item>
  668. <spacer name="mixadvHSpacer">
  669. <property name="orientation">
  670. <enum>Qt::Horizontal</enum>
  671. </property>
  672. <property name="sizeHint" stdset="0">
  673. <size>
  674. <width>0</width>
  675. <height>0</height>
  676. </size>
  677. </property>
  678. </spacer>
  679. </item>
  680. <item>
  681. <widget class="QPushButton" name="advAudioProps">
  682. <property name="sizePolicy">
  683. <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
  684. <horstretch>0</horstretch>
  685. <verstretch>0</verstretch>
  686. </sizepolicy>
  687. </property>
  688. <property name="maximumSize">
  689. <size>
  690. <width>22</width>
  691. <height>22</height>
  692. </size>
  693. </property>
  694. <property name="accessibleName">
  695. <string>Basic.AdvAudio</string>
  696. </property>
  697. <property name="text">
  698. <string notr="true"/>
  699. </property>
  700. <property name="icon">
  701. <iconset resource="obs.qrc">
  702. <normaloff>:/res/images/configuration21_16.png</normaloff>:/res/images/configuration21_16.png</iconset>
  703. </property>
  704. <property name="flat">
  705. <bool>true</bool>
  706. </property>
  707. <property name="themeID" stdset="0">
  708. <string notr="true">configIconSmall</string>
  709. </property>
  710. </widget>
  711. </item>
  712. </layout>
  713. </item>
  714. </layout>
  715. </widget>
  716. </widget>
  717. <widget class="QDockWidget" name="transitionsDock">
  718. <property name="features">
  719. <set>QDockWidget::AllDockWidgetFeatures</set>
  720. </property>
  721. <property name="windowTitle">
  722. <string>Basic.SceneTransitions</string>
  723. </property>
  724. <attribute name="dockWidgetArea">
  725. <number>8</number>
  726. </attribute>
  727. <widget class="QWidget" name="dockWidgetContents_5">
  728. <layout class="QVBoxLayout" name="verticalLayout_3">
  729. <property name="leftMargin">
  730. <number>4</number>
  731. </property>
  732. <property name="topMargin">
  733. <number>4</number>
  734. </property>
  735. <property name="rightMargin">
  736. <number>4</number>
  737. </property>
  738. <property name="bottomMargin">
  739. <number>4</number>
  740. </property>
  741. <item>
  742. <widget class="QWidget" name="transitionsContainer" native="true">
  743. <layout class="QVBoxLayout" name="verticalLayout_2">
  744. <property name="spacing">
  745. <number>4</number>
  746. </property>
  747. <property name="leftMargin">
  748. <number>1</number>
  749. </property>
  750. <property name="topMargin">
  751. <number>1</number>
  752. </property>
  753. <property name="rightMargin">
  754. <number>1</number>
  755. </property>
  756. <property name="bottomMargin">
  757. <number>2</number>
  758. </property>
  759. <item>
  760. <widget class="QComboBox" name="transitions">
  761. <property name="minimumSize">
  762. <size>
  763. <width>120</width>
  764. <height>0</height>
  765. </size>
  766. </property>
  767. <property name="accessibleName">
  768. <string>Transition</string>
  769. </property>
  770. </widget>
  771. </item>
  772. <item>
  773. <layout class="QHBoxLayout" name="horizontalLayout_4">
  774. <property name="spacing">
  775. <number>4</number>
  776. </property>
  777. <item>
  778. <spacer name="horizontalSpacer">
  779. <property name="orientation">
  780. <enum>Qt::Horizontal</enum>
  781. </property>
  782. <property name="sizeType">
  783. <enum>QSizePolicy::Expanding</enum>
  784. </property>
  785. <property name="sizeHint" stdset="0">
  786. <size>
  787. <width>40</width>
  788. <height>20</height>
  789. </size>
  790. </property>
  791. </spacer>
  792. </item>
  793. <item>
  794. <widget class="QPushButton" name="transitionAdd">
  795. <property name="sizePolicy">
  796. <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
  797. <horstretch>0</horstretch>
  798. <verstretch>0</verstretch>
  799. </sizepolicy>
  800. </property>
  801. <property name="maximumSize">
  802. <size>
  803. <width>22</width>
  804. <height>22</height>
  805. </size>
  806. </property>
  807. <property name="toolTip">
  808. <string>Basic.AddTransition</string>
  809. </property>
  810. <property name="accessibleName">
  811. <string>Basic.AddTransition</string>
  812. </property>
  813. <property name="text">
  814. <string notr="true"/>
  815. </property>
  816. <property name="icon">
  817. <iconset resource="obs.qrc">
  818. <normaloff>:/res/images/add.png</normaloff>:/res/images/add.png</iconset>
  819. </property>
  820. <property name="flat">
  821. <bool>true</bool>
  822. </property>
  823. <property name="themeID" stdset="0">
  824. <string notr="true">addIconSmall</string>
  825. </property>
  826. </widget>
  827. </item>
  828. <item>
  829. <widget class="QPushButton" name="transitionRemove">
  830. <property name="sizePolicy">
  831. <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
  832. <horstretch>0</horstretch>
  833. <verstretch>0</verstretch>
  834. </sizepolicy>
  835. </property>
  836. <property name="maximumSize">
  837. <size>
  838. <width>22</width>
  839. <height>22</height>
  840. </size>
  841. </property>
  842. <property name="toolTip">
  843. <string>Basic.RemoveTransition</string>
  844. </property>
  845. <property name="accessibleName">
  846. <string>Basic.RemoveTransition</string>
  847. </property>
  848. <property name="text">
  849. <string notr="true"/>
  850. </property>
  851. <property name="icon">
  852. <iconset resource="obs.qrc">
  853. <normaloff>:/res/images/list_remove.png</normaloff>:/res/images/list_remove.png</iconset>
  854. </property>
  855. <property name="flat">
  856. <bool>true</bool>
  857. </property>
  858. <property name="themeID" stdset="0">
  859. <string notr="true">removeIconSmall</string>
  860. </property>
  861. </widget>
  862. </item>
  863. <item>
  864. <widget class="QPushButton" name="transitionProps">
  865. <property name="sizePolicy">
  866. <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
  867. <horstretch>0</horstretch>
  868. <verstretch>0</verstretch>
  869. </sizepolicy>
  870. </property>
  871. <property name="maximumSize">
  872. <size>
  873. <width>22</width>
  874. <height>22</height>
  875. </size>
  876. </property>
  877. <property name="toolTip">
  878. <string>Basic.TransitionProperties</string>
  879. </property>
  880. <property name="accessibleName">
  881. <string>Basic.TransitionProperties</string>
  882. </property>
  883. <property name="text">
  884. <string notr="true"/>
  885. </property>
  886. <property name="icon">
  887. <iconset resource="obs.qrc">
  888. <normaloff>:/res/images/configuration21_16.png</normaloff>:/res/images/configuration21_16.png</iconset>
  889. </property>
  890. <property name="flat">
  891. <bool>true</bool>
  892. </property>
  893. <property name="themeID" stdset="0">
  894. <string notr="true">configIconSmall</string>
  895. </property>
  896. </widget>
  897. </item>
  898. </layout>
  899. </item>
  900. <item>
  901. <layout class="QHBoxLayout" name="horizontalLayout_3">
  902. <property name="spacing">
  903. <number>4</number>
  904. </property>
  905. <item>
  906. <widget class="QLabel" name="transitionDurationLabel">
  907. <property name="sizePolicy">
  908. <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
  909. <horstretch>0</horstretch>
  910. <verstretch>0</verstretch>
  911. </sizepolicy>
  912. </property>
  913. <property name="text">
  914. <string>Basic.TransitionDuration</string>
  915. </property>
  916. <property name="buddy">
  917. <cstring>transitionDuration</cstring>
  918. </property>
  919. </widget>
  920. </item>
  921. <item>
  922. <widget class="QSpinBox" name="transitionDuration">
  923. <property name="accessibleName">
  924. <string>Basic.TransitionDuration</string>
  925. </property>
  926. <property name="suffix">
  927. <string>ms</string>
  928. </property>
  929. <property name="minimum">
  930. <number>2</number>
  931. </property>
  932. <property name="maximum">
  933. <number>10000</number>
  934. </property>
  935. <property name="singleStep">
  936. <number>50</number>
  937. </property>
  938. <property name="value">
  939. <number>300</number>
  940. </property>
  941. </widget>
  942. </item>
  943. </layout>
  944. </item>
  945. <item>
  946. <spacer name="verticalSpacer">
  947. <property name="orientation">
  948. <enum>Qt::Vertical</enum>
  949. </property>
  950. <property name="sizeHint" stdset="0">
  951. <size>
  952. <width>20</width>
  953. <height>40</height>
  954. </size>
  955. </property>
  956. </spacer>
  957. </item>
  958. </layout>
  959. </widget>
  960. </item>
  961. </layout>
  962. </widget>
  963. </widget>
  964. <widget class="QDockWidget" name="controlsDock">
  965. <property name="features">
  966. <set>QDockWidget::AllDockWidgetFeatures</set>
  967. </property>
  968. <property name="windowTitle">
  969. <string>Basic.Main.Controls</string>
  970. </property>
  971. <attribute name="dockWidgetArea">
  972. <number>8</number>
  973. </attribute>
  974. <widget class="QWidget" name="dockWidgetContents_3">
  975. <layout class="QVBoxLayout" name="buttonsVLayout">
  976. <property name="spacing">
  977. <number>2</number>
  978. </property>
  979. <property name="leftMargin">
  980. <number>4</number>
  981. </property>
  982. <property name="topMargin">
  983. <number>4</number>
  984. </property>
  985. <property name="rightMargin">
  986. <number>4</number>
  987. </property>
  988. <property name="bottomMargin">
  989. <number>4</number>
  990. </property>
  991. <item>
  992. <widget class="QPushButton" name="streamButton">
  993. <property name="enabled">
  994. <bool>true</bool>
  995. </property>
  996. <property name="sizePolicy">
  997. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  998. <horstretch>0</horstretch>
  999. <verstretch>0</verstretch>
  1000. </sizepolicy>
  1001. </property>
  1002. <property name="text">
  1003. <string>Basic.Main.StartStreaming</string>
  1004. </property>
  1005. <property name="checkable">
  1006. <bool>false</bool>
  1007. </property>
  1008. </widget>
  1009. </item>
  1010. <item>
  1011. <widget class="QPushButton" name="recordButton">
  1012. <property name="enabled">
  1013. <bool>true</bool>
  1014. </property>
  1015. <property name="sizePolicy">
  1016. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  1017. <horstretch>0</horstretch>
  1018. <verstretch>0</verstretch>
  1019. </sizepolicy>
  1020. </property>
  1021. <property name="minimumSize">
  1022. <size>
  1023. <width>130</width>
  1024. <height>0</height>
  1025. </size>
  1026. </property>
  1027. <property name="text">
  1028. <string>Basic.Main.StartRecording</string>
  1029. </property>
  1030. </widget>
  1031. </item>
  1032. <item>
  1033. <widget class="QPushButton" name="modeSwitch">
  1034. <property name="text">
  1035. <string>Basic.TogglePreviewProgramMode</string>
  1036. </property>
  1037. <property name="checkable">
  1038. <bool>true</bool>
  1039. </property>
  1040. </widget>
  1041. </item>
  1042. <item>
  1043. <widget class="QPushButton" name="settingsButton">
  1044. <property name="sizePolicy">
  1045. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  1046. <horstretch>0</horstretch>
  1047. <verstretch>0</verstretch>
  1048. </sizepolicy>
  1049. </property>
  1050. <property name="text">
  1051. <string>Settings</string>
  1052. </property>
  1053. </widget>
  1054. </item>
  1055. <item>
  1056. <widget class="QPushButton" name="exitButton">
  1057. <property name="sizePolicy">
  1058. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  1059. <horstretch>0</horstretch>
  1060. <verstretch>0</verstretch>
  1061. </sizepolicy>
  1062. </property>
  1063. <property name="text">
  1064. <string>Exit</string>
  1065. </property>
  1066. </widget>
  1067. </item>
  1068. <item>
  1069. <spacer name="expVSpacer">
  1070. <property name="orientation">
  1071. <enum>Qt::Vertical</enum>
  1072. </property>
  1073. <property name="sizeHint" stdset="0">
  1074. <size>
  1075. <width>0</width>
  1076. <height>0</height>
  1077. </size>
  1078. </property>
  1079. </spacer>
  1080. </item>
  1081. </layout>
  1082. </widget>
  1083. </widget>
  1084. <action name="actionAddScene">
  1085. <property name="icon">
  1086. <iconset resource="obs.qrc">
  1087. <normaloff>:/res/images/add.png</normaloff>:/res/images/add.png</iconset>
  1088. </property>
  1089. <property name="text">
  1090. <string>Add</string>
  1091. </property>
  1092. <property name="themeID" stdset="0">
  1093. <string notr="true">addIconSmall</string>
  1094. </property>
  1095. </action>
  1096. <action name="actionAddSource">
  1097. <property name="icon">
  1098. <iconset resource="obs.qrc">
  1099. <normaloff>:/res/images/add.png</normaloff>:/res/images/add.png</iconset>
  1100. </property>
  1101. <property name="text">
  1102. <string>Add</string>
  1103. </property>
  1104. <property name="themeID" stdset="0">
  1105. <string notr="true">addIconSmall</string>
  1106. </property>
  1107. </action>
  1108. <action name="actionRemoveScene">
  1109. <property name="icon">
  1110. <iconset resource="obs.qrc">
  1111. <normaloff>:/res/images/list_remove.png</normaloff>:/res/images/list_remove.png</iconset>
  1112. </property>
  1113. <property name="text">
  1114. <string>Remove</string>
  1115. </property>
  1116. <property name="shortcut">
  1117. <string>Del</string>
  1118. </property>
  1119. <property name="shortcutContext">
  1120. <enum>Qt::WidgetWithChildrenShortcut</enum>
  1121. </property>
  1122. <property name="themeID" stdset="0">
  1123. <string notr="true">removeIconSmall</string>
  1124. </property>
  1125. </action>
  1126. <action name="actionRemoveSource">
  1127. <property name="icon">
  1128. <iconset resource="obs.qrc">
  1129. <normaloff>:/res/images/list_remove.png</normaloff>:/res/images/list_remove.png</iconset>
  1130. </property>
  1131. <property name="text">
  1132. <string>Remove</string>
  1133. </property>
  1134. <property name="shortcut">
  1135. <string>Del</string>
  1136. </property>
  1137. <property name="shortcutContext">
  1138. <enum>Qt::WidgetWithChildrenShortcut</enum>
  1139. </property>
  1140. <property name="themeID" stdset="0">
  1141. <string notr="true">removeIconSmall</string>
  1142. </property>
  1143. </action>
  1144. <action name="actionSourceProperties">
  1145. <property name="enabled">
  1146. <bool>true</bool>
  1147. </property>
  1148. <property name="icon">
  1149. <iconset resource="obs.qrc">
  1150. <normaloff>:/res/images/properties.png</normaloff>:/res/images/properties.png</iconset>
  1151. </property>
  1152. <property name="text">
  1153. <string>Properties</string>
  1154. </property>
  1155. <property name="themeID" stdset="0">
  1156. <string notr="true">propertiesIconSmall</string>
  1157. </property>
  1158. </action>
  1159. <action name="actionSceneUp">
  1160. <property name="icon">
  1161. <iconset resource="obs.qrc">
  1162. <normaloff>:/res/images/up.png</normaloff>:/res/images/up.png</iconset>
  1163. </property>
  1164. <property name="text">
  1165. <string>MoveUp</string>
  1166. </property>
  1167. <property name="themeID" stdset="0">
  1168. <string notr="true">upArrowIconSmall</string>
  1169. </property>
  1170. </action>
  1171. <action name="actionSourceUp">
  1172. <property name="enabled">
  1173. <bool>true</bool>
  1174. </property>
  1175. <property name="icon">
  1176. <iconset resource="obs.qrc">
  1177. <normaloff>:/res/images/up.png</normaloff>:/res/images/up.png</iconset>
  1178. </property>
  1179. <property name="text">
  1180. <string>MoveUp</string>
  1181. </property>
  1182. <property name="themeID" stdset="0">
  1183. <string notr="true">upArrowIconSmall</string>
  1184. </property>
  1185. </action>
  1186. <action name="actionSceneDown">
  1187. <property name="icon">
  1188. <iconset resource="obs.qrc">
  1189. <normaloff>:/res/images/down.png</normaloff>:/res/images/down.png</iconset>
  1190. </property>
  1191. <property name="text">
  1192. <string>MoveDown</string>
  1193. </property>
  1194. <property name="themeID" stdset="0">
  1195. <string notr="true">downArrowIconSmall</string>
  1196. </property>
  1197. </action>
  1198. <action name="actionSourceDown">
  1199. <property name="enabled">
  1200. <bool>true</bool>
  1201. </property>
  1202. <property name="icon">
  1203. <iconset resource="obs.qrc">
  1204. <normaloff>:/res/images/down.png</normaloff>:/res/images/down.png</iconset>
  1205. </property>
  1206. <property name="text">
  1207. <string>MoveDown</string>
  1208. </property>
  1209. <property name="themeID" stdset="0">
  1210. <string notr="true">downArrowIconSmall</string>
  1211. </property>
  1212. </action>
  1213. <action name="actionShow_Recordings">
  1214. <property name="text">
  1215. <string>Basic.MainMenu.File.ShowRecordings</string>
  1216. </property>
  1217. </action>
  1218. <action name="actionRemux">
  1219. <property name="text">
  1220. <string>Basic.MainMenu.File.Remux</string>
  1221. </property>
  1222. </action>
  1223. <action name="action_Settings">
  1224. <property name="text">
  1225. <string>Basic.MainMenu.File.Settings</string>
  1226. </property>
  1227. </action>
  1228. <action name="actionE_xit">
  1229. <property name="text">
  1230. <string>Basic.MainMenu.File.Exit</string>
  1231. </property>
  1232. </action>
  1233. <action name="actionShowLogs">
  1234. <property name="text">
  1235. <string>Basic.MainMenu.Help.Logs.ShowLogs</string>
  1236. </property>
  1237. </action>
  1238. <action name="actionUploadLastLog">
  1239. <property name="text">
  1240. <string>Basic.MainMenu.Help.Logs.UploadLastLog</string>
  1241. </property>
  1242. </action>
  1243. <action name="actionUploadCurrentLog">
  1244. <property name="text">
  1245. <string>Basic.MainMenu.Help.Logs.UploadCurrentLog</string>
  1246. </property>
  1247. </action>
  1248. <action name="actionViewCurrentLog">
  1249. <property name="text">
  1250. <string>Basic.MainMenu.Help.Logs.ViewCurrentLog</string>
  1251. </property>
  1252. </action>
  1253. <action name="actionUndo">
  1254. <property name="enabled">
  1255. <bool>false</bool>
  1256. </property>
  1257. <property name="text">
  1258. <string>Basic.MainMenu.Edit.Undo</string>
  1259. </property>
  1260. </action>
  1261. <action name="actionRedo">
  1262. <property name="enabled">
  1263. <bool>false</bool>
  1264. </property>
  1265. <property name="text">
  1266. <string>Basic.MainMenu.Edit.Redo</string>
  1267. </property>
  1268. </action>
  1269. <action name="actionEditTransform">
  1270. <property name="text">
  1271. <string>Basic.MainMenu.Edit.Transform.EditTransform</string>
  1272. </property>
  1273. <property name="shortcut">
  1274. <string>Ctrl+E</string>
  1275. </property>
  1276. </action>
  1277. <action name="actionCopyTransform">
  1278. <property name="text">
  1279. <string>Basic.MainMenu.Edit.Transform.CopyTransform</string>
  1280. </property>
  1281. </action>
  1282. <action name="actionPasteTransform">
  1283. <property name="enabled">
  1284. <bool>false</bool>
  1285. </property>
  1286. <property name="text">
  1287. <string>Basic.MainMenu.Edit.Transform.PasteTransform</string>
  1288. </property>
  1289. </action>
  1290. <action name="actionRotate90CW">
  1291. <property name="text">
  1292. <string>Basic.MainMenu.Edit.Transform.Rotate90CW</string>
  1293. </property>
  1294. </action>
  1295. <action name="actionRotate90CCW">
  1296. <property name="text">
  1297. <string>Basic.MainMenu.Edit.Transform.Rotate90CCW</string>
  1298. </property>
  1299. </action>
  1300. <action name="actionRotate180">
  1301. <property name="text">
  1302. <string>Basic.MainMenu.Edit.Transform.Rotate180</string>
  1303. </property>
  1304. </action>
  1305. <action name="actionFitToScreen">
  1306. <property name="text">
  1307. <string>Basic.MainMenu.Edit.Transform.FitToScreen</string>
  1308. </property>
  1309. <property name="shortcut">
  1310. <string>Ctrl+F</string>
  1311. </property>
  1312. </action>
  1313. <action name="actionStretchToScreen">
  1314. <property name="text">
  1315. <string>Basic.MainMenu.Edit.Transform.StretchToScreen</string>
  1316. </property>
  1317. <property name="shortcut">
  1318. <string>Ctrl+S</string>
  1319. </property>
  1320. </action>
  1321. <action name="actionResetTransform">
  1322. <property name="text">
  1323. <string>Basic.MainMenu.Edit.Transform.ResetTransform</string>
  1324. </property>
  1325. <property name="shortcut">
  1326. <string>Ctrl+R</string>
  1327. </property>
  1328. </action>
  1329. <action name="actionCenterToScreen">
  1330. <property name="text">
  1331. <string>Basic.MainMenu.Edit.Transform.CenterToScreen</string>
  1332. </property>
  1333. <property name="shortcut">
  1334. <string>Ctrl+D</string>
  1335. </property>
  1336. </action>
  1337. <action name="actionFlipHorizontal">
  1338. <property name="text">
  1339. <string>Basic.MainMenu.Edit.Transform.FlipHorizontal</string>
  1340. </property>
  1341. </action>
  1342. <action name="actionFlipVertical">
  1343. <property name="text">
  1344. <string>Basic.MainMenu.Edit.Transform.FlipVertical</string>
  1345. </property>
  1346. </action>
  1347. <action name="actionMoveUp">
  1348. <property name="text">
  1349. <string>Basic.MainMenu.Edit.Order.MoveUp</string>
  1350. </property>
  1351. <property name="shortcut">
  1352. <string>Ctrl+Up</string>
  1353. </property>
  1354. </action>
  1355. <action name="actionMoveDown">
  1356. <property name="text">
  1357. <string>Basic.MainMenu.Edit.Order.MoveDown</string>
  1358. </property>
  1359. <property name="shortcut">
  1360. <string>Ctrl+Down</string>
  1361. </property>
  1362. </action>
  1363. <action name="actionMoveToTop">
  1364. <property name="text">
  1365. <string>Basic.MainMenu.Edit.Order.MoveToTop</string>
  1366. </property>
  1367. <property name="shortcut">
  1368. <string>Ctrl+Home</string>
  1369. </property>
  1370. </action>
  1371. <action name="actionMoveToBottom">
  1372. <property name="text">
  1373. <string>Basic.MainMenu.Edit.Order.MoveToBottom</string>
  1374. </property>
  1375. <property name="shortcut">
  1376. <string>Ctrl+End</string>
  1377. </property>
  1378. </action>
  1379. <action name="actionCheckForUpdates">
  1380. <property name="text">
  1381. <string>Basic.MainMenu.Help.CheckForUpdates</string>
  1382. </property>
  1383. </action>
  1384. <action name="actionInteract">
  1385. <property name="text">
  1386. <string>Interact</string>
  1387. </property>
  1388. </action>
  1389. <action name="actionAdvAudioProperties">
  1390. <property name="text">
  1391. <string>Basic.MainMenu.Edit.AdvAudio</string>
  1392. </property>
  1393. </action>
  1394. <action name="actionWebsite">
  1395. <property name="text">
  1396. <string>Basic.MainMenu.Help.Website</string>
  1397. </property>
  1398. </action>
  1399. <action name="actionNewSceneCollection">
  1400. <property name="text">
  1401. <string>New</string>
  1402. </property>
  1403. </action>
  1404. <action name="actionDupSceneCollection">
  1405. <property name="text">
  1406. <string>Duplicate</string>
  1407. </property>
  1408. </action>
  1409. <action name="actionRenameSceneCollection">
  1410. <property name="text">
  1411. <string>Rename</string>
  1412. </property>
  1413. </action>
  1414. <action name="actionRemoveSceneCollection">
  1415. <property name="text">
  1416. <string>Remove</string>
  1417. </property>
  1418. </action>
  1419. <action name="actionImportSceneCollection">
  1420. <property name="text">
  1421. <string>Import</string>
  1422. </property>
  1423. </action>
  1424. <action name="actionExportSceneCollection">
  1425. <property name="text">
  1426. <string>Export</string>
  1427. </property>
  1428. </action>
  1429. <action name="actionNewProfile">
  1430. <property name="text">
  1431. <string>New</string>
  1432. </property>
  1433. </action>
  1434. <action name="actionDupProfile">
  1435. <property name="text">
  1436. <string>Duplicate</string>
  1437. </property>
  1438. </action>
  1439. <action name="actionRenameProfile">
  1440. <property name="text">
  1441. <string>Rename</string>
  1442. </property>
  1443. </action>
  1444. <action name="actionRemoveProfile">
  1445. <property name="text">
  1446. <string>Remove</string>
  1447. </property>
  1448. </action>
  1449. <action name="actionImportProfile">
  1450. <property name="text">
  1451. <string>Import</string>
  1452. </property>
  1453. </action>
  1454. <action name="actionExportProfile">
  1455. <property name="text">
  1456. <string>Export</string>
  1457. </property>
  1458. </action>
  1459. <action name="actionShowSettingsFolder">
  1460. <property name="text">
  1461. <string>Basic.MainMenu.File.ShowSettingsFolder</string>
  1462. </property>
  1463. </action>
  1464. <action name="actionShowProfileFolder">
  1465. <property name="text">
  1466. <string>Basic.MainMenu.File.ShowProfileFolder</string>
  1467. </property>
  1468. </action>
  1469. <action name="actionAlwaysOnTop">
  1470. <property name="checkable">
  1471. <bool>true</bool>
  1472. </property>
  1473. <property name="text">
  1474. <string>Basic.MainMenu.AlwaysOnTop</string>
  1475. </property>
  1476. </action>
  1477. <action name="toggleListboxToolbars">
  1478. <property name="checkable">
  1479. <bool>true</bool>
  1480. </property>
  1481. <property name="checked">
  1482. <bool>true</bool>
  1483. </property>
  1484. <property name="text">
  1485. <string>Basic.MainMenu.View.Toolbars.Listboxes</string>
  1486. </property>
  1487. </action>
  1488. <action name="toggleStatusBar">
  1489. <property name="checkable">
  1490. <bool>true</bool>
  1491. </property>
  1492. <property name="checked">
  1493. <bool>true</bool>
  1494. </property>
  1495. <property name="text">
  1496. <string>Basic.MainMenu.View.StatusBar</string>
  1497. </property>
  1498. </action>
  1499. <action name="actionLockPreview">
  1500. <property name="checkable">
  1501. <bool>true</bool>
  1502. </property>
  1503. <property name="text">
  1504. <string>Basic.MainMenu.Edit.LockPreview</string>
  1505. </property>
  1506. </action>
  1507. <action name="actionScaleWindow">
  1508. <property name="checkable">
  1509. <bool>true</bool>
  1510. </property>
  1511. <property name="text">
  1512. <string>Basic.MainMenu.Edit.Scale.Window</string>
  1513. </property>
  1514. </action>
  1515. <action name="actionScaleCanvas">
  1516. <property name="checkable">
  1517. <bool>true</bool>
  1518. </property>
  1519. <property name="text">
  1520. <string>Basic.MainMenu.Edit.Scale.Canvas</string>
  1521. </property>
  1522. </action>
  1523. <action name="actionScaleOutput">
  1524. <property name="checkable">
  1525. <bool>true</bool>
  1526. </property>
  1527. <property name="text">
  1528. <string>Basic.MainMenu.Edit.Scale.Output</string>
  1529. </property>
  1530. </action>
  1531. <action name="actionPasteDup">
  1532. <property name="text">
  1533. <string>PasteDuplicate</string>
  1534. </property>
  1535. </action>
  1536. <action name="autoConfigure2">
  1537. <property name="text">
  1538. <string>Basic.AutoConfig</string>
  1539. </property>
  1540. </action>
  1541. <action name="autoConfigure">
  1542. <property name="text">
  1543. <string>Basic.AutoConfig.Beta</string>
  1544. </property>
  1545. </action>
  1546. <action name="stats">
  1547. <property name="text">
  1548. <string>Basic.Stats</string>
  1549. </property>
  1550. </action>
  1551. <action name="resetUI">
  1552. <property name="text">
  1553. <string>Basic.MainMenu.View.Docks.ResetUI</string>
  1554. </property>
  1555. </action>
  1556. <action name="lockUI">
  1557. <property name="checkable">
  1558. <bool>true</bool>
  1559. </property>
  1560. <property name="checked">
  1561. <bool>true</bool>
  1562. </property>
  1563. <property name="text">
  1564. <string>Basic.MainMenu.View.Docks.LockUI</string>
  1565. </property>
  1566. </action>
  1567. <action name="toggleScenes">
  1568. <property name="checkable">
  1569. <bool>true</bool>
  1570. </property>
  1571. <property name="checked">
  1572. <bool>true</bool>
  1573. </property>
  1574. <property name="text">
  1575. <string>Basic.Main.Scenes</string>
  1576. </property>
  1577. </action>
  1578. <action name="toggleSources">
  1579. <property name="checkable">
  1580. <bool>true</bool>
  1581. </property>
  1582. <property name="checked">
  1583. <bool>true</bool>
  1584. </property>
  1585. <property name="text">
  1586. <string>Basic.Main.Sources</string>
  1587. </property>
  1588. </action>
  1589. <action name="toggleMixer">
  1590. <property name="checkable">
  1591. <bool>true</bool>
  1592. </property>
  1593. <property name="checked">
  1594. <bool>true</bool>
  1595. </property>
  1596. <property name="text">
  1597. <string>Mixer</string>
  1598. </property>
  1599. </action>
  1600. <action name="toggleTransitions">
  1601. <property name="checkable">
  1602. <bool>true</bool>
  1603. </property>
  1604. <property name="checked">
  1605. <bool>true</bool>
  1606. </property>
  1607. <property name="text">
  1608. <string>Basic.SceneTransitions</string>
  1609. </property>
  1610. </action>
  1611. <action name="toggleControls">
  1612. <property name="checkable">
  1613. <bool>true</bool>
  1614. </property>
  1615. <property name="checked">
  1616. <bool>true</bool>
  1617. </property>
  1618. <property name="text">
  1619. <string>Basic.Main.Controls</string>
  1620. </property>
  1621. </action>
  1622. </widget>
  1623. <customwidgets>
  1624. <customwidget>
  1625. <class>OBSBasicPreview</class>
  1626. <extends>QWidget</extends>
  1627. <header>window-basic-preview.hpp</header>
  1628. <container>1</container>
  1629. </customwidget>
  1630. <customwidget>
  1631. <class>OBSBasicStatusBar</class>
  1632. <extends>QStatusBar</extends>
  1633. <header>window-basic-status-bar.hpp</header>
  1634. </customwidget>
  1635. <customwidget>
  1636. <class>VScrollArea</class>
  1637. <extends>QScrollArea</extends>
  1638. <header>vertical-scroll-area.hpp</header>
  1639. <container>1</container>
  1640. </customwidget>
  1641. <customwidget>
  1642. <class>SourceListWidget</class>
  1643. <extends>QListWidget</extends>
  1644. <header>source-list-widget.hpp</header>
  1645. </customwidget>
  1646. </customwidgets>
  1647. <resources>
  1648. <include location="obs.qrc"/>
  1649. </resources>
  1650. <connections>
  1651. <connection>
  1652. <sender>actionE_xit</sender>
  1653. <signal>triggered()</signal>
  1654. <receiver>OBSBasic</receiver>
  1655. <slot>close()</slot>
  1656. <hints>
  1657. <hint type="sourcelabel">
  1658. <x>-1</x>
  1659. <y>-1</y>
  1660. </hint>
  1661. <hint type="destinationlabel">
  1662. <x>463</x>
  1663. <y>351</y>
  1664. </hint>
  1665. </hints>
  1666. </connection>
  1667. <connection>
  1668. <sender>exitButton</sender>
  1669. <signal>clicked()</signal>
  1670. <receiver>OBSBasic</receiver>
  1671. <slot>close()</slot>
  1672. <hints>
  1673. <hint type="sourcelabel">
  1674. <x>976</x>
  1675. <y>601</y>
  1676. </hint>
  1677. <hint type="destinationlabel">
  1678. <x>862</x>
  1679. <y>-11</y>
  1680. </hint>
  1681. </hints>
  1682. </connection>
  1683. </connections>
  1684. </ui>