OBSBasic.ui 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969
  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="separator"/>
  499. <addaction name="actionSceneUp"/>
  500. <addaction name="actionSceneDown"/>
  501. </widget>
  502. </item>
  503. <item>
  504. <spacer name="scenesFixedSizeHSpacer">
  505. <property name="orientation">
  506. <enum>Qt::Horizontal</enum>
  507. </property>
  508. <property name="sizeType">
  509. <enum>QSizePolicy::Fixed</enum>
  510. </property>
  511. <property name="sizeHint" stdset="0">
  512. <size>
  513. <width>150</width>
  514. <height>0</height>
  515. </size>
  516. </property>
  517. </spacer>
  518. </item>
  519. </layout>
  520. </widget>
  521. </item>
  522. </layout>
  523. </item>
  524. </layout>
  525. </widget>
  526. </item>
  527. </layout>
  528. </widget>
  529. <widget class="QMenuBar" name="menubar">
  530. <property name="geometry">
  531. <rect>
  532. <x>0</x>
  533. <y>0</y>
  534. <width>920</width>
  535. <height>21</height>
  536. </rect>
  537. </property>
  538. <widget class="QMenu" name="menu_File">
  539. <property name="title">
  540. <string>Basic.MainMenu.File</string>
  541. </property>
  542. <addaction name="actionShow_Recordings"/>
  543. <addaction name="actionRemux"/>
  544. <addaction name="separator"/>
  545. <addaction name="action_Settings"/>
  546. <addaction name="separator"/>
  547. <addaction name="actionE_xit"/>
  548. </widget>
  549. <widget class="QMenu" name="menuBasic_MainMenu_Help">
  550. <property name="title">
  551. <string>Basic.MainMenu.Help</string>
  552. </property>
  553. <widget class="QMenu" name="menuLogFiles">
  554. <property name="title">
  555. <string>Basic.MainMenu.Help.Logs</string>
  556. </property>
  557. <addaction name="actionShowLogs"/>
  558. <addaction name="actionUploadCurrentLog"/>
  559. <addaction name="actionUploadLastLog"/>
  560. <addaction name="actionViewCurrentLog"/>
  561. </widget>
  562. <addaction name="menuLogFiles"/>
  563. <addaction name="actionCheckForUpdates"/>
  564. </widget>
  565. <widget class="QMenu" name="menuBasic_MainMenu_Edit">
  566. <property name="title">
  567. <string>Basic.MainMenu.Edit</string>
  568. </property>
  569. <widget class="QMenu" name="transformMenu">
  570. <property name="title">
  571. <string>Basic.MainMenu.Edit.Transform</string>
  572. </property>
  573. <addaction name="actionEditTransform"/>
  574. <addaction name="actionResetTransform"/>
  575. <addaction name="separator"/>
  576. <addaction name="actionRotate90CW"/>
  577. <addaction name="actionRotate90CCW"/>
  578. <addaction name="actionRotate180"/>
  579. <addaction name="separator"/>
  580. <addaction name="actionFlipHorizontal"/>
  581. <addaction name="actionFlipVertical"/>
  582. <addaction name="separator"/>
  583. <addaction name="actionFitToScreen"/>
  584. <addaction name="actionStretchToScreen"/>
  585. <addaction name="actionCenterToScreen"/>
  586. </widget>
  587. <widget class="QMenu" name="orderMenu">
  588. <property name="title">
  589. <string>Basic.MainMenu.Edit.Order</string>
  590. </property>
  591. <addaction name="actionMoveUp"/>
  592. <addaction name="actionMoveDown"/>
  593. <addaction name="separator"/>
  594. <addaction name="actionMoveToTop"/>
  595. <addaction name="actionMoveToBottom"/>
  596. </widget>
  597. <addaction name="transformMenu"/>
  598. <addaction name="orderMenu"/>
  599. <addaction name="separator"/>
  600. <addaction name="actionAdvAudioProperties"/>
  601. </widget>
  602. <addaction name="menu_File"/>
  603. <addaction name="menuBasic_MainMenu_Edit"/>
  604. <addaction name="menuBasic_MainMenu_Help"/>
  605. </widget>
  606. <widget class="OBSBasicStatusBar" name="statusbar"/>
  607. <action name="actionAddScene">
  608. <property name="icon">
  609. <iconset resource="obs.qrc">
  610. <normaloff>:/res/images/add.png</normaloff>:/res/images/add.png</iconset>
  611. </property>
  612. <property name="text">
  613. <string>Add</string>
  614. </property>
  615. <property name="themeID" stdset="0">
  616. <string notr="true">addIconSmall</string>
  617. </property>
  618. </action>
  619. <action name="actionAddSource">
  620. <property name="icon">
  621. <iconset resource="obs.qrc">
  622. <normaloff>:/res/images/add.png</normaloff>:/res/images/add.png</iconset>
  623. </property>
  624. <property name="text">
  625. <string>Add</string>
  626. </property>
  627. <property name="themeID" stdset="0">
  628. <string notr="true">addIconSmall</string>
  629. </property>
  630. </action>
  631. <action name="actionRemoveScene">
  632. <property name="icon">
  633. <iconset resource="obs.qrc">
  634. <normaloff>:/res/images/list_remove.png</normaloff>:/res/images/list_remove.png</iconset>
  635. </property>
  636. <property name="text">
  637. <string>Remove</string>
  638. </property>
  639. <property name="shortcut">
  640. <string>Del</string>
  641. </property>
  642. <property name="shortcutContext">
  643. <enum>Qt::WidgetWithChildrenShortcut</enum>
  644. </property>
  645. <property name="themeID" stdset="0">
  646. <string notr="true">removeIconSmall</string>
  647. </property>
  648. </action>
  649. <action name="actionRemoveSource">
  650. <property name="icon">
  651. <iconset resource="obs.qrc">
  652. <normaloff>:/res/images/list_remove.png</normaloff>:/res/images/list_remove.png</iconset>
  653. </property>
  654. <property name="text">
  655. <string>Remove</string>
  656. </property>
  657. <property name="shortcut">
  658. <string>Del</string>
  659. </property>
  660. <property name="shortcutContext">
  661. <enum>Qt::WidgetWithChildrenShortcut</enum>
  662. </property>
  663. <property name="themeID" stdset="0">
  664. <string notr="true">removeIconSmall</string>
  665. </property>
  666. </action>
  667. <action name="actionSourceProperties">
  668. <property name="enabled">
  669. <bool>true</bool>
  670. </property>
  671. <property name="icon">
  672. <iconset resource="obs.qrc">
  673. <normaloff>:/res/images/properties.png</normaloff>:/res/images/properties.png</iconset>
  674. </property>
  675. <property name="text">
  676. <string>Properties</string>
  677. </property>
  678. <property name="themeID" stdset="0">
  679. <string notr="true">propertiesIconSmall</string>
  680. </property>
  681. </action>
  682. <action name="actionSceneUp">
  683. <property name="enabled">
  684. <bool>false</bool>
  685. </property>
  686. <property name="icon">
  687. <iconset resource="obs.qrc">
  688. <normaloff>:/res/images/up.png</normaloff>:/res/images/up.png</iconset>
  689. </property>
  690. <property name="text">
  691. <string>MoveUp</string>
  692. </property>
  693. <property name="themeID" stdset="0">
  694. <string notr="true">upArrowIconSmall</string>
  695. </property>
  696. </action>
  697. <action name="actionSourceUp">
  698. <property name="enabled">
  699. <bool>true</bool>
  700. </property>
  701. <property name="icon">
  702. <iconset resource="obs.qrc">
  703. <normaloff>:/res/images/up.png</normaloff>:/res/images/up.png</iconset>
  704. </property>
  705. <property name="text">
  706. <string>MoveUp</string>
  707. </property>
  708. <property name="themeID" stdset="0">
  709. <string notr="true">upArrowIconSmall</string>
  710. </property>
  711. </action>
  712. <action name="actionSceneDown">
  713. <property name="enabled">
  714. <bool>false</bool>
  715. </property>
  716. <property name="icon">
  717. <iconset resource="obs.qrc">
  718. <normaloff>:/res/images/down.png</normaloff>:/res/images/down.png</iconset>
  719. </property>
  720. <property name="text">
  721. <string>MoveDown</string>
  722. </property>
  723. <property name="themeID" stdset="0">
  724. <string notr="true">downArrowIconSmall</string>
  725. </property>
  726. </action>
  727. <action name="actionSourceDown">
  728. <property name="enabled">
  729. <bool>true</bool>
  730. </property>
  731. <property name="icon">
  732. <iconset resource="obs.qrc">
  733. <normaloff>:/res/images/down.png</normaloff>:/res/images/down.png</iconset>
  734. </property>
  735. <property name="text">
  736. <string>MoveDown</string>
  737. </property>
  738. <property name="themeID" stdset="0">
  739. <string notr="true">downArrowIconSmall</string>
  740. </property>
  741. </action>
  742. <action name="actionShow_Recordings">
  743. <property name="text">
  744. <string>Basic.MainMenu.File.ShowRecordings</string>
  745. </property>
  746. </action>
  747. <action name="actionRemux">
  748. <property name="text">
  749. <string>Basic.MainMenu.File.Remux</string>
  750. </property>
  751. </action>
  752. <action name="action_Settings">
  753. <property name="text">
  754. <string>Basic.MainMenu.File.Settings</string>
  755. </property>
  756. </action>
  757. <action name="actionE_xit">
  758. <property name="text">
  759. <string>Basic.MainMenu.File.Exit</string>
  760. </property>
  761. </action>
  762. <action name="actionShowLogs">
  763. <property name="text">
  764. <string>Basic.MainMenu.Help.Logs.ShowLogs</string>
  765. </property>
  766. </action>
  767. <action name="actionUploadLastLog">
  768. <property name="text">
  769. <string>Basic.MainMenu.Help.Logs.UploadLastLog</string>
  770. </property>
  771. </action>
  772. <action name="actionUploadCurrentLog">
  773. <property name="text">
  774. <string>Basic.MainMenu.Help.Logs.UploadCurrentLog</string>
  775. </property>
  776. </action>
  777. <action name="actionViewCurrentLog">
  778. <property name="text">
  779. <string>Basic.MainMenu.Help.Logs.ViewCurrentLog</string>
  780. </property>
  781. </action>
  782. <action name="actionUndo">
  783. <property name="enabled">
  784. <bool>false</bool>
  785. </property>
  786. <property name="text">
  787. <string>Basic.MainMenu.Edit.Undo</string>
  788. </property>
  789. </action>
  790. <action name="actionRedo">
  791. <property name="enabled">
  792. <bool>false</bool>
  793. </property>
  794. <property name="text">
  795. <string>Basic.MainMenu.Edit.Redo</string>
  796. </property>
  797. </action>
  798. <action name="actionEditTransform">
  799. <property name="text">
  800. <string>Basic.MainMenu.Edit.Transform.EditTransform</string>
  801. </property>
  802. </action>
  803. <action name="actionRotate90CW">
  804. <property name="text">
  805. <string>Basic.MainMenu.Edit.Transform.Rotate90CW</string>
  806. </property>
  807. </action>
  808. <action name="actionRotate90CCW">
  809. <property name="text">
  810. <string>Basic.MainMenu.Edit.Transform.Rotate90CCW</string>
  811. </property>
  812. </action>
  813. <action name="actionRotate180">
  814. <property name="text">
  815. <string>Basic.MainMenu.Edit.Transform.Rotate180</string>
  816. </property>
  817. </action>
  818. <action name="actionFitToScreen">
  819. <property name="text">
  820. <string>Basic.MainMenu.Edit.Transform.FitToScreen</string>
  821. </property>
  822. <property name="shortcut">
  823. <string>Ctrl+F</string>
  824. </property>
  825. </action>
  826. <action name="actionStretchToScreen">
  827. <property name="text">
  828. <string>Basic.MainMenu.Edit.Transform.StretchToScreen</string>
  829. </property>
  830. <property name="shortcut">
  831. <string>Ctrl+S</string>
  832. </property>
  833. </action>
  834. <action name="actionResetTransform">
  835. <property name="text">
  836. <string>Basic.MainMenu.Edit.Transform.ResetTransform</string>
  837. </property>
  838. <property name="shortcut">
  839. <string>Ctrl+R</string>
  840. </property>
  841. </action>
  842. <action name="actionCenterToScreen">
  843. <property name="text">
  844. <string>Basic.MainMenu.Edit.Transform.CenterToScreen</string>
  845. </property>
  846. <property name="shortcut">
  847. <string>Ctrl+C</string>
  848. </property>
  849. </action>
  850. <action name="actionFlipHorizontal">
  851. <property name="text">
  852. <string>Basic.MainMenu.Edit.Transform.FlipHorizontal</string>
  853. </property>
  854. </action>
  855. <action name="actionFlipVertical">
  856. <property name="text">
  857. <string>Basic.MainMenu.Edit.Transform.FlipVertical</string>
  858. </property>
  859. </action>
  860. <action name="actionMoveUp">
  861. <property name="text">
  862. <string>Basic.MainMenu.Edit.Order.MoveUp</string>
  863. </property>
  864. <property name="shortcut">
  865. <string>Ctrl+Up</string>
  866. </property>
  867. </action>
  868. <action name="actionMoveDown">
  869. <property name="text">
  870. <string>Basic.MainMenu.Edit.Order.MoveDown</string>
  871. </property>
  872. <property name="shortcut">
  873. <string>Ctrl+Down</string>
  874. </property>
  875. </action>
  876. <action name="actionMoveToTop">
  877. <property name="text">
  878. <string>Basic.MainMenu.Edit.Order.MoveToTop</string>
  879. </property>
  880. <property name="shortcut">
  881. <string>Ctrl+Home</string>
  882. </property>
  883. </action>
  884. <action name="actionMoveToBottom">
  885. <property name="text">
  886. <string>Basic.MainMenu.Edit.Order.MoveToBottom</string>
  887. </property>
  888. <property name="shortcut">
  889. <string>Ctrl+End</string>
  890. </property>
  891. </action>
  892. <action name="actionCheckForUpdates">
  893. <property name="text">
  894. <string>Basic.MainMenu.Help.CheckForUpdates</string>
  895. </property>
  896. </action>
  897. <action name="actionInteract">
  898. <property name="text">
  899. <string>Interact</string>
  900. </property>
  901. </action>
  902. <action name="actionAdvAudioProperties">
  903. <property name="text">
  904. <string>Basic.MainMenu.Edit.AdvAudio</string>
  905. </property>
  906. </action>
  907. </widget>
  908. <customwidgets>
  909. <customwidget>
  910. <class>OBSBasicPreview</class>
  911. <extends>QWidget</extends>
  912. <header>window-basic-preview.hpp</header>
  913. <container>1</container>
  914. </customwidget>
  915. <customwidget>
  916. <class>OBSBasicStatusBar</class>
  917. <extends>QStatusBar</extends>
  918. <header>window-basic-status-bar.hpp</header>
  919. </customwidget>
  920. <customwidget>
  921. <class>VScrollArea</class>
  922. <extends>QScrollArea</extends>
  923. <header>vertical-scroll-area.hpp</header>
  924. <container>1</container>
  925. </customwidget>
  926. <customwidget>
  927. <class>SourceListWidget</class>
  928. <extends>QListWidget</extends>
  929. <header>source-list-widget.hpp</header>
  930. </customwidget>
  931. </customwidgets>
  932. <resources>
  933. <include location="obs.qrc"/>
  934. </resources>
  935. <connections>
  936. <connection>
  937. <sender>actionE_xit</sender>
  938. <signal>triggered()</signal>
  939. <receiver>OBSBasic</receiver>
  940. <slot>close()</slot>
  941. <hints>
  942. <hint type="sourcelabel">
  943. <x>-1</x>
  944. <y>-1</y>
  945. </hint>
  946. <hint type="destinationlabel">
  947. <x>463</x>
  948. <y>351</y>
  949. </hint>
  950. </hints>
  951. </connection>
  952. <connection>
  953. <sender>exitButton</sender>
  954. <signal>clicked()</signal>
  955. <receiver>OBSBasic</receiver>
  956. <slot>close()</slot>
  957. <hints>
  958. <hint type="sourcelabel">
  959. <x>697</x>
  960. <y>615</y>
  961. </hint>
  962. <hint type="destinationlabel">
  963. <x>463</x>
  964. <y>351</y>
  965. </hint>
  966. </hints>
  967. </connection>
  968. </connections>
  969. </ui>