OBSBasic.ui 30 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012
  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>920</width>
  11. <height>700</height>
  12. </rect>
  13. </property>
  14. <property name="sizePolicy">
  15. <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
  16. <horstretch>0</horstretch>
  17. <verstretch>0</verstretch>
  18. </sizepolicy>
  19. </property>
  20. <property name="minimumSize">
  21. <size>
  22. <width>0</width>
  23. <height>0</height>
  24. </size>
  25. </property>
  26. <property name="windowTitle">
  27. <string>.MainWindow</string>
  28. </property>
  29. <property name="windowIcon">
  30. <iconset resource="obs.qrc">
  31. <normaloff>:/res/images/obs.png</normaloff>:/res/images/obs.png</iconset>
  32. </property>
  33. <property name="styleSheet">
  34. <string notr="true"/>
  35. </property>
  36. <widget class="QWidget" name="centralwidget">
  37. <layout class="QVBoxLayout" name="verticalLayout">
  38. <item>
  39. <widget class="OBSBasicPreview" name="preview" native="true">
  40. <property name="sizePolicy">
  41. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  42. <horstretch>0</horstretch>
  43. <verstretch>0</verstretch>
  44. </sizepolicy>
  45. </property>
  46. <property name="minimumSize">
  47. <size>
  48. <width>32</width>
  49. <height>32</height>
  50. </size>
  51. </property>
  52. <property name="focusPolicy">
  53. <enum>Qt::ClickFocus</enum>
  54. </property>
  55. <property name="contextMenuPolicy">
  56. <enum>Qt::CustomContextMenu</enum>
  57. </property>
  58. <addaction name="actionRemoveSource"/>
  59. </widget>
  60. </item>
  61. <item>
  62. <widget class="QLabel" name="previewDisabledLabel">
  63. <property name="sizePolicy">
  64. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  65. <horstretch>0</horstretch>
  66. <verstretch>0</verstretch>
  67. </sizepolicy>
  68. </property>
  69. <property name="contextMenuPolicy">
  70. <enum>Qt::CustomContextMenu</enum>
  71. </property>
  72. <property name="text">
  73. <string>Basic.Main.PreviewDisabled</string>
  74. </property>
  75. <property name="alignment">
  76. <set>Qt::AlignCenter</set>
  77. </property>
  78. </widget>
  79. </item>
  80. <item alignment="Qt::AlignHCenter|Qt::AlignVCenter">
  81. <widget class="QWidget" name="controlsContainer" native="true">
  82. <property name="sizePolicy">
  83. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  84. <horstretch>0</horstretch>
  85. <verstretch>0</verstretch>
  86. </sizepolicy>
  87. </property>
  88. <property name="minimumSize">
  89. <size>
  90. <width>720</width>
  91. <height>0</height>
  92. </size>
  93. </property>
  94. <property name="maximumSize">
  95. <size>
  96. <width>16777215</width>
  97. <height>165</height>
  98. </size>
  99. </property>
  100. <layout class="QGridLayout" name="gridLayout">
  101. <property name="leftMargin">
  102. <number>0</number>
  103. </property>
  104. <property name="topMargin">
  105. <number>0</number>
  106. </property>
  107. <property name="rightMargin">
  108. <number>0</number>
  109. </property>
  110. <property name="bottomMargin">
  111. <number>0</number>
  112. </property>
  113. <property name="verticalSpacing">
  114. <number>2</number>
  115. </property>
  116. <item row="0" column="3">
  117. <spacer name="mixadvHSpacer_2">
  118. <property name="orientation">
  119. <enum>Qt::Horizontal</enum>
  120. </property>
  121. <property name="sizeType">
  122. <enum>QSizePolicy::Fixed</enum>
  123. </property>
  124. <property name="sizeHint" stdset="0">
  125. <size>
  126. <width>150</width>
  127. <height>0</height>
  128. </size>
  129. </property>
  130. </spacer>
  131. </item>
  132. <item row="0" column="1">
  133. <widget class="QLabel" name="sourcesLabel">
  134. <property name="text">
  135. <string>Basic.Main.Sources</string>
  136. </property>
  137. </widget>
  138. </item>
  139. <item row="0" column="0">
  140. <widget class="QLabel" name="scenesLabel">
  141. <property name="text">
  142. <string>Basic.Main.Scenes</string>
  143. </property>
  144. </widget>
  145. </item>
  146. <item row="1" column="3">
  147. <layout class="QVBoxLayout" name="buttonsVLayout">
  148. <property name="spacing">
  149. <number>2</number>
  150. </property>
  151. <item>
  152. <widget class="QPushButton" name="streamButton">
  153. <property name="enabled">
  154. <bool>true</bool>
  155. </property>
  156. <property name="text">
  157. <string>Basic.Main.StartStreaming</string>
  158. </property>
  159. <property name="checkable">
  160. <bool>false</bool>
  161. </property>
  162. </widget>
  163. </item>
  164. <item>
  165. <widget class="QPushButton" name="recordButton">
  166. <property name="enabled">
  167. <bool>true</bool>
  168. </property>
  169. <property name="text">
  170. <string>Basic.Main.StartRecording</string>
  171. </property>
  172. </widget>
  173. </item>
  174. <item>
  175. <widget class="QPushButton" name="settingsButton">
  176. <property name="text">
  177. <string>Settings</string>
  178. </property>
  179. </widget>
  180. </item>
  181. <item>
  182. <widget class="QPushButton" name="exitButton">
  183. <property name="text">
  184. <string>Exit</string>
  185. </property>
  186. </widget>
  187. </item>
  188. <item>
  189. <spacer name="expVSpacer">
  190. <property name="orientation">
  191. <enum>Qt::Vertical</enum>
  192. </property>
  193. <property name="sizeHint" stdset="0">
  194. <size>
  195. <width>0</width>
  196. <height>0</height>
  197. </size>
  198. </property>
  199. </spacer>
  200. </item>
  201. </layout>
  202. </item>
  203. <item row="0" column="2">
  204. <layout class="QHBoxLayout" name="mixadvHLayout">
  205. <property name="spacing">
  206. <number>0</number>
  207. </property>
  208. <item>
  209. <widget class="QLabel" name="mixerLabel">
  210. <property name="sizePolicy">
  211. <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
  212. <horstretch>0</horstretch>
  213. <verstretch>0</verstretch>
  214. </sizepolicy>
  215. </property>
  216. <property name="text">
  217. <string>Mixer</string>
  218. </property>
  219. </widget>
  220. </item>
  221. <item>
  222. <widget class="QPushButton" name="advAudioProps">
  223. <property name="sizePolicy">
  224. <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
  225. <horstretch>0</horstretch>
  226. <verstretch>0</verstretch>
  227. </sizepolicy>
  228. </property>
  229. <property name="maximumSize">
  230. <size>
  231. <width>22</width>
  232. <height>22</height>
  233. </size>
  234. </property>
  235. <property name="text">
  236. <string notr="true"/>
  237. </property>
  238. <property name="icon">
  239. <iconset resource="obs.qrc">
  240. <normaloff>:/res/images/configuration21_16.png</normaloff>:/res/images/configuration21_16.png</iconset>
  241. </property>
  242. <property name="flat">
  243. <bool>true</bool>
  244. </property>
  245. <property name="themeID" stdset="0">
  246. <string notr="true">configIconSmall</string>
  247. </property>
  248. </widget>
  249. </item>
  250. <item>
  251. <spacer name="mixadvHSpacer">
  252. <property name="orientation">
  253. <enum>Qt::Horizontal</enum>
  254. </property>
  255. <property name="sizeHint" stdset="0">
  256. <size>
  257. <width>0</width>
  258. <height>0</height>
  259. </size>
  260. </property>
  261. </spacer>
  262. </item>
  263. </layout>
  264. </item>
  265. <item row="1" column="2">
  266. <widget class="VScrollArea" name="scrollArea">
  267. <property name="frameShape">
  268. <enum>QFrame::StyledPanel</enum>
  269. </property>
  270. <property name="frameShadow">
  271. <enum>QFrame::Sunken</enum>
  272. </property>
  273. <property name="verticalScrollBarPolicy">
  274. <enum>Qt::ScrollBarAlwaysOn</enum>
  275. </property>
  276. <property name="horizontalScrollBarPolicy">
  277. <enum>Qt::ScrollBarAlwaysOff</enum>
  278. </property>
  279. <property name="widgetResizable">
  280. <bool>true</bool>
  281. </property>
  282. <widget class="QWidget" name="volumeWidgets">
  283. <property name="geometry">
  284. <rect>
  285. <x>0</x>
  286. <y>0</y>
  287. <width>209</width>
  288. <height>16</height>
  289. </rect>
  290. </property>
  291. <property name="sizePolicy">
  292. <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
  293. <horstretch>0</horstretch>
  294. <verstretch>0</verstretch>
  295. </sizepolicy>
  296. </property>
  297. <layout class="QVBoxLayout" name="verticalLayout_6">
  298. <property name="spacing">
  299. <number>0</number>
  300. </property>
  301. <property name="leftMargin">
  302. <number>0</number>
  303. </property>
  304. <property name="topMargin">
  305. <number>0</number>
  306. </property>
  307. <property name="rightMargin">
  308. <number>0</number>
  309. </property>
  310. <property name="bottomMargin">
  311. <number>0</number>
  312. </property>
  313. </layout>
  314. </widget>
  315. </widget>
  316. </item>
  317. <item row="1" column="1">
  318. <layout class="QVBoxLayout" name="sourcesVLayout">
  319. <property name="spacing">
  320. <number>0</number>
  321. </property>
  322. <item>
  323. <widget class="QFrame" name="sourcesFrame">
  324. <property name="sizePolicy">
  325. <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
  326. <horstretch>0</horstretch>
  327. <verstretch>0</verstretch>
  328. </sizepolicy>
  329. </property>
  330. <property name="minimumSize">
  331. <size>
  332. <width>160</width>
  333. <height>0</height>
  334. </size>
  335. </property>
  336. <property name="frameShape">
  337. <enum>QFrame::StyledPanel</enum>
  338. </property>
  339. <property name="frameShadow">
  340. <enum>QFrame::Sunken</enum>
  341. </property>
  342. <layout class="QVBoxLayout" name="verticalLayout_4">
  343. <property name="spacing">
  344. <number>0</number>
  345. </property>
  346. <property name="leftMargin">
  347. <number>0</number>
  348. </property>
  349. <property name="topMargin">
  350. <number>0</number>
  351. </property>
  352. <property name="rightMargin">
  353. <number>0</number>
  354. </property>
  355. <property name="bottomMargin">
  356. <number>0</number>
  357. </property>
  358. <item>
  359. <widget class="SourceListWidget" name="sources">
  360. <property name="sizePolicy">
  361. <sizepolicy hsizetype="Ignored" vsizetype="Expanding">
  362. <horstretch>0</horstretch>
  363. <verstretch>0</verstretch>
  364. </sizepolicy>
  365. </property>
  366. <property name="contextMenuPolicy">
  367. <enum>Qt::CustomContextMenu</enum>
  368. </property>
  369. <property name="frameShape">
  370. <enum>QFrame::NoFrame</enum>
  371. </property>
  372. <addaction name="actionRemoveSource"/>
  373. </widget>
  374. </item>
  375. <item>
  376. <widget class="QToolBar" name="sourcesToolbar">
  377. <property name="iconSize">
  378. <size>
  379. <width>16</width>
  380. <height>16</height>
  381. </size>
  382. </property>
  383. <property name="floatable">
  384. <bool>false</bool>
  385. </property>
  386. <addaction name="actionAddSource"/>
  387. <addaction name="actionRemoveSource"/>
  388. <addaction name="actionSourceProperties"/>
  389. <addaction name="separator"/>
  390. <addaction name="actionSourceUp"/>
  391. <addaction name="actionSourceDown"/>
  392. </widget>
  393. </item>
  394. <item>
  395. <spacer name="sourcesFixedSizeHSpacer">
  396. <property name="orientation">
  397. <enum>Qt::Horizontal</enum>
  398. </property>
  399. <property name="sizeType">
  400. <enum>QSizePolicy::Fixed</enum>
  401. </property>
  402. <property name="sizeHint" stdset="0">
  403. <size>
  404. <width>150</width>
  405. <height>0</height>
  406. </size>
  407. </property>
  408. </spacer>
  409. </item>
  410. </layout>
  411. </widget>
  412. </item>
  413. </layout>
  414. </item>
  415. <item row="1" column="0">
  416. <layout class="QVBoxLayout" name="scenesVLayout">
  417. <property name="spacing">
  418. <number>0</number>
  419. </property>
  420. <item>
  421. <widget class="QFrame" name="scenesFrame">
  422. <property name="sizePolicy">
  423. <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
  424. <horstretch>0</horstretch>
  425. <verstretch>0</verstretch>
  426. </sizepolicy>
  427. </property>
  428. <property name="minimumSize">
  429. <size>
  430. <width>160</width>
  431. <height>0</height>
  432. </size>
  433. </property>
  434. <property name="frameShape">
  435. <enum>QFrame::StyledPanel</enum>
  436. </property>
  437. <property name="frameShadow">
  438. <enum>QFrame::Sunken</enum>
  439. </property>
  440. <layout class="QVBoxLayout" name="verticalLayout_3">
  441. <property name="spacing">
  442. <number>0</number>
  443. </property>
  444. <property name="leftMargin">
  445. <number>0</number>
  446. </property>
  447. <property name="topMargin">
  448. <number>0</number>
  449. </property>
  450. <property name="rightMargin">
  451. <number>0</number>
  452. </property>
  453. <property name="bottomMargin">
  454. <number>0</number>
  455. </property>
  456. <item>
  457. <widget class="QListWidget" name="scenes">
  458. <property name="enabled">
  459. <bool>true</bool>
  460. </property>
  461. <property name="sizePolicy">
  462. <sizepolicy hsizetype="Ignored" vsizetype="Expanding">
  463. <horstretch>0</horstretch>
  464. <verstretch>0</verstretch>
  465. </sizepolicy>
  466. </property>
  467. <property name="contextMenuPolicy">
  468. <enum>Qt::CustomContextMenu</enum>
  469. </property>
  470. <property name="frameShape">
  471. <enum>QFrame::NoFrame</enum>
  472. </property>
  473. <property name="frameShadow">
  474. <enum>QFrame::Plain</enum>
  475. </property>
  476. <addaction name="actionRemoveScene"/>
  477. </widget>
  478. </item>
  479. <item>
  480. <widget class="QToolBar" name="scenesToolbar">
  481. <property name="sizePolicy">
  482. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  483. <horstretch>0</horstretch>
  484. <verstretch>0</verstretch>
  485. </sizepolicy>
  486. </property>
  487. <property name="iconSize">
  488. <size>
  489. <width>16</width>
  490. <height>16</height>
  491. </size>
  492. </property>
  493. <property name="floatable">
  494. <bool>false</bool>
  495. </property>
  496. <addaction name="actionAddScene"/>
  497. <addaction name="actionRemoveScene"/>
  498. <addaction name="actionSceneProperties"/>
  499. <addaction name="separator"/>
  500. <addaction name="actionSceneUp"/>
  501. <addaction name="actionSceneDown"/>
  502. </widget>
  503. </item>
  504. <item>
  505. <spacer name="scenesFixedSizeHSpacer">
  506. <property name="orientation">
  507. <enum>Qt::Horizontal</enum>
  508. </property>
  509. <property name="sizeType">
  510. <enum>QSizePolicy::Fixed</enum>
  511. </property>
  512. <property name="sizeHint" stdset="0">
  513. <size>
  514. <width>150</width>
  515. <height>0</height>
  516. </size>
  517. </property>
  518. </spacer>
  519. </item>
  520. </layout>
  521. </widget>
  522. </item>
  523. </layout>
  524. </item>
  525. </layout>
  526. </widget>
  527. </item>
  528. </layout>
  529. </widget>
  530. <widget class="QMenuBar" name="menubar">
  531. <property name="geometry">
  532. <rect>
  533. <x>0</x>
  534. <y>0</y>
  535. <width>920</width>
  536. <height>21</height>
  537. </rect>
  538. </property>
  539. <widget class="QMenu" name="menu_File">
  540. <property name="title">
  541. <string>Basic.MainMenu.File</string>
  542. </property>
  543. <addaction name="action_Save"/>
  544. <addaction name="action_Open"/>
  545. <addaction name="separator"/>
  546. <addaction name="actionShow_Recordings"/>
  547. <addaction name="actionRemux"/>
  548. <addaction name="separator"/>
  549. <addaction name="action_Settings"/>
  550. <addaction name="separator"/>
  551. <addaction name="actionE_xit"/>
  552. </widget>
  553. <widget class="QMenu" name="menuBasic_MainMenu_Help">
  554. <property name="title">
  555. <string>Basic.MainMenu.Help</string>
  556. </property>
  557. <widget class="QMenu" name="menuLogFiles">
  558. <property name="title">
  559. <string>Basic.MainMenu.Help.Logs</string>
  560. </property>
  561. <addaction name="actionShowLogs"/>
  562. <addaction name="actionUploadCurrentLog"/>
  563. <addaction name="actionUploadLastLog"/>
  564. <addaction name="actionViewCurrentLog"/>
  565. </widget>
  566. <addaction name="menuLogFiles"/>
  567. <addaction name="actionCheckForUpdates"/>
  568. </widget>
  569. <widget class="QMenu" name="menuBasic_MainMenu_Edit">
  570. <property name="title">
  571. <string>Basic.MainMenu.Edit</string>
  572. </property>
  573. <widget class="QMenu" name="transformMenu">
  574. <property name="title">
  575. <string>Basic.MainMenu.Edit.Transform</string>
  576. </property>
  577. <addaction name="actionEditTransform"/>
  578. <addaction name="actionResetTransform"/>
  579. <addaction name="separator"/>
  580. <addaction name="actionRotate90CW"/>
  581. <addaction name="actionRotate90CCW"/>
  582. <addaction name="actionRotate180"/>
  583. <addaction name="separator"/>
  584. <addaction name="actionFlipHorizontal"/>
  585. <addaction name="actionFlipVertical"/>
  586. <addaction name="separator"/>
  587. <addaction name="actionFitToScreen"/>
  588. <addaction name="actionStretchToScreen"/>
  589. <addaction name="actionCenterToScreen"/>
  590. </widget>
  591. <widget class="QMenu" name="orderMenu">
  592. <property name="title">
  593. <string>Basic.MainMenu.Edit.Order</string>
  594. </property>
  595. <addaction name="actionMoveUp"/>
  596. <addaction name="actionMoveDown"/>
  597. <addaction name="separator"/>
  598. <addaction name="actionMoveToTop"/>
  599. <addaction name="actionMoveToBottom"/>
  600. </widget>
  601. <addaction name="actionUndo"/>
  602. <addaction name="actionRedo"/>
  603. <addaction name="separator"/>
  604. <addaction name="transformMenu"/>
  605. <addaction name="orderMenu"/>
  606. <addaction name="separator"/>
  607. <addaction name="actionAdvAudioProperties"/>
  608. </widget>
  609. <addaction name="menu_File"/>
  610. <addaction name="menuBasic_MainMenu_Edit"/>
  611. <addaction name="menuBasic_MainMenu_Help"/>
  612. </widget>
  613. <widget class="OBSBasicStatusBar" name="statusbar"/>
  614. <action name="actionAddScene">
  615. <property name="icon">
  616. <iconset resource="obs.qrc">
  617. <normaloff>:/res/images/add.png</normaloff>:/res/images/add.png</iconset>
  618. </property>
  619. <property name="text">
  620. <string>Add</string>
  621. </property>
  622. <property name="themeID" stdset="0">
  623. <string notr="true">addIconSmall</string>
  624. </property>
  625. </action>
  626. <action name="actionAddSource">
  627. <property name="icon">
  628. <iconset resource="obs.qrc">
  629. <normaloff>:/res/images/add.png</normaloff>:/res/images/add.png</iconset>
  630. </property>
  631. <property name="text">
  632. <string>Add</string>
  633. </property>
  634. <property name="themeID" stdset="0">
  635. <string notr="true">addIconSmall</string>
  636. </property>
  637. </action>
  638. <action name="actionRemoveScene">
  639. <property name="icon">
  640. <iconset resource="obs.qrc">
  641. <normaloff>:/res/images/list_remove.png</normaloff>:/res/images/list_remove.png</iconset>
  642. </property>
  643. <property name="text">
  644. <string>Remove</string>
  645. </property>
  646. <property name="shortcut">
  647. <string>Del</string>
  648. </property>
  649. <property name="shortcutContext">
  650. <enum>Qt::WidgetWithChildrenShortcut</enum>
  651. </property>
  652. <property name="themeID" stdset="0">
  653. <string notr="true">removeIconSmall</string>
  654. </property>
  655. </action>
  656. <action name="actionRemoveSource">
  657. <property name="icon">
  658. <iconset resource="obs.qrc">
  659. <normaloff>:/res/images/list_remove.png</normaloff>:/res/images/list_remove.png</iconset>
  660. </property>
  661. <property name="text">
  662. <string>Remove</string>
  663. </property>
  664. <property name="shortcut">
  665. <string>Del</string>
  666. </property>
  667. <property name="shortcutContext">
  668. <enum>Qt::WidgetWithChildrenShortcut</enum>
  669. </property>
  670. <property name="themeID" stdset="0">
  671. <string notr="true">removeIconSmall</string>
  672. </property>
  673. </action>
  674. <action name="actionSceneProperties">
  675. <property name="enabled">
  676. <bool>false</bool>
  677. </property>
  678. <property name="icon">
  679. <iconset resource="obs.qrc">
  680. <normaloff>:/res/images/properties.png</normaloff>:/res/images/properties.png</iconset>
  681. </property>
  682. <property name="text">
  683. <string>Properties</string>
  684. </property>
  685. <property name="themeID" stdset="0">
  686. <string notr="true">propertiesIconSmall</string>
  687. </property>
  688. </action>
  689. <action name="actionSourceProperties">
  690. <property name="enabled">
  691. <bool>true</bool>
  692. </property>
  693. <property name="icon">
  694. <iconset resource="obs.qrc">
  695. <normaloff>:/res/images/properties.png</normaloff>:/res/images/properties.png</iconset>
  696. </property>
  697. <property name="text">
  698. <string>Properties</string>
  699. </property>
  700. <property name="themeID" stdset="0">
  701. <string notr="true">propertiesIconSmall</string>
  702. </property>
  703. </action>
  704. <action name="actionSceneUp">
  705. <property name="enabled">
  706. <bool>false</bool>
  707. </property>
  708. <property name="icon">
  709. <iconset resource="obs.qrc">
  710. <normaloff>:/res/images/up.png</normaloff>:/res/images/up.png</iconset>
  711. </property>
  712. <property name="text">
  713. <string>MoveUp</string>
  714. </property>
  715. <property name="themeID" stdset="0">
  716. <string notr="true">upArrowIconSmall</string>
  717. </property>
  718. </action>
  719. <action name="actionSourceUp">
  720. <property name="enabled">
  721. <bool>true</bool>
  722. </property>
  723. <property name="icon">
  724. <iconset resource="obs.qrc">
  725. <normaloff>:/res/images/up.png</normaloff>:/res/images/up.png</iconset>
  726. </property>
  727. <property name="text">
  728. <string>MoveUp</string>
  729. </property>
  730. <property name="themeID" stdset="0">
  731. <string notr="true">upArrowIconSmall</string>
  732. </property>
  733. </action>
  734. <action name="actionSceneDown">
  735. <property name="enabled">
  736. <bool>false</bool>
  737. </property>
  738. <property name="icon">
  739. <iconset resource="obs.qrc">
  740. <normaloff>:/res/images/down.png</normaloff>:/res/images/down.png</iconset>
  741. </property>
  742. <property name="text">
  743. <string>MoveDown</string>
  744. </property>
  745. <property name="themeID" stdset="0">
  746. <string notr="true">downArrowIconSmall</string>
  747. </property>
  748. </action>
  749. <action name="actionSourceDown">
  750. <property name="enabled">
  751. <bool>true</bool>
  752. </property>
  753. <property name="icon">
  754. <iconset resource="obs.qrc">
  755. <normaloff>:/res/images/down.png</normaloff>:/res/images/down.png</iconset>
  756. </property>
  757. <property name="text">
  758. <string>MoveDown</string>
  759. </property>
  760. <property name="themeID" stdset="0">
  761. <string notr="true">downArrowIconSmall</string>
  762. </property>
  763. </action>
  764. <action name="action_New">
  765. <property name="text">
  766. <string>Basic.MainMenu.SwitchMode</string>
  767. </property>
  768. </action>
  769. <action name="action_Open">
  770. <property name="enabled">
  771. <bool>false</bool>
  772. </property>
  773. <property name="text">
  774. <string>Basic.MainMenu.File.Export</string>
  775. </property>
  776. </action>
  777. <action name="action_Save">
  778. <property name="enabled">
  779. <bool>false</bool>
  780. </property>
  781. <property name="text">
  782. <string>Basic.MainMenu.File.Import</string>
  783. </property>
  784. </action>
  785. <action name="actionShow_Recordings">
  786. <property name="text">
  787. <string>Basic.MainMenu.File.ShowRecordings</string>
  788. </property>
  789. </action>
  790. <action name="actionRemux">
  791. <property name="text">
  792. <string>Basic.MainMenu.File.Remux</string>
  793. </property>
  794. </action>
  795. <action name="action_Settings">
  796. <property name="text">
  797. <string>Basic.MainMenu.File.Settings</string>
  798. </property>
  799. </action>
  800. <action name="actionE_xit">
  801. <property name="text">
  802. <string>Basic.MainMenu.File.Exit</string>
  803. </property>
  804. </action>
  805. <action name="actionShowLogs">
  806. <property name="text">
  807. <string>Basic.MainMenu.Help.Logs.ShowLogs</string>
  808. </property>
  809. </action>
  810. <action name="actionUploadLastLog">
  811. <property name="text">
  812. <string>Basic.MainMenu.Help.Logs.UploadLastLog</string>
  813. </property>
  814. </action>
  815. <action name="actionUploadCurrentLog">
  816. <property name="text">
  817. <string>Basic.MainMenu.Help.Logs.UploadCurrentLog</string>
  818. </property>
  819. </action>
  820. <action name="actionViewCurrentLog">
  821. <property name="text">
  822. <string>Basic.MainMenu.Help.Logs.ViewCurrentLog</string>
  823. </property>
  824. </action>
  825. <action name="actionUndo">
  826. <property name="enabled">
  827. <bool>false</bool>
  828. </property>
  829. <property name="text">
  830. <string>Basic.MainMenu.Edit.Undo</string>
  831. </property>
  832. </action>
  833. <action name="actionRedo">
  834. <property name="enabled">
  835. <bool>false</bool>
  836. </property>
  837. <property name="text">
  838. <string>Basic.MainMenu.Edit.Redo</string>
  839. </property>
  840. </action>
  841. <action name="actionEditTransform">
  842. <property name="text">
  843. <string>Basic.MainMenu.Edit.Transform.EditTransform</string>
  844. </property>
  845. </action>
  846. <action name="actionRotate90CW">
  847. <property name="text">
  848. <string>Basic.MainMenu.Edit.Transform.Rotate90CW</string>
  849. </property>
  850. </action>
  851. <action name="actionRotate90CCW">
  852. <property name="text">
  853. <string>Basic.MainMenu.Edit.Transform.Rotate90CCW</string>
  854. </property>
  855. </action>
  856. <action name="actionRotate180">
  857. <property name="text">
  858. <string>Basic.MainMenu.Edit.Transform.Rotate180</string>
  859. </property>
  860. </action>
  861. <action name="actionFitToScreen">
  862. <property name="text">
  863. <string>Basic.MainMenu.Edit.Transform.FitToScreen</string>
  864. </property>
  865. <property name="shortcut">
  866. <string>Ctrl+F</string>
  867. </property>
  868. </action>
  869. <action name="actionStretchToScreen">
  870. <property name="text">
  871. <string>Basic.MainMenu.Edit.Transform.StretchToScreen</string>
  872. </property>
  873. <property name="shortcut">
  874. <string>Ctrl+S</string>
  875. </property>
  876. </action>
  877. <action name="actionResetTransform">
  878. <property name="text">
  879. <string>Basic.MainMenu.Edit.Transform.ResetTransform</string>
  880. </property>
  881. <property name="shortcut">
  882. <string>Ctrl+R</string>
  883. </property>
  884. </action>
  885. <action name="actionCenterToScreen">
  886. <property name="text">
  887. <string>Basic.MainMenu.Edit.Transform.CenterToScreen</string>
  888. </property>
  889. <property name="shortcut">
  890. <string>Ctrl+C</string>
  891. </property>
  892. </action>
  893. <action name="actionFlipHorizontal">
  894. <property name="text">
  895. <string>Basic.MainMenu.Edit.Transform.FlipHorizontal</string>
  896. </property>
  897. </action>
  898. <action name="actionFlipVertical">
  899. <property name="text">
  900. <string>Basic.MainMenu.Edit.Transform.FlipVertical</string>
  901. </property>
  902. </action>
  903. <action name="actionMoveUp">
  904. <property name="text">
  905. <string>Basic.MainMenu.Edit.Order.MoveUp</string>
  906. </property>
  907. <property name="shortcut">
  908. <string>Ctrl+Up</string>
  909. </property>
  910. </action>
  911. <action name="actionMoveDown">
  912. <property name="text">
  913. <string>Basic.MainMenu.Edit.Order.MoveDown</string>
  914. </property>
  915. <property name="shortcut">
  916. <string>Ctrl+Down</string>
  917. </property>
  918. </action>
  919. <action name="actionMoveToTop">
  920. <property name="text">
  921. <string>Basic.MainMenu.Edit.Order.MoveToTop</string>
  922. </property>
  923. <property name="shortcut">
  924. <string>Ctrl+Home</string>
  925. </property>
  926. </action>
  927. <action name="actionMoveToBottom">
  928. <property name="text">
  929. <string>Basic.MainMenu.Edit.Order.MoveToBottom</string>
  930. </property>
  931. <property name="shortcut">
  932. <string>Ctrl+End</string>
  933. </property>
  934. </action>
  935. <action name="actionCheckForUpdates">
  936. <property name="text">
  937. <string>Basic.MainMenu.Help.CheckForUpdates</string>
  938. </property>
  939. </action>
  940. <action name="actionInteract">
  941. <property name="text">
  942. <string>Interact</string>
  943. </property>
  944. </action>
  945. <action name="actionAdvAudioProperties">
  946. <property name="text">
  947. <string>Basic.MainMenu.Edit.AdvAudio</string>
  948. </property>
  949. </action>
  950. </widget>
  951. <customwidgets>
  952. <customwidget>
  953. <class>OBSBasicPreview</class>
  954. <extends>QWidget</extends>
  955. <header>window-basic-preview.hpp</header>
  956. <container>1</container>
  957. </customwidget>
  958. <customwidget>
  959. <class>OBSBasicStatusBar</class>
  960. <extends>QStatusBar</extends>
  961. <header>window-basic-status-bar.hpp</header>
  962. </customwidget>
  963. <customwidget>
  964. <class>VScrollArea</class>
  965. <extends>QScrollArea</extends>
  966. <header>vertical-scroll-area.hpp</header>
  967. <container>1</container>
  968. </customwidget>
  969. <customwidget>
  970. <class>SourceListWidget</class>
  971. <extends>QListWidget</extends>
  972. <header>source-list-widget.hpp</header>
  973. </customwidget>
  974. </customwidgets>
  975. <resources>
  976. <include location="obs.qrc"/>
  977. </resources>
  978. <connections>
  979. <connection>
  980. <sender>actionE_xit</sender>
  981. <signal>triggered()</signal>
  982. <receiver>OBSBasic</receiver>
  983. <slot>close()</slot>
  984. <hints>
  985. <hint type="sourcelabel">
  986. <x>-1</x>
  987. <y>-1</y>
  988. </hint>
  989. <hint type="destinationlabel">
  990. <x>463</x>
  991. <y>351</y>
  992. </hint>
  993. </hints>
  994. </connection>
  995. <connection>
  996. <sender>exitButton</sender>
  997. <signal>clicked()</signal>
  998. <receiver>OBSBasic</receiver>
  999. <slot>close()</slot>
  1000. <hints>
  1001. <hint type="sourcelabel">
  1002. <x>697</x>
  1003. <y>615</y>
  1004. </hint>
  1005. <hint type="destinationlabel">
  1006. <x>463</x>
  1007. <y>351</y>
  1008. </hint>
  1009. </hints>
  1010. </connection>
  1011. </connections>
  1012. </ui>