OBSBasic.ui 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997
  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. <property name="showDropIndicator" stdset="0">
  373. <bool>true</bool>
  374. </property>
  375. <property name="dragEnabled">
  376. <bool>true</bool>
  377. </property>
  378. <property name="dragDropMode">
  379. <enum>QAbstractItemView::InternalMove</enum>
  380. </property>
  381. <property name="selectionMode">
  382. <enum>QAbstractItemView::ExtendedSelection</enum>
  383. </property>
  384. <property name="defaultDropAction">
  385. <enum>Qt::TargetMoveAction</enum>
  386. </property>
  387. <addaction name="actionRemoveSource"/>
  388. </widget>
  389. </item>
  390. <item>
  391. <widget class="QToolBar" name="sourcesToolbar">
  392. <property name="iconSize">
  393. <size>
  394. <width>16</width>
  395. <height>16</height>
  396. </size>
  397. </property>
  398. <property name="floatable">
  399. <bool>false</bool>
  400. </property>
  401. <addaction name="actionAddSource"/>
  402. <addaction name="actionRemoveSource"/>
  403. <addaction name="actionSourceProperties"/>
  404. <addaction name="separator"/>
  405. <addaction name="actionSourceUp"/>
  406. <addaction name="actionSourceDown"/>
  407. </widget>
  408. </item>
  409. <item>
  410. <spacer name="sourcesFixedSizeHSpacer">
  411. <property name="orientation">
  412. <enum>Qt::Horizontal</enum>
  413. </property>
  414. <property name="sizeType">
  415. <enum>QSizePolicy::Fixed</enum>
  416. </property>
  417. <property name="sizeHint" stdset="0">
  418. <size>
  419. <width>150</width>
  420. <height>0</height>
  421. </size>
  422. </property>
  423. </spacer>
  424. </item>
  425. </layout>
  426. </widget>
  427. </item>
  428. </layout>
  429. </item>
  430. <item row="1" column="0">
  431. <layout class="QVBoxLayout" name="scenesVLayout">
  432. <property name="spacing">
  433. <number>0</number>
  434. </property>
  435. <item>
  436. <widget class="QFrame" name="scenesFrame">
  437. <property name="sizePolicy">
  438. <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
  439. <horstretch>0</horstretch>
  440. <verstretch>0</verstretch>
  441. </sizepolicy>
  442. </property>
  443. <property name="minimumSize">
  444. <size>
  445. <width>160</width>
  446. <height>0</height>
  447. </size>
  448. </property>
  449. <property name="frameShape">
  450. <enum>QFrame::StyledPanel</enum>
  451. </property>
  452. <property name="frameShadow">
  453. <enum>QFrame::Sunken</enum>
  454. </property>
  455. <layout class="QVBoxLayout" name="verticalLayout_3">
  456. <property name="spacing">
  457. <number>0</number>
  458. </property>
  459. <property name="leftMargin">
  460. <number>0</number>
  461. </property>
  462. <property name="topMargin">
  463. <number>0</number>
  464. </property>
  465. <property name="rightMargin">
  466. <number>0</number>
  467. </property>
  468. <property name="bottomMargin">
  469. <number>0</number>
  470. </property>
  471. <item>
  472. <widget class="QListWidget" name="scenes">
  473. <property name="enabled">
  474. <bool>true</bool>
  475. </property>
  476. <property name="sizePolicy">
  477. <sizepolicy hsizetype="Ignored" vsizetype="Expanding">
  478. <horstretch>0</horstretch>
  479. <verstretch>0</verstretch>
  480. </sizepolicy>
  481. </property>
  482. <property name="contextMenuPolicy">
  483. <enum>Qt::CustomContextMenu</enum>
  484. </property>
  485. <property name="frameShape">
  486. <enum>QFrame::NoFrame</enum>
  487. </property>
  488. <property name="frameShadow">
  489. <enum>QFrame::Plain</enum>
  490. </property>
  491. <property name="showDropIndicator" stdset="0">
  492. <bool>true</bool>
  493. </property>
  494. <property name="dragEnabled">
  495. <bool>true</bool>
  496. </property>
  497. <property name="dragDropMode">
  498. <enum>QAbstractItemView::InternalMove</enum>
  499. </property>
  500. <property name="defaultDropAction">
  501. <enum>Qt::TargetMoveAction</enum>
  502. </property>
  503. <addaction name="actionRemoveScene"/>
  504. </widget>
  505. </item>
  506. <item>
  507. <widget class="QToolBar" name="scenesToolbar">
  508. <property name="sizePolicy">
  509. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  510. <horstretch>0</horstretch>
  511. <verstretch>0</verstretch>
  512. </sizepolicy>
  513. </property>
  514. <property name="iconSize">
  515. <size>
  516. <width>16</width>
  517. <height>16</height>
  518. </size>
  519. </property>
  520. <property name="floatable">
  521. <bool>false</bool>
  522. </property>
  523. <addaction name="actionAddScene"/>
  524. <addaction name="actionRemoveScene"/>
  525. <addaction name="separator"/>
  526. <addaction name="actionSceneUp"/>
  527. <addaction name="actionSceneDown"/>
  528. </widget>
  529. </item>
  530. <item>
  531. <spacer name="scenesFixedSizeHSpacer">
  532. <property name="orientation">
  533. <enum>Qt::Horizontal</enum>
  534. </property>
  535. <property name="sizeType">
  536. <enum>QSizePolicy::Fixed</enum>
  537. </property>
  538. <property name="sizeHint" stdset="0">
  539. <size>
  540. <width>150</width>
  541. <height>0</height>
  542. </size>
  543. </property>
  544. </spacer>
  545. </item>
  546. </layout>
  547. </widget>
  548. </item>
  549. </layout>
  550. </item>
  551. </layout>
  552. </widget>
  553. </item>
  554. </layout>
  555. </widget>
  556. <widget class="QMenuBar" name="menubar">
  557. <property name="geometry">
  558. <rect>
  559. <x>0</x>
  560. <y>0</y>
  561. <width>920</width>
  562. <height>21</height>
  563. </rect>
  564. </property>
  565. <widget class="QMenu" name="menu_File">
  566. <property name="title">
  567. <string>Basic.MainMenu.File</string>
  568. </property>
  569. <addaction name="actionShow_Recordings"/>
  570. <addaction name="actionRemux"/>
  571. <addaction name="separator"/>
  572. <addaction name="action_Settings"/>
  573. <addaction name="separator"/>
  574. <addaction name="actionE_xit"/>
  575. </widget>
  576. <widget class="QMenu" name="menuBasic_MainMenu_Help">
  577. <property name="title">
  578. <string>Basic.MainMenu.Help</string>
  579. </property>
  580. <widget class="QMenu" name="menuLogFiles">
  581. <property name="title">
  582. <string>Basic.MainMenu.Help.Logs</string>
  583. </property>
  584. <addaction name="actionShowLogs"/>
  585. <addaction name="actionUploadCurrentLog"/>
  586. <addaction name="actionUploadLastLog"/>
  587. <addaction name="actionViewCurrentLog"/>
  588. </widget>
  589. <addaction name="actionWebsite"/>
  590. <addaction name="separator"/>
  591. <addaction name="menuLogFiles"/>
  592. <addaction name="actionCheckForUpdates"/>
  593. </widget>
  594. <widget class="QMenu" name="menuBasic_MainMenu_Edit">
  595. <property name="title">
  596. <string>Basic.MainMenu.Edit</string>
  597. </property>
  598. <widget class="QMenu" name="transformMenu">
  599. <property name="title">
  600. <string>Basic.MainMenu.Edit.Transform</string>
  601. </property>
  602. <addaction name="actionEditTransform"/>
  603. <addaction name="actionResetTransform"/>
  604. <addaction name="separator"/>
  605. <addaction name="actionRotate90CW"/>
  606. <addaction name="actionRotate90CCW"/>
  607. <addaction name="actionRotate180"/>
  608. <addaction name="separator"/>
  609. <addaction name="actionFlipHorizontal"/>
  610. <addaction name="actionFlipVertical"/>
  611. <addaction name="separator"/>
  612. <addaction name="actionFitToScreen"/>
  613. <addaction name="actionStretchToScreen"/>
  614. <addaction name="actionCenterToScreen"/>
  615. </widget>
  616. <widget class="QMenu" name="orderMenu">
  617. <property name="title">
  618. <string>Basic.MainMenu.Edit.Order</string>
  619. </property>
  620. <addaction name="actionMoveUp"/>
  621. <addaction name="actionMoveDown"/>
  622. <addaction name="separator"/>
  623. <addaction name="actionMoveToTop"/>
  624. <addaction name="actionMoveToBottom"/>
  625. </widget>
  626. <addaction name="transformMenu"/>
  627. <addaction name="orderMenu"/>
  628. <addaction name="separator"/>
  629. <addaction name="actionAdvAudioProperties"/>
  630. </widget>
  631. <addaction name="menu_File"/>
  632. <addaction name="menuBasic_MainMenu_Edit"/>
  633. <addaction name="menuBasic_MainMenu_Help"/>
  634. </widget>
  635. <widget class="OBSBasicStatusBar" name="statusbar"/>
  636. <action name="actionAddScene">
  637. <property name="icon">
  638. <iconset resource="obs.qrc">
  639. <normaloff>:/res/images/add.png</normaloff>:/res/images/add.png</iconset>
  640. </property>
  641. <property name="text">
  642. <string>Add</string>
  643. </property>
  644. <property name="themeID" stdset="0">
  645. <string notr="true">addIconSmall</string>
  646. </property>
  647. </action>
  648. <action name="actionAddSource">
  649. <property name="icon">
  650. <iconset resource="obs.qrc">
  651. <normaloff>:/res/images/add.png</normaloff>:/res/images/add.png</iconset>
  652. </property>
  653. <property name="text">
  654. <string>Add</string>
  655. </property>
  656. <property name="themeID" stdset="0">
  657. <string notr="true">addIconSmall</string>
  658. </property>
  659. </action>
  660. <action name="actionRemoveScene">
  661. <property name="icon">
  662. <iconset resource="obs.qrc">
  663. <normaloff>:/res/images/list_remove.png</normaloff>:/res/images/list_remove.png</iconset>
  664. </property>
  665. <property name="text">
  666. <string>Remove</string>
  667. </property>
  668. <property name="shortcut">
  669. <string>Del</string>
  670. </property>
  671. <property name="shortcutContext">
  672. <enum>Qt::WidgetWithChildrenShortcut</enum>
  673. </property>
  674. <property name="themeID" stdset="0">
  675. <string notr="true">removeIconSmall</string>
  676. </property>
  677. </action>
  678. <action name="actionRemoveSource">
  679. <property name="icon">
  680. <iconset resource="obs.qrc">
  681. <normaloff>:/res/images/list_remove.png</normaloff>:/res/images/list_remove.png</iconset>
  682. </property>
  683. <property name="text">
  684. <string>Remove</string>
  685. </property>
  686. <property name="shortcut">
  687. <string>Del</string>
  688. </property>
  689. <property name="shortcutContext">
  690. <enum>Qt::WidgetWithChildrenShortcut</enum>
  691. </property>
  692. <property name="themeID" stdset="0">
  693. <string notr="true">removeIconSmall</string>
  694. </property>
  695. </action>
  696. <action name="actionSourceProperties">
  697. <property name="enabled">
  698. <bool>true</bool>
  699. </property>
  700. <property name="icon">
  701. <iconset resource="obs.qrc">
  702. <normaloff>:/res/images/properties.png</normaloff>:/res/images/properties.png</iconset>
  703. </property>
  704. <property name="text">
  705. <string>Properties</string>
  706. </property>
  707. <property name="themeID" stdset="0">
  708. <string notr="true">propertiesIconSmall</string>
  709. </property>
  710. </action>
  711. <action name="actionSceneUp">
  712. <property name="icon">
  713. <iconset resource="obs.qrc">
  714. <normaloff>:/res/images/up.png</normaloff>:/res/images/up.png</iconset>
  715. </property>
  716. <property name="text">
  717. <string>MoveUp</string>
  718. </property>
  719. <property name="themeID" stdset="0">
  720. <string notr="true">upArrowIconSmall</string>
  721. </property>
  722. </action>
  723. <action name="actionSourceUp">
  724. <property name="enabled">
  725. <bool>true</bool>
  726. </property>
  727. <property name="icon">
  728. <iconset resource="obs.qrc">
  729. <normaloff>:/res/images/up.png</normaloff>:/res/images/up.png</iconset>
  730. </property>
  731. <property name="text">
  732. <string>MoveUp</string>
  733. </property>
  734. <property name="themeID" stdset="0">
  735. <string notr="true">upArrowIconSmall</string>
  736. </property>
  737. </action>
  738. <action name="actionSceneDown">
  739. <property name="icon">
  740. <iconset resource="obs.qrc">
  741. <normaloff>:/res/images/down.png</normaloff>:/res/images/down.png</iconset>
  742. </property>
  743. <property name="text">
  744. <string>MoveDown</string>
  745. </property>
  746. <property name="themeID" stdset="0">
  747. <string notr="true">downArrowIconSmall</string>
  748. </property>
  749. </action>
  750. <action name="actionSourceDown">
  751. <property name="enabled">
  752. <bool>true</bool>
  753. </property>
  754. <property name="icon">
  755. <iconset resource="obs.qrc">
  756. <normaloff>:/res/images/down.png</normaloff>:/res/images/down.png</iconset>
  757. </property>
  758. <property name="text">
  759. <string>MoveDown</string>
  760. </property>
  761. <property name="themeID" stdset="0">
  762. <string notr="true">downArrowIconSmall</string>
  763. </property>
  764. </action>
  765. <action name="actionShow_Recordings">
  766. <property name="text">
  767. <string>Basic.MainMenu.File.ShowRecordings</string>
  768. </property>
  769. </action>
  770. <action name="actionRemux">
  771. <property name="text">
  772. <string>Basic.MainMenu.File.Remux</string>
  773. </property>
  774. </action>
  775. <action name="action_Settings">
  776. <property name="text">
  777. <string>Basic.MainMenu.File.Settings</string>
  778. </property>
  779. </action>
  780. <action name="actionE_xit">
  781. <property name="text">
  782. <string>Basic.MainMenu.File.Exit</string>
  783. </property>
  784. </action>
  785. <action name="actionShowLogs">
  786. <property name="text">
  787. <string>Basic.MainMenu.Help.Logs.ShowLogs</string>
  788. </property>
  789. </action>
  790. <action name="actionUploadLastLog">
  791. <property name="text">
  792. <string>Basic.MainMenu.Help.Logs.UploadLastLog</string>
  793. </property>
  794. </action>
  795. <action name="actionUploadCurrentLog">
  796. <property name="text">
  797. <string>Basic.MainMenu.Help.Logs.UploadCurrentLog</string>
  798. </property>
  799. </action>
  800. <action name="actionViewCurrentLog">
  801. <property name="text">
  802. <string>Basic.MainMenu.Help.Logs.ViewCurrentLog</string>
  803. </property>
  804. </action>
  805. <action name="actionUndo">
  806. <property name="enabled">
  807. <bool>false</bool>
  808. </property>
  809. <property name="text">
  810. <string>Basic.MainMenu.Edit.Undo</string>
  811. </property>
  812. </action>
  813. <action name="actionRedo">
  814. <property name="enabled">
  815. <bool>false</bool>
  816. </property>
  817. <property name="text">
  818. <string>Basic.MainMenu.Edit.Redo</string>
  819. </property>
  820. </action>
  821. <action name="actionEditTransform">
  822. <property name="text">
  823. <string>Basic.MainMenu.Edit.Transform.EditTransform</string>
  824. </property>
  825. </action>
  826. <action name="actionRotate90CW">
  827. <property name="text">
  828. <string>Basic.MainMenu.Edit.Transform.Rotate90CW</string>
  829. </property>
  830. </action>
  831. <action name="actionRotate90CCW">
  832. <property name="text">
  833. <string>Basic.MainMenu.Edit.Transform.Rotate90CCW</string>
  834. </property>
  835. </action>
  836. <action name="actionRotate180">
  837. <property name="text">
  838. <string>Basic.MainMenu.Edit.Transform.Rotate180</string>
  839. </property>
  840. </action>
  841. <action name="actionFitToScreen">
  842. <property name="text">
  843. <string>Basic.MainMenu.Edit.Transform.FitToScreen</string>
  844. </property>
  845. <property name="shortcut">
  846. <string>Ctrl+F</string>
  847. </property>
  848. </action>
  849. <action name="actionStretchToScreen">
  850. <property name="text">
  851. <string>Basic.MainMenu.Edit.Transform.StretchToScreen</string>
  852. </property>
  853. <property name="shortcut">
  854. <string>Ctrl+S</string>
  855. </property>
  856. </action>
  857. <action name="actionResetTransform">
  858. <property name="text">
  859. <string>Basic.MainMenu.Edit.Transform.ResetTransform</string>
  860. </property>
  861. <property name="shortcut">
  862. <string>Ctrl+R</string>
  863. </property>
  864. </action>
  865. <action name="actionCenterToScreen">
  866. <property name="text">
  867. <string>Basic.MainMenu.Edit.Transform.CenterToScreen</string>
  868. </property>
  869. <property name="shortcut">
  870. <string>Ctrl+C</string>
  871. </property>
  872. </action>
  873. <action name="actionFlipHorizontal">
  874. <property name="text">
  875. <string>Basic.MainMenu.Edit.Transform.FlipHorizontal</string>
  876. </property>
  877. </action>
  878. <action name="actionFlipVertical">
  879. <property name="text">
  880. <string>Basic.MainMenu.Edit.Transform.FlipVertical</string>
  881. </property>
  882. </action>
  883. <action name="actionMoveUp">
  884. <property name="text">
  885. <string>Basic.MainMenu.Edit.Order.MoveUp</string>
  886. </property>
  887. <property name="shortcut">
  888. <string>Ctrl+Up</string>
  889. </property>
  890. </action>
  891. <action name="actionMoveDown">
  892. <property name="text">
  893. <string>Basic.MainMenu.Edit.Order.MoveDown</string>
  894. </property>
  895. <property name="shortcut">
  896. <string>Ctrl+Down</string>
  897. </property>
  898. </action>
  899. <action name="actionMoveToTop">
  900. <property name="text">
  901. <string>Basic.MainMenu.Edit.Order.MoveToTop</string>
  902. </property>
  903. <property name="shortcut">
  904. <string>Ctrl+Home</string>
  905. </property>
  906. </action>
  907. <action name="actionMoveToBottom">
  908. <property name="text">
  909. <string>Basic.MainMenu.Edit.Order.MoveToBottom</string>
  910. </property>
  911. <property name="shortcut">
  912. <string>Ctrl+End</string>
  913. </property>
  914. </action>
  915. <action name="actionCheckForUpdates">
  916. <property name="text">
  917. <string>Basic.MainMenu.Help.CheckForUpdates</string>
  918. </property>
  919. </action>
  920. <action name="actionInteract">
  921. <property name="text">
  922. <string>Interact</string>
  923. </property>
  924. </action>
  925. <action name="actionAdvAudioProperties">
  926. <property name="text">
  927. <string>Basic.MainMenu.Edit.AdvAudio</string>
  928. </property>
  929. </action>
  930. <action name="actionWebsite">
  931. <property name="text">
  932. <string>Basic.MainMenu.Help.Website</string>
  933. </property>
  934. </action>
  935. </widget>
  936. <customwidgets>
  937. <customwidget>
  938. <class>OBSBasicPreview</class>
  939. <extends>QWidget</extends>
  940. <header>window-basic-preview.hpp</header>
  941. <container>1</container>
  942. </customwidget>
  943. <customwidget>
  944. <class>OBSBasicStatusBar</class>
  945. <extends>QStatusBar</extends>
  946. <header>window-basic-status-bar.hpp</header>
  947. </customwidget>
  948. <customwidget>
  949. <class>VScrollArea</class>
  950. <extends>QScrollArea</extends>
  951. <header>vertical-scroll-area.hpp</header>
  952. <container>1</container>
  953. </customwidget>
  954. <customwidget>
  955. <class>SourceListWidget</class>
  956. <extends>QListWidget</extends>
  957. <header>source-list-widget.hpp</header>
  958. </customwidget>
  959. </customwidgets>
  960. <resources>
  961. <include location="obs.qrc"/>
  962. </resources>
  963. <connections>
  964. <connection>
  965. <sender>actionE_xit</sender>
  966. <signal>triggered()</signal>
  967. <receiver>OBSBasic</receiver>
  968. <slot>close()</slot>
  969. <hints>
  970. <hint type="sourcelabel">
  971. <x>-1</x>
  972. <y>-1</y>
  973. </hint>
  974. <hint type="destinationlabel">
  975. <x>463</x>
  976. <y>351</y>
  977. </hint>
  978. </hints>
  979. </connection>
  980. <connection>
  981. <sender>exitButton</sender>
  982. <signal>clicked()</signal>
  983. <receiver>OBSBasic</receiver>
  984. <slot>close()</slot>
  985. <hints>
  986. <hint type="sourcelabel">
  987. <x>697</x>
  988. <y>615</y>
  989. </hint>
  990. <hint type="destinationlabel">
  991. <x>463</x>
  992. <y>351</y>
  993. </hint>
  994. </hints>
  995. </connection>
  996. </connections>
  997. </ui>