OBSBasic.ui 48 KB

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