OBSBasic.ui 32 KB

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