OBSBasic.ui 51 KB

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