OBSBasic.ui 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071
  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="actionShowSettingsFolder"/>
  574. <addaction name="actionShowProfileFolder"/>
  575. <addaction name="separator"/>
  576. <addaction name="actionE_xit"/>
  577. </widget>
  578. <widget class="QMenu" name="menuBasic_MainMenu_Help">
  579. <property name="title">
  580. <string>Basic.MainMenu.Help</string>
  581. </property>
  582. <widget class="QMenu" name="menuLogFiles">
  583. <property name="title">
  584. <string>Basic.MainMenu.Help.Logs</string>
  585. </property>
  586. <addaction name="actionShowLogs"/>
  587. <addaction name="actionUploadCurrentLog"/>
  588. <addaction name="actionUploadLastLog"/>
  589. <addaction name="actionViewCurrentLog"/>
  590. </widget>
  591. <addaction name="actionWebsite"/>
  592. <addaction name="separator"/>
  593. <addaction name="menuLogFiles"/>
  594. <addaction name="actionCheckForUpdates"/>
  595. </widget>
  596. <widget class="QMenu" name="menuBasic_MainMenu_Edit">
  597. <property name="title">
  598. <string>Basic.MainMenu.Edit</string>
  599. </property>
  600. <widget class="QMenu" name="transformMenu">
  601. <property name="title">
  602. <string>Basic.MainMenu.Edit.Transform</string>
  603. </property>
  604. <addaction name="actionEditTransform"/>
  605. <addaction name="actionResetTransform"/>
  606. <addaction name="separator"/>
  607. <addaction name="actionRotate90CW"/>
  608. <addaction name="actionRotate90CCW"/>
  609. <addaction name="actionRotate180"/>
  610. <addaction name="separator"/>
  611. <addaction name="actionFlipHorizontal"/>
  612. <addaction name="actionFlipVertical"/>
  613. <addaction name="separator"/>
  614. <addaction name="actionFitToScreen"/>
  615. <addaction name="actionStretchToScreen"/>
  616. <addaction name="actionCenterToScreen"/>
  617. </widget>
  618. <widget class="QMenu" name="orderMenu">
  619. <property name="title">
  620. <string>Basic.MainMenu.Edit.Order</string>
  621. </property>
  622. <addaction name="actionMoveUp"/>
  623. <addaction name="actionMoveDown"/>
  624. <addaction name="separator"/>
  625. <addaction name="actionMoveToTop"/>
  626. <addaction name="actionMoveToBottom"/>
  627. </widget>
  628. <addaction name="transformMenu"/>
  629. <addaction name="orderMenu"/>
  630. <addaction name="separator"/>
  631. <addaction name="actionAdvAudioProperties"/>
  632. </widget>
  633. <widget class="QMenu" name="profileMenu">
  634. <property name="title">
  635. <string>Basic.MainMenu.Profile</string>
  636. </property>
  637. <addaction name="actionNewProfile"/>
  638. <addaction name="actionDupProfile"/>
  639. <addaction name="actionRenameProfile"/>
  640. <addaction name="actionRemoveProfile"/>
  641. <addaction name="separator"/>
  642. </widget>
  643. <widget class="QMenu" name="sceneCollectionMenu">
  644. <property name="title">
  645. <string>Basic.MainMenu.SceneCollection</string>
  646. </property>
  647. <addaction name="actionNewSceneCollection"/>
  648. <addaction name="actionDupSceneCollection"/>
  649. <addaction name="actionRenameSceneCollection"/>
  650. <addaction name="actionRemoveSceneCollection"/>
  651. <addaction name="separator"/>
  652. </widget>
  653. <addaction name="menu_File"/>
  654. <addaction name="menuBasic_MainMenu_Edit"/>
  655. <addaction name="profileMenu"/>
  656. <addaction name="sceneCollectionMenu"/>
  657. <addaction name="menuBasic_MainMenu_Help"/>
  658. </widget>
  659. <widget class="OBSBasicStatusBar" name="statusbar"/>
  660. <action name="actionAddScene">
  661. <property name="icon">
  662. <iconset resource="obs.qrc">
  663. <normaloff>:/res/images/add.png</normaloff>:/res/images/add.png</iconset>
  664. </property>
  665. <property name="text">
  666. <string>Add</string>
  667. </property>
  668. <property name="themeID" stdset="0">
  669. <string notr="true">addIconSmall</string>
  670. </property>
  671. </action>
  672. <action name="actionAddSource">
  673. <property name="icon">
  674. <iconset resource="obs.qrc">
  675. <normaloff>:/res/images/add.png</normaloff>:/res/images/add.png</iconset>
  676. </property>
  677. <property name="text">
  678. <string>Add</string>
  679. </property>
  680. <property name="themeID" stdset="0">
  681. <string notr="true">addIconSmall</string>
  682. </property>
  683. </action>
  684. <action name="actionRemoveScene">
  685. <property name="icon">
  686. <iconset resource="obs.qrc">
  687. <normaloff>:/res/images/list_remove.png</normaloff>:/res/images/list_remove.png</iconset>
  688. </property>
  689. <property name="text">
  690. <string>Remove</string>
  691. </property>
  692. <property name="shortcut">
  693. <string>Del</string>
  694. </property>
  695. <property name="shortcutContext">
  696. <enum>Qt::WidgetWithChildrenShortcut</enum>
  697. </property>
  698. <property name="themeID" stdset="0">
  699. <string notr="true">removeIconSmall</string>
  700. </property>
  701. </action>
  702. <action name="actionRemoveSource">
  703. <property name="icon">
  704. <iconset resource="obs.qrc">
  705. <normaloff>:/res/images/list_remove.png</normaloff>:/res/images/list_remove.png</iconset>
  706. </property>
  707. <property name="text">
  708. <string>Remove</string>
  709. </property>
  710. <property name="shortcut">
  711. <string>Del</string>
  712. </property>
  713. <property name="shortcutContext">
  714. <enum>Qt::WidgetWithChildrenShortcut</enum>
  715. </property>
  716. <property name="themeID" stdset="0">
  717. <string notr="true">removeIconSmall</string>
  718. </property>
  719. </action>
  720. <action name="actionSourceProperties">
  721. <property name="enabled">
  722. <bool>true</bool>
  723. </property>
  724. <property name="icon">
  725. <iconset resource="obs.qrc">
  726. <normaloff>:/res/images/properties.png</normaloff>:/res/images/properties.png</iconset>
  727. </property>
  728. <property name="text">
  729. <string>Properties</string>
  730. </property>
  731. <property name="themeID" stdset="0">
  732. <string notr="true">propertiesIconSmall</string>
  733. </property>
  734. </action>
  735. <action name="actionSceneUp">
  736. <property name="icon">
  737. <iconset resource="obs.qrc">
  738. <normaloff>:/res/images/up.png</normaloff>:/res/images/up.png</iconset>
  739. </property>
  740. <property name="text">
  741. <string>MoveUp</string>
  742. </property>
  743. <property name="themeID" stdset="0">
  744. <string notr="true">upArrowIconSmall</string>
  745. </property>
  746. </action>
  747. <action name="actionSourceUp">
  748. <property name="enabled">
  749. <bool>true</bool>
  750. </property>
  751. <property name="icon">
  752. <iconset resource="obs.qrc">
  753. <normaloff>:/res/images/up.png</normaloff>:/res/images/up.png</iconset>
  754. </property>
  755. <property name="text">
  756. <string>MoveUp</string>
  757. </property>
  758. <property name="themeID" stdset="0">
  759. <string notr="true">upArrowIconSmall</string>
  760. </property>
  761. </action>
  762. <action name="actionSceneDown">
  763. <property name="icon">
  764. <iconset resource="obs.qrc">
  765. <normaloff>:/res/images/down.png</normaloff>:/res/images/down.png</iconset>
  766. </property>
  767. <property name="text">
  768. <string>MoveDown</string>
  769. </property>
  770. <property name="themeID" stdset="0">
  771. <string notr="true">downArrowIconSmall</string>
  772. </property>
  773. </action>
  774. <action name="actionSourceDown">
  775. <property name="enabled">
  776. <bool>true</bool>
  777. </property>
  778. <property name="icon">
  779. <iconset resource="obs.qrc">
  780. <normaloff>:/res/images/down.png</normaloff>:/res/images/down.png</iconset>
  781. </property>
  782. <property name="text">
  783. <string>MoveDown</string>
  784. </property>
  785. <property name="themeID" stdset="0">
  786. <string notr="true">downArrowIconSmall</string>
  787. </property>
  788. </action>
  789. <action name="actionShow_Recordings">
  790. <property name="text">
  791. <string>Basic.MainMenu.File.ShowRecordings</string>
  792. </property>
  793. </action>
  794. <action name="actionRemux">
  795. <property name="text">
  796. <string>Basic.MainMenu.File.Remux</string>
  797. </property>
  798. </action>
  799. <action name="action_Settings">
  800. <property name="text">
  801. <string>Basic.MainMenu.File.Settings</string>
  802. </property>
  803. </action>
  804. <action name="actionE_xit">
  805. <property name="text">
  806. <string>Basic.MainMenu.File.Exit</string>
  807. </property>
  808. </action>
  809. <action name="actionShowLogs">
  810. <property name="text">
  811. <string>Basic.MainMenu.Help.Logs.ShowLogs</string>
  812. </property>
  813. </action>
  814. <action name="actionUploadLastLog">
  815. <property name="text">
  816. <string>Basic.MainMenu.Help.Logs.UploadLastLog</string>
  817. </property>
  818. </action>
  819. <action name="actionUploadCurrentLog">
  820. <property name="text">
  821. <string>Basic.MainMenu.Help.Logs.UploadCurrentLog</string>
  822. </property>
  823. </action>
  824. <action name="actionViewCurrentLog">
  825. <property name="text">
  826. <string>Basic.MainMenu.Help.Logs.ViewCurrentLog</string>
  827. </property>
  828. </action>
  829. <action name="actionUndo">
  830. <property name="enabled">
  831. <bool>false</bool>
  832. </property>
  833. <property name="text">
  834. <string>Basic.MainMenu.Edit.Undo</string>
  835. </property>
  836. </action>
  837. <action name="actionRedo">
  838. <property name="enabled">
  839. <bool>false</bool>
  840. </property>
  841. <property name="text">
  842. <string>Basic.MainMenu.Edit.Redo</string>
  843. </property>
  844. </action>
  845. <action name="actionEditTransform">
  846. <property name="text">
  847. <string>Basic.MainMenu.Edit.Transform.EditTransform</string>
  848. </property>
  849. </action>
  850. <action name="actionRotate90CW">
  851. <property name="text">
  852. <string>Basic.MainMenu.Edit.Transform.Rotate90CW</string>
  853. </property>
  854. </action>
  855. <action name="actionRotate90CCW">
  856. <property name="text">
  857. <string>Basic.MainMenu.Edit.Transform.Rotate90CCW</string>
  858. </property>
  859. </action>
  860. <action name="actionRotate180">
  861. <property name="text">
  862. <string>Basic.MainMenu.Edit.Transform.Rotate180</string>
  863. </property>
  864. </action>
  865. <action name="actionFitToScreen">
  866. <property name="text">
  867. <string>Basic.MainMenu.Edit.Transform.FitToScreen</string>
  868. </property>
  869. <property name="shortcut">
  870. <string>Ctrl+F</string>
  871. </property>
  872. </action>
  873. <action name="actionStretchToScreen">
  874. <property name="text">
  875. <string>Basic.MainMenu.Edit.Transform.StretchToScreen</string>
  876. </property>
  877. <property name="shortcut">
  878. <string>Ctrl+S</string>
  879. </property>
  880. </action>
  881. <action name="actionResetTransform">
  882. <property name="text">
  883. <string>Basic.MainMenu.Edit.Transform.ResetTransform</string>
  884. </property>
  885. <property name="shortcut">
  886. <string>Ctrl+R</string>
  887. </property>
  888. </action>
  889. <action name="actionCenterToScreen">
  890. <property name="text">
  891. <string>Basic.MainMenu.Edit.Transform.CenterToScreen</string>
  892. </property>
  893. <property name="shortcut">
  894. <string>Ctrl+D</string>
  895. </property>
  896. </action>
  897. <action name="actionFlipHorizontal">
  898. <property name="text">
  899. <string>Basic.MainMenu.Edit.Transform.FlipHorizontal</string>
  900. </property>
  901. </action>
  902. <action name="actionFlipVertical">
  903. <property name="text">
  904. <string>Basic.MainMenu.Edit.Transform.FlipVertical</string>
  905. </property>
  906. </action>
  907. <action name="actionMoveUp">
  908. <property name="text">
  909. <string>Basic.MainMenu.Edit.Order.MoveUp</string>
  910. </property>
  911. <property name="shortcut">
  912. <string>Ctrl+Up</string>
  913. </property>
  914. </action>
  915. <action name="actionMoveDown">
  916. <property name="text">
  917. <string>Basic.MainMenu.Edit.Order.MoveDown</string>
  918. </property>
  919. <property name="shortcut">
  920. <string>Ctrl+Down</string>
  921. </property>
  922. </action>
  923. <action name="actionMoveToTop">
  924. <property name="text">
  925. <string>Basic.MainMenu.Edit.Order.MoveToTop</string>
  926. </property>
  927. <property name="shortcut">
  928. <string>Ctrl+Home</string>
  929. </property>
  930. </action>
  931. <action name="actionMoveToBottom">
  932. <property name="text">
  933. <string>Basic.MainMenu.Edit.Order.MoveToBottom</string>
  934. </property>
  935. <property name="shortcut">
  936. <string>Ctrl+End</string>
  937. </property>
  938. </action>
  939. <action name="actionCheckForUpdates">
  940. <property name="text">
  941. <string>Basic.MainMenu.Help.CheckForUpdates</string>
  942. </property>
  943. </action>
  944. <action name="actionInteract">
  945. <property name="text">
  946. <string>Interact</string>
  947. </property>
  948. </action>
  949. <action name="actionAdvAudioProperties">
  950. <property name="text">
  951. <string>Basic.MainMenu.Edit.AdvAudio</string>
  952. </property>
  953. </action>
  954. <action name="actionWebsite">
  955. <property name="text">
  956. <string>Basic.MainMenu.Help.Website</string>
  957. </property>
  958. </action>
  959. <action name="actionNewSceneCollection">
  960. <property name="text">
  961. <string>New</string>
  962. </property>
  963. </action>
  964. <action name="actionDupSceneCollection">
  965. <property name="text">
  966. <string>Duplicate</string>
  967. </property>
  968. </action>
  969. <action name="actionRenameSceneCollection">
  970. <property name="text">
  971. <string>Rename</string>
  972. </property>
  973. </action>
  974. <action name="actionRemoveSceneCollection">
  975. <property name="text">
  976. <string>Remove</string>
  977. </property>
  978. </action>
  979. <action name="actionNewProfile">
  980. <property name="text">
  981. <string>New</string>
  982. </property>
  983. </action>
  984. <action name="actionDupProfile">
  985. <property name="text">
  986. <string>Duplicate</string>
  987. </property>
  988. </action>
  989. <action name="actionRenameProfile">
  990. <property name="text">
  991. <string>Rename</string>
  992. </property>
  993. </action>
  994. <action name="actionRemoveProfile">
  995. <property name="text">
  996. <string>Remove</string>
  997. </property>
  998. </action>
  999. <action name="actionShowSettingsFolder">
  1000. <property name="text">
  1001. <string>Basic.MainMenu.File.ShowSettingsFolder</string>
  1002. </property>
  1003. </action>
  1004. <action name="actionShowProfileFolder">
  1005. <property name="text">
  1006. <string>Basic.MainMenu.File.ShowProfileFolder</string>
  1007. </property>
  1008. </action>
  1009. </widget>
  1010. <customwidgets>
  1011. <customwidget>
  1012. <class>OBSBasicPreview</class>
  1013. <extends>QWidget</extends>
  1014. <header>window-basic-preview.hpp</header>
  1015. <container>1</container>
  1016. </customwidget>
  1017. <customwidget>
  1018. <class>OBSBasicStatusBar</class>
  1019. <extends>QStatusBar</extends>
  1020. <header>window-basic-status-bar.hpp</header>
  1021. </customwidget>
  1022. <customwidget>
  1023. <class>VScrollArea</class>
  1024. <extends>QScrollArea</extends>
  1025. <header>vertical-scroll-area.hpp</header>
  1026. <container>1</container>
  1027. </customwidget>
  1028. <customwidget>
  1029. <class>SourceListWidget</class>
  1030. <extends>QListWidget</extends>
  1031. <header>source-list-widget.hpp</header>
  1032. </customwidget>
  1033. </customwidgets>
  1034. <resources>
  1035. <include location="obs.qrc"/>
  1036. </resources>
  1037. <connections>
  1038. <connection>
  1039. <sender>actionE_xit</sender>
  1040. <signal>triggered()</signal>
  1041. <receiver>OBSBasic</receiver>
  1042. <slot>close()</slot>
  1043. <hints>
  1044. <hint type="sourcelabel">
  1045. <x>-1</x>
  1046. <y>-1</y>
  1047. </hint>
  1048. <hint type="destinationlabel">
  1049. <x>463</x>
  1050. <y>351</y>
  1051. </hint>
  1052. </hints>
  1053. </connection>
  1054. <connection>
  1055. <sender>exitButton</sender>
  1056. <signal>clicked()</signal>
  1057. <receiver>OBSBasic</receiver>
  1058. <slot>close()</slot>
  1059. <hints>
  1060. <hint type="sourcelabel">
  1061. <x>697</x>
  1062. <y>615</y>
  1063. </hint>
  1064. <hint type="destinationlabel">
  1065. <x>463</x>
  1066. <y>351</y>
  1067. </hint>
  1068. </hints>
  1069. </connection>
  1070. </connections>
  1071. </ui>