OBSBasic.ui 30 KB

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