OBSBasic.ui 38 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216
  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>957</width>
  11. <height>724</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="QHBoxLayout" name="horizontalLayout">
  38. <item>
  39. <widget class="QSplitter" name="mainSplitter">
  40. <property name="orientation">
  41. <enum>Qt::Vertical</enum>
  42. </property>
  43. <property name="childrenCollapsible">
  44. <bool>false</bool>
  45. </property>
  46. <widget class="QWidget" name="verticalLayoutWidget_7">
  47. <layout class="QVBoxLayout" name="verticalLayout_14">
  48. <item>
  49. <layout class="QHBoxLayout" name="previewLayout">
  50. <property name="spacing">
  51. <number>2</number>
  52. </property>
  53. <item>
  54. <layout class="QVBoxLayout" name="previewTextLayout">
  55. <property name="spacing">
  56. <number>4</number>
  57. </property>
  58. <item>
  59. <widget class="OBSBasicPreview" name="preview" native="true">
  60. <property name="sizePolicy">
  61. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  62. <horstretch>0</horstretch>
  63. <verstretch>0</verstretch>
  64. </sizepolicy>
  65. </property>
  66. <property name="minimumSize">
  67. <size>
  68. <width>32</width>
  69. <height>32</height>
  70. </size>
  71. </property>
  72. <property name="focusPolicy">
  73. <enum>Qt::ClickFocus</enum>
  74. </property>
  75. <property name="contextMenuPolicy">
  76. <enum>Qt::CustomContextMenu</enum>
  77. </property>
  78. </widget>
  79. </item>
  80. </layout>
  81. </item>
  82. </layout>
  83. </item>
  84. <item>
  85. <widget class="QLabel" name="previewDisabledLabel">
  86. <property name="sizePolicy">
  87. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  88. <horstretch>0</horstretch>
  89. <verstretch>0</verstretch>
  90. </sizepolicy>
  91. </property>
  92. <property name="contextMenuPolicy">
  93. <enum>Qt::CustomContextMenu</enum>
  94. </property>
  95. <property name="text">
  96. <string>Basic.Main.PreviewDisabled</string>
  97. </property>
  98. <property name="alignment">
  99. <set>Qt::AlignCenter</set>
  100. </property>
  101. </widget>
  102. </item>
  103. </layout>
  104. </widget>
  105. <widget class="QWidget" name="gridLayoutWidget_2">
  106. <layout class="QGridLayout" name="gridLayout_2">
  107. <item row="1" column="4">
  108. <layout class="QVBoxLayout" name="buttonsVLayout">
  109. <property name="spacing">
  110. <number>2</number>
  111. </property>
  112. <item>
  113. <widget class="QPushButton" name="streamButton">
  114. <property name="enabled">
  115. <bool>true</bool>
  116. </property>
  117. <property name="sizePolicy">
  118. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  119. <horstretch>0</horstretch>
  120. <verstretch>0</verstretch>
  121. </sizepolicy>
  122. </property>
  123. <property name="text">
  124. <string>Basic.Main.StartStreaming</string>
  125. </property>
  126. <property name="checkable">
  127. <bool>false</bool>
  128. </property>
  129. </widget>
  130. </item>
  131. <item>
  132. <widget class="QPushButton" name="recordButton">
  133. <property name="enabled">
  134. <bool>true</bool>
  135. </property>
  136. <property name="sizePolicy">
  137. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  138. <horstretch>0</horstretch>
  139. <verstretch>0</verstretch>
  140. </sizepolicy>
  141. </property>
  142. <property name="minimumSize">
  143. <size>
  144. <width>130</width>
  145. <height>0</height>
  146. </size>
  147. </property>
  148. <property name="text">
  149. <string>Basic.Main.StartRecording</string>
  150. </property>
  151. </widget>
  152. </item>
  153. <item>
  154. <widget class="QPushButton" name="modeSwitch">
  155. <property name="text">
  156. <string>Basic.TogglePreviewProgramMode</string>
  157. </property>
  158. <property name="checkable">
  159. <bool>true</bool>
  160. </property>
  161. </widget>
  162. </item>
  163. <item>
  164. <widget class="QPushButton" name="settingsButton">
  165. <property name="sizePolicy">
  166. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  167. <horstretch>0</horstretch>
  168. <verstretch>0</verstretch>
  169. </sizepolicy>
  170. </property>
  171. <property name="text">
  172. <string>Settings</string>
  173. </property>
  174. </widget>
  175. </item>
  176. <item>
  177. <widget class="QPushButton" name="exitButton">
  178. <property name="sizePolicy">
  179. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  180. <horstretch>0</horstretch>
  181. <verstretch>0</verstretch>
  182. </sizepolicy>
  183. </property>
  184. <property name="text">
  185. <string>Exit</string>
  186. </property>
  187. </widget>
  188. </item>
  189. <item>
  190. <spacer name="expVSpacer_2">
  191. <property name="orientation">
  192. <enum>Qt::Vertical</enum>
  193. </property>
  194. <property name="sizeHint" stdset="0">
  195. <size>
  196. <width>0</width>
  197. <height>0</height>
  198. </size>
  199. </property>
  200. </spacer>
  201. </item>
  202. </layout>
  203. </item>
  204. <item row="1" column="2">
  205. <widget class="VScrollArea" name="scrollArea">
  206. <property name="minimumSize">
  207. <size>
  208. <width>220</width>
  209. <height>0</height>
  210. </size>
  211. </property>
  212. <property name="frameShape">
  213. <enum>QFrame::StyledPanel</enum>
  214. </property>
  215. <property name="frameShadow">
  216. <enum>QFrame::Sunken</enum>
  217. </property>
  218. <property name="verticalScrollBarPolicy">
  219. <enum>Qt::ScrollBarAlwaysOn</enum>
  220. </property>
  221. <property name="horizontalScrollBarPolicy">
  222. <enum>Qt::ScrollBarAlwaysOff</enum>
  223. </property>
  224. <property name="widgetResizable">
  225. <bool>true</bool>
  226. </property>
  227. <widget class="QWidget" name="volumeWidgets">
  228. <property name="geometry">
  229. <rect>
  230. <x>0</x>
  231. <y>0</y>
  232. <width>201</width>
  233. <height>16</height>
  234. </rect>
  235. </property>
  236. <property name="sizePolicy">
  237. <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
  238. <horstretch>0</horstretch>
  239. <verstretch>0</verstretch>
  240. </sizepolicy>
  241. </property>
  242. <layout class="QVBoxLayout" name="verticalLayout_18">
  243. <property name="spacing">
  244. <number>0</number>
  245. </property>
  246. <property name="leftMargin">
  247. <number>0</number>
  248. </property>
  249. <property name="topMargin">
  250. <number>0</number>
  251. </property>
  252. <property name="rightMargin">
  253. <number>0</number>
  254. </property>
  255. <property name="bottomMargin">
  256. <number>0</number>
  257. </property>
  258. </layout>
  259. </widget>
  260. </widget>
  261. </item>
  262. <item row="1" column="0">
  263. <layout class="QVBoxLayout" name="scenesVLayout">
  264. <property name="spacing">
  265. <number>0</number>
  266. </property>
  267. <item>
  268. <widget class="QFrame" name="scenesFrame">
  269. <property name="sizePolicy">
  270. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  271. <horstretch>0</horstretch>
  272. <verstretch>0</verstretch>
  273. </sizepolicy>
  274. </property>
  275. <property name="minimumSize">
  276. <size>
  277. <width>160</width>
  278. <height>0</height>
  279. </size>
  280. </property>
  281. <property name="maximumSize">
  282. <size>
  283. <width>260</width>
  284. <height>16777215</height>
  285. </size>
  286. </property>
  287. <property name="frameShape">
  288. <enum>QFrame::StyledPanel</enum>
  289. </property>
  290. <property name="frameShadow">
  291. <enum>QFrame::Sunken</enum>
  292. </property>
  293. <layout class="QVBoxLayout" name="verticalLayout_11">
  294. <property name="spacing">
  295. <number>0</number>
  296. </property>
  297. <property name="leftMargin">
  298. <number>0</number>
  299. </property>
  300. <property name="topMargin">
  301. <number>0</number>
  302. </property>
  303. <property name="rightMargin">
  304. <number>0</number>
  305. </property>
  306. <property name="bottomMargin">
  307. <number>0</number>
  308. </property>
  309. <item>
  310. <widget class="QListWidget" name="scenes">
  311. <property name="sizePolicy">
  312. <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
  313. <horstretch>0</horstretch>
  314. <verstretch>0</verstretch>
  315. </sizepolicy>
  316. </property>
  317. <property name="contextMenuPolicy">
  318. <enum>Qt::CustomContextMenu</enum>
  319. </property>
  320. <property name="frameShape">
  321. <enum>QFrame::NoFrame</enum>
  322. </property>
  323. <property name="frameShadow">
  324. <enum>QFrame::Plain</enum>
  325. </property>
  326. <property name="showDropIndicator" stdset="0">
  327. <bool>true</bool>
  328. </property>
  329. <property name="dragEnabled">
  330. <bool>true</bool>
  331. </property>
  332. <property name="dragDropMode">
  333. <enum>QAbstractItemView::InternalMove</enum>
  334. </property>
  335. <property name="defaultDropAction">
  336. <enum>Qt::TargetMoveAction</enum>
  337. </property>
  338. </widget>
  339. </item>
  340. <item>
  341. <widget class="QToolBar" name="scenesToolbar">
  342. <property name="iconSize">
  343. <size>
  344. <width>16</width>
  345. <height>16</height>
  346. </size>
  347. </property>
  348. <property name="floatable">
  349. <bool>false</bool>
  350. </property>
  351. <addaction name="actionAddScene"/>
  352. <addaction name="actionRemoveScene"/>
  353. <addaction name="separator"/>
  354. <addaction name="actionSceneUp"/>
  355. <addaction name="actionSceneDown"/>
  356. </widget>
  357. </item>
  358. <item>
  359. <spacer name="scenesFixedSizeHSpacer">
  360. <property name="orientation">
  361. <enum>Qt::Horizontal</enum>
  362. </property>
  363. <property name="sizeType">
  364. <enum>QSizePolicy::Fixed</enum>
  365. </property>
  366. <property name="sizeHint" stdset="0">
  367. <size>
  368. <width>150</width>
  369. <height>0</height>
  370. </size>
  371. </property>
  372. </spacer>
  373. </item>
  374. </layout>
  375. </widget>
  376. </item>
  377. </layout>
  378. </item>
  379. <item row="0" column="1">
  380. <widget class="QLabel" name="sourcesLabel">
  381. <property name="text">
  382. <string>Basic.Main.Sources</string>
  383. </property>
  384. </widget>
  385. </item>
  386. <item row="0" column="2">
  387. <layout class="QHBoxLayout" name="mixadvHLayout">
  388. <property name="spacing">
  389. <number>2</number>
  390. </property>
  391. <item>
  392. <widget class="QLabel" name="mixerLabel">
  393. <property name="sizePolicy">
  394. <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
  395. <horstretch>0</horstretch>
  396. <verstretch>0</verstretch>
  397. </sizepolicy>
  398. </property>
  399. <property name="text">
  400. <string>Mixer</string>
  401. </property>
  402. </widget>
  403. </item>
  404. <item>
  405. <widget class="QPushButton" name="advAudioProps">
  406. <property name="sizePolicy">
  407. <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
  408. <horstretch>0</horstretch>
  409. <verstretch>0</verstretch>
  410. </sizepolicy>
  411. </property>
  412. <property name="maximumSize">
  413. <size>
  414. <width>22</width>
  415. <height>22</height>
  416. </size>
  417. </property>
  418. <property name="text">
  419. <string notr="true"/>
  420. </property>
  421. <property name="icon">
  422. <iconset resource="obs.qrc">
  423. <normaloff>:/res/images/configuration21_16.png</normaloff>:/res/images/configuration21_16.png</iconset>
  424. </property>
  425. <property name="flat">
  426. <bool>true</bool>
  427. </property>
  428. <property name="themeID" stdset="0">
  429. <string notr="true">configIconSmall</string>
  430. </property>
  431. </widget>
  432. </item>
  433. <item>
  434. <spacer name="mixadvHSpacer_4">
  435. <property name="orientation">
  436. <enum>Qt::Horizontal</enum>
  437. </property>
  438. <property name="sizeHint" stdset="0">
  439. <size>
  440. <width>0</width>
  441. <height>0</height>
  442. </size>
  443. </property>
  444. </spacer>
  445. </item>
  446. </layout>
  447. </item>
  448. <item row="1" column="1">
  449. <layout class="QVBoxLayout" name="sourcesVLayout">
  450. <property name="spacing">
  451. <number>0</number>
  452. </property>
  453. <item>
  454. <widget class="QFrame" name="sourcesFrame">
  455. <property name="sizePolicy">
  456. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  457. <horstretch>0</horstretch>
  458. <verstretch>0</verstretch>
  459. </sizepolicy>
  460. </property>
  461. <property name="minimumSize">
  462. <size>
  463. <width>160</width>
  464. <height>0</height>
  465. </size>
  466. </property>
  467. <property name="maximumSize">
  468. <size>
  469. <width>260</width>
  470. <height>16777215</height>
  471. </size>
  472. </property>
  473. <property name="frameShape">
  474. <enum>QFrame::StyledPanel</enum>
  475. </property>
  476. <property name="frameShadow">
  477. <enum>QFrame::Sunken</enum>
  478. </property>
  479. <layout class="QVBoxLayout" name="verticalLayout_16">
  480. <property name="spacing">
  481. <number>0</number>
  482. </property>
  483. <property name="leftMargin">
  484. <number>0</number>
  485. </property>
  486. <property name="topMargin">
  487. <number>0</number>
  488. </property>
  489. <property name="rightMargin">
  490. <number>0</number>
  491. </property>
  492. <property name="bottomMargin">
  493. <number>0</number>
  494. </property>
  495. <item>
  496. <widget class="SourceListWidget" name="sources">
  497. <property name="sizePolicy">
  498. <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
  499. <horstretch>0</horstretch>
  500. <verstretch>0</verstretch>
  501. </sizepolicy>
  502. </property>
  503. <property name="contextMenuPolicy">
  504. <enum>Qt::CustomContextMenu</enum>
  505. </property>
  506. <property name="frameShape">
  507. <enum>QFrame::NoFrame</enum>
  508. </property>
  509. <property name="showDropIndicator" stdset="0">
  510. <bool>true</bool>
  511. </property>
  512. <property name="dragEnabled">
  513. <bool>true</bool>
  514. </property>
  515. <property name="dragDropMode">
  516. <enum>QAbstractItemView::InternalMove</enum>
  517. </property>
  518. <property name="defaultDropAction">
  519. <enum>Qt::TargetMoveAction</enum>
  520. </property>
  521. <property name="selectionMode">
  522. <enum>QAbstractItemView::ExtendedSelection</enum>
  523. </property>
  524. </widget>
  525. </item>
  526. <item>
  527. <widget class="QToolBar" name="sourcesToolbar">
  528. <property name="iconSize">
  529. <size>
  530. <width>16</width>
  531. <height>16</height>
  532. </size>
  533. </property>
  534. <property name="floatable">
  535. <bool>false</bool>
  536. </property>
  537. <addaction name="actionAddSource"/>
  538. <addaction name="actionRemoveSource"/>
  539. <addaction name="actionSourceProperties"/>
  540. <addaction name="separator"/>
  541. <addaction name="actionSourceUp"/>
  542. <addaction name="actionSourceDown"/>
  543. </widget>
  544. </item>
  545. <item>
  546. <spacer name="sourcesFixedSizeHSpacer">
  547. <property name="orientation">
  548. <enum>Qt::Horizontal</enum>
  549. </property>
  550. <property name="sizeType">
  551. <enum>QSizePolicy::Fixed</enum>
  552. </property>
  553. <property name="sizeHint" stdset="0">
  554. <size>
  555. <width>150</width>
  556. <height>0</height>
  557. </size>
  558. </property>
  559. </spacer>
  560. </item>
  561. </layout>
  562. </widget>
  563. </item>
  564. </layout>
  565. </item>
  566. <item row="0" column="0">
  567. <widget class="QLabel" name="scenesLabel">
  568. <property name="text">
  569. <string>Basic.Main.Scenes</string>
  570. </property>
  571. </widget>
  572. </item>
  573. <item row="1" column="3">
  574. <layout class="QVBoxLayout" name="verticalLayout">
  575. <property name="spacing">
  576. <number>4</number>
  577. </property>
  578. <item>
  579. <layout class="QHBoxLayout" name="horizontalLayout_2">
  580. <property name="spacing">
  581. <number>2</number>
  582. </property>
  583. <item>
  584. <widget class="QPushButton" name="transitionProps">
  585. <property name="sizePolicy">
  586. <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
  587. <horstretch>0</horstretch>
  588. <verstretch>0</verstretch>
  589. </sizepolicy>
  590. </property>
  591. <property name="maximumSize">
  592. <size>
  593. <width>22</width>
  594. <height>22</height>
  595. </size>
  596. </property>
  597. <property name="text">
  598. <string notr="true"/>
  599. </property>
  600. <property name="icon">
  601. <iconset resource="obs.qrc">
  602. <normaloff>:/res/images/configuration21_16.png</normaloff>:/res/images/configuration21_16.png</iconset>
  603. </property>
  604. <property name="flat">
  605. <bool>true</bool>
  606. </property>
  607. <property name="themeID" stdset="0">
  608. <string notr="true">configIconSmall</string>
  609. </property>
  610. </widget>
  611. </item>
  612. <item>
  613. <widget class="QComboBox" name="transitions">
  614. <property name="minimumSize">
  615. <size>
  616. <width>120</width>
  617. <height>0</height>
  618. </size>
  619. </property>
  620. </widget>
  621. </item>
  622. </layout>
  623. </item>
  624. <item>
  625. <layout class="QHBoxLayout" name="horizontalLayout_3">
  626. <property name="spacing">
  627. <number>4</number>
  628. </property>
  629. <item>
  630. <widget class="QLabel" name="transitionDurationLabel">
  631. <property name="sizePolicy">
  632. <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
  633. <horstretch>0</horstretch>
  634. <verstretch>0</verstretch>
  635. </sizepolicy>
  636. </property>
  637. <property name="text">
  638. <string>Basic.TransitionDuration</string>
  639. </property>
  640. </widget>
  641. </item>
  642. <item>
  643. <widget class="QSpinBox" name="transitionDuration">
  644. <property name="suffix">
  645. <string>ms</string>
  646. </property>
  647. <property name="minimum">
  648. <number>2</number>
  649. </property>
  650. <property name="maximum">
  651. <number>10000</number>
  652. </property>
  653. <property name="singleStep">
  654. <number>50</number>
  655. </property>
  656. <property name="value">
  657. <number>300</number>
  658. </property>
  659. </widget>
  660. </item>
  661. </layout>
  662. </item>
  663. <item>
  664. <spacer name="verticalSpacer">
  665. <property name="orientation">
  666. <enum>Qt::Vertical</enum>
  667. </property>
  668. <property name="sizeHint" stdset="0">
  669. <size>
  670. <width>20</width>
  671. <height>40</height>
  672. </size>
  673. </property>
  674. </spacer>
  675. </item>
  676. </layout>
  677. </item>
  678. <item row="0" column="3">
  679. <widget class="QLabel" name="label_2">
  680. <property name="text">
  681. <string>Basic.SceneTransitions</string>
  682. </property>
  683. </widget>
  684. </item>
  685. </layout>
  686. </widget>
  687. </widget>
  688. </item>
  689. </layout>
  690. </widget>
  691. <widget class="QMenuBar" name="menubar">
  692. <property name="geometry">
  693. <rect>
  694. <x>0</x>
  695. <y>0</y>
  696. <width>957</width>
  697. <height>21</height>
  698. </rect>
  699. </property>
  700. <widget class="QMenu" name="menu_File">
  701. <property name="title">
  702. <string>Basic.MainMenu.File</string>
  703. </property>
  704. <addaction name="actionShow_Recordings"/>
  705. <addaction name="actionRemux"/>
  706. <addaction name="separator"/>
  707. <addaction name="action_Settings"/>
  708. <addaction name="actionShowSettingsFolder"/>
  709. <addaction name="actionShowProfileFolder"/>
  710. <addaction name="separator"/>
  711. <addaction name="actionAlwaysOnTop"/>
  712. <addaction name="separator"/>
  713. <addaction name="actionE_xit"/>
  714. </widget>
  715. <widget class="QMenu" name="menuBasic_MainMenu_Help">
  716. <property name="title">
  717. <string>Basic.MainMenu.Help</string>
  718. </property>
  719. <widget class="QMenu" name="menuLogFiles">
  720. <property name="title">
  721. <string>Basic.MainMenu.Help.Logs</string>
  722. </property>
  723. <addaction name="actionShowLogs"/>
  724. <addaction name="actionUploadCurrentLog"/>
  725. <addaction name="actionUploadLastLog"/>
  726. <addaction name="actionViewCurrentLog"/>
  727. </widget>
  728. <addaction name="actionWebsite"/>
  729. <addaction name="separator"/>
  730. <addaction name="menuLogFiles"/>
  731. <addaction name="actionCheckForUpdates"/>
  732. </widget>
  733. <widget class="QMenu" name="menuBasic_MainMenu_Edit">
  734. <property name="title">
  735. <string>Basic.MainMenu.Edit</string>
  736. </property>
  737. <widget class="QMenu" name="transformMenu">
  738. <property name="title">
  739. <string>Basic.MainMenu.Edit.Transform</string>
  740. </property>
  741. <addaction name="actionEditTransform"/>
  742. <addaction name="actionResetTransform"/>
  743. <addaction name="separator"/>
  744. <addaction name="actionRotate90CW"/>
  745. <addaction name="actionRotate90CCW"/>
  746. <addaction name="actionRotate180"/>
  747. <addaction name="separator"/>
  748. <addaction name="actionFlipHorizontal"/>
  749. <addaction name="actionFlipVertical"/>
  750. <addaction name="separator"/>
  751. <addaction name="actionFitToScreen"/>
  752. <addaction name="actionStretchToScreen"/>
  753. <addaction name="actionCenterToScreen"/>
  754. </widget>
  755. <widget class="QMenu" name="orderMenu">
  756. <property name="title">
  757. <string>Basic.MainMenu.Edit.Order</string>
  758. </property>
  759. <addaction name="actionMoveUp"/>
  760. <addaction name="actionMoveDown"/>
  761. <addaction name="separator"/>
  762. <addaction name="actionMoveToTop"/>
  763. <addaction name="actionMoveToBottom"/>
  764. </widget>
  765. <addaction name="transformMenu"/>
  766. <addaction name="orderMenu"/>
  767. <addaction name="separator"/>
  768. <addaction name="actionAdvAudioProperties"/>
  769. </widget>
  770. <widget class="QMenu" name="profileMenu">
  771. <property name="title">
  772. <string>Basic.MainMenu.Profile</string>
  773. </property>
  774. <addaction name="actionNewProfile"/>
  775. <addaction name="actionDupProfile"/>
  776. <addaction name="actionRenameProfile"/>
  777. <addaction name="actionRemoveProfile"/>
  778. <addaction name="separator"/>
  779. </widget>
  780. <widget class="QMenu" name="sceneCollectionMenu">
  781. <property name="title">
  782. <string>Basic.MainMenu.SceneCollection</string>
  783. </property>
  784. <addaction name="actionNewSceneCollection"/>
  785. <addaction name="actionDupSceneCollection"/>
  786. <addaction name="actionRenameSceneCollection"/>
  787. <addaction name="actionRemoveSceneCollection"/>
  788. <addaction name="separator"/>
  789. </widget>
  790. <addaction name="menu_File"/>
  791. <addaction name="menuBasic_MainMenu_Edit"/>
  792. <addaction name="profileMenu"/>
  793. <addaction name="sceneCollectionMenu"/>
  794. <addaction name="menuBasic_MainMenu_Help"/>
  795. </widget>
  796. <widget class="OBSBasicStatusBar" name="statusbar"/>
  797. <action name="actionAddScene">
  798. <property name="icon">
  799. <iconset resource="obs.qrc">
  800. <normaloff>:/res/images/add.png</normaloff>:/res/images/add.png</iconset>
  801. </property>
  802. <property name="text">
  803. <string>Add</string>
  804. </property>
  805. <property name="themeID" stdset="0">
  806. <string notr="true">addIconSmall</string>
  807. </property>
  808. </action>
  809. <action name="actionAddSource">
  810. <property name="icon">
  811. <iconset resource="obs.qrc">
  812. <normaloff>:/res/images/add.png</normaloff>:/res/images/add.png</iconset>
  813. </property>
  814. <property name="text">
  815. <string>Add</string>
  816. </property>
  817. <property name="themeID" stdset="0">
  818. <string notr="true">addIconSmall</string>
  819. </property>
  820. </action>
  821. <action name="actionRemoveScene">
  822. <property name="icon">
  823. <iconset resource="obs.qrc">
  824. <normaloff>:/res/images/list_remove.png</normaloff>:/res/images/list_remove.png</iconset>
  825. </property>
  826. <property name="text">
  827. <string>Remove</string>
  828. </property>
  829. <property name="shortcut">
  830. <string>Del</string>
  831. </property>
  832. <property name="shortcutContext">
  833. <enum>Qt::WidgetWithChildrenShortcut</enum>
  834. </property>
  835. <property name="themeID" stdset="0">
  836. <string notr="true">removeIconSmall</string>
  837. </property>
  838. </action>
  839. <action name="actionRemoveSource">
  840. <property name="icon">
  841. <iconset resource="obs.qrc">
  842. <normaloff>:/res/images/list_remove.png</normaloff>:/res/images/list_remove.png</iconset>
  843. </property>
  844. <property name="text">
  845. <string>Remove</string>
  846. </property>
  847. <property name="shortcut">
  848. <string>Del</string>
  849. </property>
  850. <property name="shortcutContext">
  851. <enum>Qt::WidgetWithChildrenShortcut</enum>
  852. </property>
  853. <property name="themeID" stdset="0">
  854. <string notr="true">removeIconSmall</string>
  855. </property>
  856. </action>
  857. <action name="actionSourceProperties">
  858. <property name="enabled">
  859. <bool>true</bool>
  860. </property>
  861. <property name="icon">
  862. <iconset resource="obs.qrc">
  863. <normaloff>:/res/images/properties.png</normaloff>:/res/images/properties.png</iconset>
  864. </property>
  865. <property name="text">
  866. <string>Properties</string>
  867. </property>
  868. <property name="themeID" stdset="0">
  869. <string notr="true">propertiesIconSmall</string>
  870. </property>
  871. </action>
  872. <action name="actionSceneUp">
  873. <property name="icon">
  874. <iconset resource="obs.qrc">
  875. <normaloff>:/res/images/up.png</normaloff>:/res/images/up.png</iconset>
  876. </property>
  877. <property name="text">
  878. <string>MoveUp</string>
  879. </property>
  880. <property name="themeID" stdset="0">
  881. <string notr="true">upArrowIconSmall</string>
  882. </property>
  883. </action>
  884. <action name="actionSourceUp">
  885. <property name="enabled">
  886. <bool>true</bool>
  887. </property>
  888. <property name="icon">
  889. <iconset resource="obs.qrc">
  890. <normaloff>:/res/images/up.png</normaloff>:/res/images/up.png</iconset>
  891. </property>
  892. <property name="text">
  893. <string>MoveUp</string>
  894. </property>
  895. <property name="themeID" stdset="0">
  896. <string notr="true">upArrowIconSmall</string>
  897. </property>
  898. </action>
  899. <action name="actionSceneDown">
  900. <property name="icon">
  901. <iconset resource="obs.qrc">
  902. <normaloff>:/res/images/down.png</normaloff>:/res/images/down.png</iconset>
  903. </property>
  904. <property name="text">
  905. <string>MoveDown</string>
  906. </property>
  907. <property name="themeID" stdset="0">
  908. <string notr="true">downArrowIconSmall</string>
  909. </property>
  910. </action>
  911. <action name="actionSourceDown">
  912. <property name="enabled">
  913. <bool>true</bool>
  914. </property>
  915. <property name="icon">
  916. <iconset resource="obs.qrc">
  917. <normaloff>:/res/images/down.png</normaloff>:/res/images/down.png</iconset>
  918. </property>
  919. <property name="text">
  920. <string>MoveDown</string>
  921. </property>
  922. <property name="themeID" stdset="0">
  923. <string notr="true">downArrowIconSmall</string>
  924. </property>
  925. </action>
  926. <action name="actionShow_Recordings">
  927. <property name="text">
  928. <string>Basic.MainMenu.File.ShowRecordings</string>
  929. </property>
  930. </action>
  931. <action name="actionRemux">
  932. <property name="text">
  933. <string>Basic.MainMenu.File.Remux</string>
  934. </property>
  935. </action>
  936. <action name="action_Settings">
  937. <property name="text">
  938. <string>Basic.MainMenu.File.Settings</string>
  939. </property>
  940. </action>
  941. <action name="actionE_xit">
  942. <property name="text">
  943. <string>Basic.MainMenu.File.Exit</string>
  944. </property>
  945. </action>
  946. <action name="actionShowLogs">
  947. <property name="text">
  948. <string>Basic.MainMenu.Help.Logs.ShowLogs</string>
  949. </property>
  950. </action>
  951. <action name="actionUploadLastLog">
  952. <property name="text">
  953. <string>Basic.MainMenu.Help.Logs.UploadLastLog</string>
  954. </property>
  955. </action>
  956. <action name="actionUploadCurrentLog">
  957. <property name="text">
  958. <string>Basic.MainMenu.Help.Logs.UploadCurrentLog</string>
  959. </property>
  960. </action>
  961. <action name="actionViewCurrentLog">
  962. <property name="text">
  963. <string>Basic.MainMenu.Help.Logs.ViewCurrentLog</string>
  964. </property>
  965. </action>
  966. <action name="actionUndo">
  967. <property name="enabled">
  968. <bool>false</bool>
  969. </property>
  970. <property name="text">
  971. <string>Basic.MainMenu.Edit.Undo</string>
  972. </property>
  973. </action>
  974. <action name="actionRedo">
  975. <property name="enabled">
  976. <bool>false</bool>
  977. </property>
  978. <property name="text">
  979. <string>Basic.MainMenu.Edit.Redo</string>
  980. </property>
  981. </action>
  982. <action name="actionEditTransform">
  983. <property name="text">
  984. <string>Basic.MainMenu.Edit.Transform.EditTransform</string>
  985. </property>
  986. </action>
  987. <action name="actionRotate90CW">
  988. <property name="text">
  989. <string>Basic.MainMenu.Edit.Transform.Rotate90CW</string>
  990. </property>
  991. </action>
  992. <action name="actionRotate90CCW">
  993. <property name="text">
  994. <string>Basic.MainMenu.Edit.Transform.Rotate90CCW</string>
  995. </property>
  996. </action>
  997. <action name="actionRotate180">
  998. <property name="text">
  999. <string>Basic.MainMenu.Edit.Transform.Rotate180</string>
  1000. </property>
  1001. </action>
  1002. <action name="actionFitToScreen">
  1003. <property name="text">
  1004. <string>Basic.MainMenu.Edit.Transform.FitToScreen</string>
  1005. </property>
  1006. <property name="shortcut">
  1007. <string>Ctrl+F</string>
  1008. </property>
  1009. </action>
  1010. <action name="actionStretchToScreen">
  1011. <property name="text">
  1012. <string>Basic.MainMenu.Edit.Transform.StretchToScreen</string>
  1013. </property>
  1014. <property name="shortcut">
  1015. <string>Ctrl+S</string>
  1016. </property>
  1017. </action>
  1018. <action name="actionResetTransform">
  1019. <property name="text">
  1020. <string>Basic.MainMenu.Edit.Transform.ResetTransform</string>
  1021. </property>
  1022. <property name="shortcut">
  1023. <string>Ctrl+R</string>
  1024. </property>
  1025. </action>
  1026. <action name="actionCenterToScreen">
  1027. <property name="text">
  1028. <string>Basic.MainMenu.Edit.Transform.CenterToScreen</string>
  1029. </property>
  1030. <property name="shortcut">
  1031. <string>Ctrl+D</string>
  1032. </property>
  1033. </action>
  1034. <action name="actionFlipHorizontal">
  1035. <property name="text">
  1036. <string>Basic.MainMenu.Edit.Transform.FlipHorizontal</string>
  1037. </property>
  1038. </action>
  1039. <action name="actionFlipVertical">
  1040. <property name="text">
  1041. <string>Basic.MainMenu.Edit.Transform.FlipVertical</string>
  1042. </property>
  1043. </action>
  1044. <action name="actionMoveUp">
  1045. <property name="text">
  1046. <string>Basic.MainMenu.Edit.Order.MoveUp</string>
  1047. </property>
  1048. <property name="shortcut">
  1049. <string>Ctrl+Up</string>
  1050. </property>
  1051. </action>
  1052. <action name="actionMoveDown">
  1053. <property name="text">
  1054. <string>Basic.MainMenu.Edit.Order.MoveDown</string>
  1055. </property>
  1056. <property name="shortcut">
  1057. <string>Ctrl+Down</string>
  1058. </property>
  1059. </action>
  1060. <action name="actionMoveToTop">
  1061. <property name="text">
  1062. <string>Basic.MainMenu.Edit.Order.MoveToTop</string>
  1063. </property>
  1064. <property name="shortcut">
  1065. <string>Ctrl+Home</string>
  1066. </property>
  1067. </action>
  1068. <action name="actionMoveToBottom">
  1069. <property name="text">
  1070. <string>Basic.MainMenu.Edit.Order.MoveToBottom</string>
  1071. </property>
  1072. <property name="shortcut">
  1073. <string>Ctrl+End</string>
  1074. </property>
  1075. </action>
  1076. <action name="actionCheckForUpdates">
  1077. <property name="text">
  1078. <string>Basic.MainMenu.Help.CheckForUpdates</string>
  1079. </property>
  1080. </action>
  1081. <action name="actionInteract">
  1082. <property name="text">
  1083. <string>Interact</string>
  1084. </property>
  1085. </action>
  1086. <action name="actionAdvAudioProperties">
  1087. <property name="text">
  1088. <string>Basic.MainMenu.Edit.AdvAudio</string>
  1089. </property>
  1090. </action>
  1091. <action name="actionWebsite">
  1092. <property name="text">
  1093. <string>Basic.MainMenu.Help.Website</string>
  1094. </property>
  1095. </action>
  1096. <action name="actionNewSceneCollection">
  1097. <property name="text">
  1098. <string>New</string>
  1099. </property>
  1100. </action>
  1101. <action name="actionDupSceneCollection">
  1102. <property name="text">
  1103. <string>Duplicate</string>
  1104. </property>
  1105. </action>
  1106. <action name="actionRenameSceneCollection">
  1107. <property name="text">
  1108. <string>Rename</string>
  1109. </property>
  1110. </action>
  1111. <action name="actionRemoveSceneCollection">
  1112. <property name="text">
  1113. <string>Remove</string>
  1114. </property>
  1115. </action>
  1116. <action name="actionNewProfile">
  1117. <property name="text">
  1118. <string>New</string>
  1119. </property>
  1120. </action>
  1121. <action name="actionDupProfile">
  1122. <property name="text">
  1123. <string>Duplicate</string>
  1124. </property>
  1125. </action>
  1126. <action name="actionRenameProfile">
  1127. <property name="text">
  1128. <string>Rename</string>
  1129. </property>
  1130. </action>
  1131. <action name="actionRemoveProfile">
  1132. <property name="text">
  1133. <string>Remove</string>
  1134. </property>
  1135. </action>
  1136. <action name="actionShowSettingsFolder">
  1137. <property name="text">
  1138. <string>Basic.MainMenu.File.ShowSettingsFolder</string>
  1139. </property>
  1140. </action>
  1141. <action name="actionShowProfileFolder">
  1142. <property name="text">
  1143. <string>Basic.MainMenu.File.ShowProfileFolder</string>
  1144. </property>
  1145. </action>
  1146. <action name="actionAlwaysOnTop">
  1147. <property name="checkable">
  1148. <bool>true</bool>
  1149. </property>
  1150. <property name="text">
  1151. <string>Basic.MainMenu.AlwaysOnTop</string>
  1152. </property>
  1153. </action>
  1154. </widget>
  1155. <customwidgets>
  1156. <customwidget>
  1157. <class>OBSBasicPreview</class>
  1158. <extends>QWidget</extends>
  1159. <header>window-basic-preview.hpp</header>
  1160. <container>1</container>
  1161. </customwidget>
  1162. <customwidget>
  1163. <class>OBSBasicStatusBar</class>
  1164. <extends>QStatusBar</extends>
  1165. <header>window-basic-status-bar.hpp</header>
  1166. </customwidget>
  1167. <customwidget>
  1168. <class>VScrollArea</class>
  1169. <extends>QScrollArea</extends>
  1170. <header>vertical-scroll-area.hpp</header>
  1171. <container>1</container>
  1172. </customwidget>
  1173. <customwidget>
  1174. <class>SourceListWidget</class>
  1175. <extends>QListWidget</extends>
  1176. <header>source-list-widget.hpp</header>
  1177. </customwidget>
  1178. </customwidgets>
  1179. <resources>
  1180. <include location="obs.qrc"/>
  1181. </resources>
  1182. <connections>
  1183. <connection>
  1184. <sender>actionE_xit</sender>
  1185. <signal>triggered()</signal>
  1186. <receiver>OBSBasic</receiver>
  1187. <slot>close()</slot>
  1188. <hints>
  1189. <hint type="sourcelabel">
  1190. <x>-1</x>
  1191. <y>-1</y>
  1192. </hint>
  1193. <hint type="destinationlabel">
  1194. <x>463</x>
  1195. <y>351</y>
  1196. </hint>
  1197. </hints>
  1198. </connection>
  1199. <connection>
  1200. <sender>exitButton</sender>
  1201. <signal>clicked()</signal>
  1202. <receiver>OBSBasic</receiver>
  1203. <slot>close()</slot>
  1204. <hints>
  1205. <hint type="sourcelabel">
  1206. <x>838</x>
  1207. <y>272</y>
  1208. </hint>
  1209. <hint type="destinationlabel">
  1210. <x>902</x>
  1211. <y>-10</y>
  1212. </hint>
  1213. </hints>
  1214. </connection>
  1215. </connections>
  1216. </ui>