OBSBasic.ui 42 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313
  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. <layout class="QHBoxLayout" name="previewLayout">
  50. <property name="spacing">
  51. <number>2</number>
  52. </property>
  53. <item>
  54. <layout class="QVBoxLayout" name="previewTextLayout">
  55. <property name="spacing">
  56. <number>4</number>
  57. </property>
  58. <item>
  59. <widget class="OBSBasicPreview" name="preview" native="true">
  60. <property name="sizePolicy">
  61. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  62. <horstretch>0</horstretch>
  63. <verstretch>0</verstretch>
  64. </sizepolicy>
  65. </property>
  66. <property name="minimumSize">
  67. <size>
  68. <width>32</width>
  69. <height>32</height>
  70. </size>
  71. </property>
  72. <property name="focusPolicy">
  73. <enum>Qt::ClickFocus</enum>
  74. </property>
  75. <property name="contextMenuPolicy">
  76. <enum>Qt::CustomContextMenu</enum>
  77. </property>
  78. </widget>
  79. </item>
  80. </layout>
  81. </item>
  82. </layout>
  83. </item>
  84. <item>
  85. <widget class="QLabel" name="previewDisabledLabel">
  86. <property name="sizePolicy">
  87. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  88. <horstretch>0</horstretch>
  89. <verstretch>0</verstretch>
  90. </sizepolicy>
  91. </property>
  92. <property name="contextMenuPolicy">
  93. <enum>Qt::CustomContextMenu</enum>
  94. </property>
  95. <property name="text">
  96. <string>Basic.Main.PreviewDisabled</string>
  97. </property>
  98. <property name="alignment">
  99. <set>Qt::AlignCenter</set>
  100. </property>
  101. </widget>
  102. </item>
  103. </layout>
  104. </widget>
  105. <widget class="QWidget" name="gridLayoutWidget_2">
  106. <layout class="QGridLayout" name="gridLayout_2">
  107. <item row="1" column="4">
  108. <layout class="QVBoxLayout" name="buttonsVLayout">
  109. <property name="spacing">
  110. <number>2</number>
  111. </property>
  112. <item>
  113. <widget class="QPushButton" name="streamButton">
  114. <property name="enabled">
  115. <bool>true</bool>
  116. </property>
  117. <property name="sizePolicy">
  118. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  119. <horstretch>0</horstretch>
  120. <verstretch>0</verstretch>
  121. </sizepolicy>
  122. </property>
  123. <property name="text">
  124. <string>Basic.Main.StartStreaming</string>
  125. </property>
  126. <property name="checkable">
  127. <bool>false</bool>
  128. </property>
  129. </widget>
  130. </item>
  131. <item>
  132. <widget class="QPushButton" name="recordButton">
  133. <property name="enabled">
  134. <bool>true</bool>
  135. </property>
  136. <property name="sizePolicy">
  137. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  138. <horstretch>0</horstretch>
  139. <verstretch>0</verstretch>
  140. </sizepolicy>
  141. </property>
  142. <property name="minimumSize">
  143. <size>
  144. <width>130</width>
  145. <height>0</height>
  146. </size>
  147. </property>
  148. <property name="text">
  149. <string>Basic.Main.StartRecording</string>
  150. </property>
  151. </widget>
  152. </item>
  153. <item>
  154. <widget class="QPushButton" name="modeSwitch">
  155. <property name="text">
  156. <string>Basic.TogglePreviewProgramMode</string>
  157. </property>
  158. <property name="checkable">
  159. <bool>true</bool>
  160. </property>
  161. </widget>
  162. </item>
  163. <item>
  164. <widget class="QPushButton" name="settingsButton">
  165. <property name="sizePolicy">
  166. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  167. <horstretch>0</horstretch>
  168. <verstretch>0</verstretch>
  169. </sizepolicy>
  170. </property>
  171. <property name="text">
  172. <string>Settings</string>
  173. </property>
  174. </widget>
  175. </item>
  176. <item>
  177. <widget class="QPushButton" name="exitButton">
  178. <property name="sizePolicy">
  179. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  180. <horstretch>0</horstretch>
  181. <verstretch>0</verstretch>
  182. </sizepolicy>
  183. </property>
  184. <property name="text">
  185. <string>Exit</string>
  186. </property>
  187. </widget>
  188. </item>
  189. <item>
  190. <spacer name="expVSpacer_2">
  191. <property name="orientation">
  192. <enum>Qt::Vertical</enum>
  193. </property>
  194. <property name="sizeHint" stdset="0">
  195. <size>
  196. <width>0</width>
  197. <height>0</height>
  198. </size>
  199. </property>
  200. </spacer>
  201. </item>
  202. </layout>
  203. </item>
  204. <item row="1" column="2">
  205. <widget class="VScrollArea" name="scrollArea">
  206. <property name="minimumSize">
  207. <size>
  208. <width>220</width>
  209. <height>0</height>
  210. </size>
  211. </property>
  212. <property name="frameShape">
  213. <enum>QFrame::StyledPanel</enum>
  214. </property>
  215. <property name="frameShadow">
  216. <enum>QFrame::Sunken</enum>
  217. </property>
  218. <property name="verticalScrollBarPolicy">
  219. <enum>Qt::ScrollBarAlwaysOn</enum>
  220. </property>
  221. <property name="horizontalScrollBarPolicy">
  222. <enum>Qt::ScrollBarAlwaysOff</enum>
  223. </property>
  224. <property name="widgetResizable">
  225. <bool>true</bool>
  226. </property>
  227. <widget class="QWidget" name="volumeWidgets">
  228. <property name="geometry">
  229. <rect>
  230. <x>0</x>
  231. <y>0</y>
  232. <width>201</width>
  233. <height>16</height>
  234. </rect>
  235. </property>
  236. <property name="sizePolicy">
  237. <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
  238. <horstretch>0</horstretch>
  239. <verstretch>0</verstretch>
  240. </sizepolicy>
  241. </property>
  242. <layout class="QVBoxLayout" name="verticalLayout_18">
  243. <property name="spacing">
  244. <number>0</number>
  245. </property>
  246. <property name="leftMargin">
  247. <number>0</number>
  248. </property>
  249. <property name="topMargin">
  250. <number>0</number>
  251. </property>
  252. <property name="rightMargin">
  253. <number>0</number>
  254. </property>
  255. <property name="bottomMargin">
  256. <number>0</number>
  257. </property>
  258. </layout>
  259. </widget>
  260. </widget>
  261. </item>
  262. <item row="1" column="0">
  263. <layout class="QVBoxLayout" name="scenesVLayout">
  264. <property name="spacing">
  265. <number>0</number>
  266. </property>
  267. <item>
  268. <widget class="QFrame" name="scenesFrame">
  269. <property name="sizePolicy">
  270. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  271. <horstretch>0</horstretch>
  272. <verstretch>0</verstretch>
  273. </sizepolicy>
  274. </property>
  275. <property name="minimumSize">
  276. <size>
  277. <width>160</width>
  278. <height>0</height>
  279. </size>
  280. </property>
  281. <property name="maximumSize">
  282. <size>
  283. <width>260</width>
  284. <height>16777215</height>
  285. </size>
  286. </property>
  287. <property name="frameShape">
  288. <enum>QFrame::StyledPanel</enum>
  289. </property>
  290. <property name="frameShadow">
  291. <enum>QFrame::Sunken</enum>
  292. </property>
  293. <layout class="QVBoxLayout" name="verticalLayout_11">
  294. <property name="spacing">
  295. <number>0</number>
  296. </property>
  297. <property name="leftMargin">
  298. <number>0</number>
  299. </property>
  300. <property name="topMargin">
  301. <number>0</number>
  302. </property>
  303. <property name="rightMargin">
  304. <number>0</number>
  305. </property>
  306. <property name="bottomMargin">
  307. <number>0</number>
  308. </property>
  309. <item>
  310. <widget class="QListWidget" name="scenes">
  311. <property name="sizePolicy">
  312. <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
  313. <horstretch>0</horstretch>
  314. <verstretch>0</verstretch>
  315. </sizepolicy>
  316. </property>
  317. <property name="contextMenuPolicy">
  318. <enum>Qt::CustomContextMenu</enum>
  319. </property>
  320. <property name="frameShape">
  321. <enum>QFrame::NoFrame</enum>
  322. </property>
  323. <property name="frameShadow">
  324. <enum>QFrame::Plain</enum>
  325. </property>
  326. <property name="showDropIndicator" stdset="0">
  327. <bool>true</bool>
  328. </property>
  329. <property name="dragEnabled">
  330. <bool>true</bool>
  331. </property>
  332. <property name="dragDropMode">
  333. <enum>QAbstractItemView::InternalMove</enum>
  334. </property>
  335. <property name="defaultDropAction">
  336. <enum>Qt::TargetMoveAction</enum>
  337. </property>
  338. <addaction name="actionRemoveScene"/>
  339. </widget>
  340. </item>
  341. <item>
  342. <widget class="QToolBar" name="scenesToolbar">
  343. <property name="iconSize">
  344. <size>
  345. <width>16</width>
  346. <height>16</height>
  347. </size>
  348. </property>
  349. <property name="floatable">
  350. <bool>false</bool>
  351. </property>
  352. <addaction name="actionAddScene"/>
  353. <addaction name="actionRemoveScene"/>
  354. <addaction name="separator"/>
  355. <addaction name="actionSceneUp"/>
  356. <addaction name="actionSceneDown"/>
  357. </widget>
  358. </item>
  359. <item>
  360. <spacer name="scenesFixedSizeHSpacer">
  361. <property name="orientation">
  362. <enum>Qt::Horizontal</enum>
  363. </property>
  364. <property name="sizeType">
  365. <enum>QSizePolicy::Fixed</enum>
  366. </property>
  367. <property name="sizeHint" stdset="0">
  368. <size>
  369. <width>150</width>
  370. <height>0</height>
  371. </size>
  372. </property>
  373. </spacer>
  374. </item>
  375. </layout>
  376. </widget>
  377. </item>
  378. </layout>
  379. </item>
  380. <item row="0" column="1">
  381. <widget class="QLabel" name="sourcesLabel">
  382. <property name="text">
  383. <string>Basic.Main.Sources</string>
  384. </property>
  385. </widget>
  386. </item>
  387. <item row="0" column="2">
  388. <layout class="QHBoxLayout" name="mixadvHLayout">
  389. <property name="spacing">
  390. <number>2</number>
  391. </property>
  392. <item>
  393. <widget class="QLabel" name="mixerLabel">
  394. <property name="sizePolicy">
  395. <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
  396. <horstretch>0</horstretch>
  397. <verstretch>0</verstretch>
  398. </sizepolicy>
  399. </property>
  400. <property name="text">
  401. <string>Mixer</string>
  402. </property>
  403. </widget>
  404. </item>
  405. <item>
  406. <widget class="QPushButton" name="advAudioProps">
  407. <property name="sizePolicy">
  408. <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
  409. <horstretch>0</horstretch>
  410. <verstretch>0</verstretch>
  411. </sizepolicy>
  412. </property>
  413. <property name="maximumSize">
  414. <size>
  415. <width>22</width>
  416. <height>22</height>
  417. </size>
  418. </property>
  419. <property name="accessibleName">
  420. <string>Basic.AdvAudio</string>
  421. </property>
  422. <property name="text">
  423. <string notr="true"/>
  424. </property>
  425. <property name="icon">
  426. <iconset resource="obs.qrc">
  427. <normaloff>:/res/images/configuration21_16.png</normaloff>:/res/images/configuration21_16.png</iconset>
  428. </property>
  429. <property name="flat">
  430. <bool>true</bool>
  431. </property>
  432. <property name="themeID" stdset="0">
  433. <string notr="true">configIconSmall</string>
  434. </property>
  435. </widget>
  436. </item>
  437. <item>
  438. <spacer name="mixadvHSpacer_4">
  439. <property name="orientation">
  440. <enum>Qt::Horizontal</enum>
  441. </property>
  442. <property name="sizeHint" stdset="0">
  443. <size>
  444. <width>0</width>
  445. <height>0</height>
  446. </size>
  447. </property>
  448. </spacer>
  449. </item>
  450. </layout>
  451. </item>
  452. <item row="1" column="1">
  453. <layout class="QVBoxLayout" name="sourcesVLayout">
  454. <property name="spacing">
  455. <number>0</number>
  456. </property>
  457. <item>
  458. <widget class="QFrame" name="sourcesFrame">
  459. <property name="sizePolicy">
  460. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  461. <horstretch>0</horstretch>
  462. <verstretch>0</verstretch>
  463. </sizepolicy>
  464. </property>
  465. <property name="minimumSize">
  466. <size>
  467. <width>160</width>
  468. <height>0</height>
  469. </size>
  470. </property>
  471. <property name="maximumSize">
  472. <size>
  473. <width>260</width>
  474. <height>16777215</height>
  475. </size>
  476. </property>
  477. <property name="frameShape">
  478. <enum>QFrame::StyledPanel</enum>
  479. </property>
  480. <property name="frameShadow">
  481. <enum>QFrame::Sunken</enum>
  482. </property>
  483. <layout class="QVBoxLayout" name="verticalLayout_16">
  484. <property name="spacing">
  485. <number>0</number>
  486. </property>
  487. <property name="leftMargin">
  488. <number>0</number>
  489. </property>
  490. <property name="topMargin">
  491. <number>0</number>
  492. </property>
  493. <property name="rightMargin">
  494. <number>0</number>
  495. </property>
  496. <property name="bottomMargin">
  497. <number>0</number>
  498. </property>
  499. <item>
  500. <widget class="SourceListWidget" name="sources">
  501. <property name="sizePolicy">
  502. <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
  503. <horstretch>0</horstretch>
  504. <verstretch>0</verstretch>
  505. </sizepolicy>
  506. </property>
  507. <property name="contextMenuPolicy">
  508. <enum>Qt::CustomContextMenu</enum>
  509. </property>
  510. <property name="frameShape">
  511. <enum>QFrame::NoFrame</enum>
  512. </property>
  513. <property name="showDropIndicator" stdset="0">
  514. <bool>true</bool>
  515. </property>
  516. <property name="dragEnabled">
  517. <bool>true</bool>
  518. </property>
  519. <property name="dragDropMode">
  520. <enum>QAbstractItemView::InternalMove</enum>
  521. </property>
  522. <property name="defaultDropAction">
  523. <enum>Qt::TargetMoveAction</enum>
  524. </property>
  525. <property name="selectionMode">
  526. <enum>QAbstractItemView::ExtendedSelection</enum>
  527. </property>
  528. <addaction name="actionRemoveSource"/>
  529. </widget>
  530. </item>
  531. <item>
  532. <widget class="QToolBar" name="sourcesToolbar">
  533. <property name="iconSize">
  534. <size>
  535. <width>16</width>
  536. <height>16</height>
  537. </size>
  538. </property>
  539. <property name="floatable">
  540. <bool>false</bool>
  541. </property>
  542. <addaction name="actionAddSource"/>
  543. <addaction name="actionRemoveSource"/>
  544. <addaction name="actionSourceProperties"/>
  545. <addaction name="separator"/>
  546. <addaction name="actionSourceUp"/>
  547. <addaction name="actionSourceDown"/>
  548. </widget>
  549. </item>
  550. <item>
  551. <spacer name="sourcesFixedSizeHSpacer">
  552. <property name="orientation">
  553. <enum>Qt::Horizontal</enum>
  554. </property>
  555. <property name="sizeType">
  556. <enum>QSizePolicy::Fixed</enum>
  557. </property>
  558. <property name="sizeHint" stdset="0">
  559. <size>
  560. <width>150</width>
  561. <height>0</height>
  562. </size>
  563. </property>
  564. </spacer>
  565. </item>
  566. </layout>
  567. </widget>
  568. </item>
  569. </layout>
  570. </item>
  571. <item row="0" column="0">
  572. <widget class="QLabel" name="scenesLabel">
  573. <property name="text">
  574. <string>Basic.Main.Scenes</string>
  575. </property>
  576. </widget>
  577. </item>
  578. <item row="1" column="3">
  579. <layout class="QVBoxLayout" name="verticalLayout">
  580. <property name="spacing">
  581. <number>4</number>
  582. </property>
  583. <item>
  584. <widget class="QComboBox" name="transitions">
  585. <property name="minimumSize">
  586. <size>
  587. <width>120</width>
  588. <height>0</height>
  589. </size>
  590. </property>
  591. </widget>
  592. </item>
  593. <item>
  594. <layout class="QHBoxLayout" name="horizontalLayout_4">
  595. <property name="spacing">
  596. <number>4</number>
  597. </property>
  598. <item>
  599. <spacer name="horizontalSpacer">
  600. <property name="orientation">
  601. <enum>Qt::Horizontal</enum>
  602. </property>
  603. <property name="sizeHint" stdset="0">
  604. <size>
  605. <width>40</width>
  606. <height>20</height>
  607. </size>
  608. </property>
  609. </spacer>
  610. </item>
  611. <item>
  612. <widget class="QPushButton" name="transitionAdd">
  613. <property name="sizePolicy">
  614. <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
  615. <horstretch>0</horstretch>
  616. <verstretch>0</verstretch>
  617. </sizepolicy>
  618. </property>
  619. <property name="maximumSize">
  620. <size>
  621. <width>22</width>
  622. <height>22</height>
  623. </size>
  624. </property>
  625. <property name="toolTip">
  626. <string>Basic.AddTransition</string>
  627. </property>
  628. <property name="accessibleName">
  629. <string>Basic.AddTransition</string>
  630. </property>
  631. <property name="text">
  632. <string notr="true"/>
  633. </property>
  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="flat">
  639. <bool>true</bool>
  640. </property>
  641. <property name="themeID" stdset="0">
  642. <string notr="true">addIconSmall</string>
  643. </property>
  644. </widget>
  645. </item>
  646. <item>
  647. <widget class="QPushButton" name="transitionRemove">
  648. <property name="sizePolicy">
  649. <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
  650. <horstretch>0</horstretch>
  651. <verstretch>0</verstretch>
  652. </sizepolicy>
  653. </property>
  654. <property name="maximumSize">
  655. <size>
  656. <width>22</width>
  657. <height>22</height>
  658. </size>
  659. </property>
  660. <property name="toolTip">
  661. <string>Basic.RemoveTransition</string>
  662. </property>
  663. <property name="accessibleName">
  664. <string>Basic.RemoveTransition</string>
  665. </property>
  666. <property name="text">
  667. <string notr="true"/>
  668. </property>
  669. <property name="icon">
  670. <iconset resource="obs.qrc">
  671. <normaloff>:/res/images/list_remove.png</normaloff>:/res/images/list_remove.png</iconset>
  672. </property>
  673. <property name="flat">
  674. <bool>true</bool>
  675. </property>
  676. <property name="themeID" stdset="0">
  677. <string notr="true">removeIconSmall</string>
  678. </property>
  679. </widget>
  680. </item>
  681. <item>
  682. <widget class="QPushButton" name="transitionProps">
  683. <property name="sizePolicy">
  684. <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
  685. <horstretch>0</horstretch>
  686. <verstretch>0</verstretch>
  687. </sizepolicy>
  688. </property>
  689. <property name="maximumSize">
  690. <size>
  691. <width>22</width>
  692. <height>22</height>
  693. </size>
  694. </property>
  695. <property name="toolTip">
  696. <string>Basic.TransitionProperties</string>
  697. </property>
  698. <property name="accessibleName">
  699. <string>Basic.TransitionProperties</string>
  700. </property>
  701. <property name="text">
  702. <string notr="true"/>
  703. </property>
  704. <property name="icon">
  705. <iconset resource="obs.qrc">
  706. <normaloff>:/res/images/configuration21_16.png</normaloff>:/res/images/configuration21_16.png</iconset>
  707. </property>
  708. <property name="flat">
  709. <bool>true</bool>
  710. </property>
  711. <property name="themeID" stdset="0">
  712. <string notr="true">configIconSmall</string>
  713. </property>
  714. </widget>
  715. </item>
  716. </layout>
  717. </item>
  718. <item>
  719. <layout class="QHBoxLayout" name="horizontalLayout_3">
  720. <property name="spacing">
  721. <number>4</number>
  722. </property>
  723. <item>
  724. <widget class="QLabel" name="transitionDurationLabel">
  725. <property name="sizePolicy">
  726. <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
  727. <horstretch>0</horstretch>
  728. <verstretch>0</verstretch>
  729. </sizepolicy>
  730. </property>
  731. <property name="text">
  732. <string>Basic.TransitionDuration</string>
  733. </property>
  734. <property name="buddy">
  735. <cstring>transitionDuration</cstring>
  736. </property>
  737. </widget>
  738. </item>
  739. <item>
  740. <widget class="QSpinBox" name="transitionDuration">
  741. <property name="suffix">
  742. <string>ms</string>
  743. </property>
  744. <property name="minimum">
  745. <number>2</number>
  746. </property>
  747. <property name="maximum">
  748. <number>10000</number>
  749. </property>
  750. <property name="singleStep">
  751. <number>50</number>
  752. </property>
  753. <property name="value">
  754. <number>300</number>
  755. </property>
  756. </widget>
  757. </item>
  758. </layout>
  759. </item>
  760. <item>
  761. <spacer name="verticalSpacer">
  762. <property name="orientation">
  763. <enum>Qt::Vertical</enum>
  764. </property>
  765. <property name="sizeHint" stdset="0">
  766. <size>
  767. <width>20</width>
  768. <height>40</height>
  769. </size>
  770. </property>
  771. </spacer>
  772. </item>
  773. </layout>
  774. </item>
  775. <item row="0" column="3">
  776. <widget class="QLabel" name="label_2">
  777. <property name="text">
  778. <string>Basic.SceneTransitions</string>
  779. </property>
  780. </widget>
  781. </item>
  782. </layout>
  783. </widget>
  784. </widget>
  785. </item>
  786. </layout>
  787. </widget>
  788. <widget class="QMenuBar" name="menubar">
  789. <property name="geometry">
  790. <rect>
  791. <x>0</x>
  792. <y>0</y>
  793. <width>957</width>
  794. <height>21</height>
  795. </rect>
  796. </property>
  797. <widget class="QMenu" name="menu_File">
  798. <property name="title">
  799. <string>Basic.MainMenu.File</string>
  800. </property>
  801. <addaction name="actionShow_Recordings"/>
  802. <addaction name="actionRemux"/>
  803. <addaction name="separator"/>
  804. <addaction name="action_Settings"/>
  805. <addaction name="actionShowSettingsFolder"/>
  806. <addaction name="actionShowProfileFolder"/>
  807. <addaction name="separator"/>
  808. <addaction name="actionAlwaysOnTop"/>
  809. <addaction name="separator"/>
  810. <addaction name="actionE_xit"/>
  811. </widget>
  812. <widget class="QMenu" name="menuBasic_MainMenu_Help">
  813. <property name="title">
  814. <string>Basic.MainMenu.Help</string>
  815. </property>
  816. <widget class="QMenu" name="menuLogFiles">
  817. <property name="title">
  818. <string>Basic.MainMenu.Help.Logs</string>
  819. </property>
  820. <addaction name="actionShowLogs"/>
  821. <addaction name="actionUploadCurrentLog"/>
  822. <addaction name="actionUploadLastLog"/>
  823. <addaction name="actionViewCurrentLog"/>
  824. </widget>
  825. <addaction name="actionWebsite"/>
  826. <addaction name="separator"/>
  827. <addaction name="menuLogFiles"/>
  828. <addaction name="actionCheckForUpdates"/>
  829. </widget>
  830. <widget class="QMenu" name="menuBasic_MainMenu_Edit">
  831. <property name="title">
  832. <string>Basic.MainMenu.Edit</string>
  833. </property>
  834. <widget class="QMenu" name="transformMenu">
  835. <property name="title">
  836. <string>Basic.MainMenu.Edit.Transform</string>
  837. </property>
  838. <addaction name="actionEditTransform"/>
  839. <addaction name="actionResetTransform"/>
  840. <addaction name="separator"/>
  841. <addaction name="actionRotate90CW"/>
  842. <addaction name="actionRotate90CCW"/>
  843. <addaction name="actionRotate180"/>
  844. <addaction name="separator"/>
  845. <addaction name="actionFlipHorizontal"/>
  846. <addaction name="actionFlipVertical"/>
  847. <addaction name="separator"/>
  848. <addaction name="actionFitToScreen"/>
  849. <addaction name="actionStretchToScreen"/>
  850. <addaction name="actionCenterToScreen"/>
  851. </widget>
  852. <widget class="QMenu" name="orderMenu">
  853. <property name="title">
  854. <string>Basic.MainMenu.Edit.Order</string>
  855. </property>
  856. <addaction name="actionMoveUp"/>
  857. <addaction name="actionMoveDown"/>
  858. <addaction name="separator"/>
  859. <addaction name="actionMoveToTop"/>
  860. <addaction name="actionMoveToBottom"/>
  861. </widget>
  862. <addaction name="transformMenu"/>
  863. <addaction name="orderMenu"/>
  864. <addaction name="separator"/>
  865. <addaction name="actionAdvAudioProperties"/>
  866. </widget>
  867. <widget class="QMenu" name="profileMenu">
  868. <property name="title">
  869. <string>Basic.MainMenu.Profile</string>
  870. </property>
  871. <addaction name="actionNewProfile"/>
  872. <addaction name="actionDupProfile"/>
  873. <addaction name="actionRenameProfile"/>
  874. <addaction name="actionRemoveProfile"/>
  875. <addaction name="separator"/>
  876. </widget>
  877. <widget class="QMenu" name="sceneCollectionMenu">
  878. <property name="title">
  879. <string>Basic.MainMenu.SceneCollection</string>
  880. </property>
  881. <addaction name="actionNewSceneCollection"/>
  882. <addaction name="actionDupSceneCollection"/>
  883. <addaction name="actionRenameSceneCollection"/>
  884. <addaction name="actionRemoveSceneCollection"/>
  885. <addaction name="separator"/>
  886. </widget>
  887. <addaction name="menu_File"/>
  888. <addaction name="menuBasic_MainMenu_Edit"/>
  889. <addaction name="profileMenu"/>
  890. <addaction name="sceneCollectionMenu"/>
  891. <addaction name="menuBasic_MainMenu_Help"/>
  892. </widget>
  893. <widget class="OBSBasicStatusBar" name="statusbar"/>
  894. <action name="actionAddScene">
  895. <property name="icon">
  896. <iconset resource="obs.qrc">
  897. <normaloff>:/res/images/add.png</normaloff>:/res/images/add.png</iconset>
  898. </property>
  899. <property name="text">
  900. <string>Add</string>
  901. </property>
  902. <property name="themeID" stdset="0">
  903. <string notr="true">addIconSmall</string>
  904. </property>
  905. </action>
  906. <action name="actionAddSource">
  907. <property name="icon">
  908. <iconset resource="obs.qrc">
  909. <normaloff>:/res/images/add.png</normaloff>:/res/images/add.png</iconset>
  910. </property>
  911. <property name="text">
  912. <string>Add</string>
  913. </property>
  914. <property name="themeID" stdset="0">
  915. <string notr="true">addIconSmall</string>
  916. </property>
  917. </action>
  918. <action name="actionRemoveScene">
  919. <property name="icon">
  920. <iconset resource="obs.qrc">
  921. <normaloff>:/res/images/list_remove.png</normaloff>:/res/images/list_remove.png</iconset>
  922. </property>
  923. <property name="text">
  924. <string>Remove</string>
  925. </property>
  926. <property name="shortcut">
  927. <string>Del</string>
  928. </property>
  929. <property name="shortcutContext">
  930. <enum>Qt::WidgetWithChildrenShortcut</enum>
  931. </property>
  932. <property name="themeID" stdset="0">
  933. <string notr="true">removeIconSmall</string>
  934. </property>
  935. </action>
  936. <action name="actionRemoveSource">
  937. <property name="icon">
  938. <iconset resource="obs.qrc">
  939. <normaloff>:/res/images/list_remove.png</normaloff>:/res/images/list_remove.png</iconset>
  940. </property>
  941. <property name="text">
  942. <string>Remove</string>
  943. </property>
  944. <property name="shortcut">
  945. <string>Del</string>
  946. </property>
  947. <property name="shortcutContext">
  948. <enum>Qt::WidgetWithChildrenShortcut</enum>
  949. </property>
  950. <property name="themeID" stdset="0">
  951. <string notr="true">removeIconSmall</string>
  952. </property>
  953. </action>
  954. <action name="actionSourceProperties">
  955. <property name="enabled">
  956. <bool>true</bool>
  957. </property>
  958. <property name="icon">
  959. <iconset resource="obs.qrc">
  960. <normaloff>:/res/images/properties.png</normaloff>:/res/images/properties.png</iconset>
  961. </property>
  962. <property name="text">
  963. <string>Properties</string>
  964. </property>
  965. <property name="themeID" stdset="0">
  966. <string notr="true">propertiesIconSmall</string>
  967. </property>
  968. </action>
  969. <action name="actionSceneUp">
  970. <property name="icon">
  971. <iconset resource="obs.qrc">
  972. <normaloff>:/res/images/up.png</normaloff>:/res/images/up.png</iconset>
  973. </property>
  974. <property name="text">
  975. <string>MoveUp</string>
  976. </property>
  977. <property name="themeID" stdset="0">
  978. <string notr="true">upArrowIconSmall</string>
  979. </property>
  980. </action>
  981. <action name="actionSourceUp">
  982. <property name="enabled">
  983. <bool>true</bool>
  984. </property>
  985. <property name="icon">
  986. <iconset resource="obs.qrc">
  987. <normaloff>:/res/images/up.png</normaloff>:/res/images/up.png</iconset>
  988. </property>
  989. <property name="text">
  990. <string>MoveUp</string>
  991. </property>
  992. <property name="themeID" stdset="0">
  993. <string notr="true">upArrowIconSmall</string>
  994. </property>
  995. </action>
  996. <action name="actionSceneDown">
  997. <property name="icon">
  998. <iconset resource="obs.qrc">
  999. <normaloff>:/res/images/down.png</normaloff>:/res/images/down.png</iconset>
  1000. </property>
  1001. <property name="text">
  1002. <string>MoveDown</string>
  1003. </property>
  1004. <property name="themeID" stdset="0">
  1005. <string notr="true">downArrowIconSmall</string>
  1006. </property>
  1007. </action>
  1008. <action name="actionSourceDown">
  1009. <property name="enabled">
  1010. <bool>true</bool>
  1011. </property>
  1012. <property name="icon">
  1013. <iconset resource="obs.qrc">
  1014. <normaloff>:/res/images/down.png</normaloff>:/res/images/down.png</iconset>
  1015. </property>
  1016. <property name="text">
  1017. <string>MoveDown</string>
  1018. </property>
  1019. <property name="themeID" stdset="0">
  1020. <string notr="true">downArrowIconSmall</string>
  1021. </property>
  1022. </action>
  1023. <action name="actionShow_Recordings">
  1024. <property name="text">
  1025. <string>Basic.MainMenu.File.ShowRecordings</string>
  1026. </property>
  1027. </action>
  1028. <action name="actionRemux">
  1029. <property name="text">
  1030. <string>Basic.MainMenu.File.Remux</string>
  1031. </property>
  1032. </action>
  1033. <action name="action_Settings">
  1034. <property name="text">
  1035. <string>Basic.MainMenu.File.Settings</string>
  1036. </property>
  1037. </action>
  1038. <action name="actionE_xit">
  1039. <property name="text">
  1040. <string>Basic.MainMenu.File.Exit</string>
  1041. </property>
  1042. </action>
  1043. <action name="actionShowLogs">
  1044. <property name="text">
  1045. <string>Basic.MainMenu.Help.Logs.ShowLogs</string>
  1046. </property>
  1047. </action>
  1048. <action name="actionUploadLastLog">
  1049. <property name="text">
  1050. <string>Basic.MainMenu.Help.Logs.UploadLastLog</string>
  1051. </property>
  1052. </action>
  1053. <action name="actionUploadCurrentLog">
  1054. <property name="text">
  1055. <string>Basic.MainMenu.Help.Logs.UploadCurrentLog</string>
  1056. </property>
  1057. </action>
  1058. <action name="actionViewCurrentLog">
  1059. <property name="text">
  1060. <string>Basic.MainMenu.Help.Logs.ViewCurrentLog</string>
  1061. </property>
  1062. </action>
  1063. <action name="actionUndo">
  1064. <property name="enabled">
  1065. <bool>false</bool>
  1066. </property>
  1067. <property name="text">
  1068. <string>Basic.MainMenu.Edit.Undo</string>
  1069. </property>
  1070. </action>
  1071. <action name="actionRedo">
  1072. <property name="enabled">
  1073. <bool>false</bool>
  1074. </property>
  1075. <property name="text">
  1076. <string>Basic.MainMenu.Edit.Redo</string>
  1077. </property>
  1078. </action>
  1079. <action name="actionEditTransform">
  1080. <property name="text">
  1081. <string>Basic.MainMenu.Edit.Transform.EditTransform</string>
  1082. </property>
  1083. </action>
  1084. <action name="actionRotate90CW">
  1085. <property name="text">
  1086. <string>Basic.MainMenu.Edit.Transform.Rotate90CW</string>
  1087. </property>
  1088. </action>
  1089. <action name="actionRotate90CCW">
  1090. <property name="text">
  1091. <string>Basic.MainMenu.Edit.Transform.Rotate90CCW</string>
  1092. </property>
  1093. </action>
  1094. <action name="actionRotate180">
  1095. <property name="text">
  1096. <string>Basic.MainMenu.Edit.Transform.Rotate180</string>
  1097. </property>
  1098. </action>
  1099. <action name="actionFitToScreen">
  1100. <property name="text">
  1101. <string>Basic.MainMenu.Edit.Transform.FitToScreen</string>
  1102. </property>
  1103. <property name="shortcut">
  1104. <string>Ctrl+F</string>
  1105. </property>
  1106. </action>
  1107. <action name="actionStretchToScreen">
  1108. <property name="text">
  1109. <string>Basic.MainMenu.Edit.Transform.StretchToScreen</string>
  1110. </property>
  1111. <property name="shortcut">
  1112. <string>Ctrl+S</string>
  1113. </property>
  1114. </action>
  1115. <action name="actionResetTransform">
  1116. <property name="text">
  1117. <string>Basic.MainMenu.Edit.Transform.ResetTransform</string>
  1118. </property>
  1119. <property name="shortcut">
  1120. <string>Ctrl+R</string>
  1121. </property>
  1122. </action>
  1123. <action name="actionCenterToScreen">
  1124. <property name="text">
  1125. <string>Basic.MainMenu.Edit.Transform.CenterToScreen</string>
  1126. </property>
  1127. <property name="shortcut">
  1128. <string>Ctrl+D</string>
  1129. </property>
  1130. </action>
  1131. <action name="actionFlipHorizontal">
  1132. <property name="text">
  1133. <string>Basic.MainMenu.Edit.Transform.FlipHorizontal</string>
  1134. </property>
  1135. </action>
  1136. <action name="actionFlipVertical">
  1137. <property name="text">
  1138. <string>Basic.MainMenu.Edit.Transform.FlipVertical</string>
  1139. </property>
  1140. </action>
  1141. <action name="actionMoveUp">
  1142. <property name="text">
  1143. <string>Basic.MainMenu.Edit.Order.MoveUp</string>
  1144. </property>
  1145. <property name="shortcut">
  1146. <string>Ctrl+Up</string>
  1147. </property>
  1148. </action>
  1149. <action name="actionMoveDown">
  1150. <property name="text">
  1151. <string>Basic.MainMenu.Edit.Order.MoveDown</string>
  1152. </property>
  1153. <property name="shortcut">
  1154. <string>Ctrl+Down</string>
  1155. </property>
  1156. </action>
  1157. <action name="actionMoveToTop">
  1158. <property name="text">
  1159. <string>Basic.MainMenu.Edit.Order.MoveToTop</string>
  1160. </property>
  1161. <property name="shortcut">
  1162. <string>Ctrl+Home</string>
  1163. </property>
  1164. </action>
  1165. <action name="actionMoveToBottom">
  1166. <property name="text">
  1167. <string>Basic.MainMenu.Edit.Order.MoveToBottom</string>
  1168. </property>
  1169. <property name="shortcut">
  1170. <string>Ctrl+End</string>
  1171. </property>
  1172. </action>
  1173. <action name="actionCheckForUpdates">
  1174. <property name="text">
  1175. <string>Basic.MainMenu.Help.CheckForUpdates</string>
  1176. </property>
  1177. </action>
  1178. <action name="actionInteract">
  1179. <property name="text">
  1180. <string>Interact</string>
  1181. </property>
  1182. </action>
  1183. <action name="actionAdvAudioProperties">
  1184. <property name="text">
  1185. <string>Basic.MainMenu.Edit.AdvAudio</string>
  1186. </property>
  1187. </action>
  1188. <action name="actionWebsite">
  1189. <property name="text">
  1190. <string>Basic.MainMenu.Help.Website</string>
  1191. </property>
  1192. </action>
  1193. <action name="actionNewSceneCollection">
  1194. <property name="text">
  1195. <string>New</string>
  1196. </property>
  1197. </action>
  1198. <action name="actionDupSceneCollection">
  1199. <property name="text">
  1200. <string>Duplicate</string>
  1201. </property>
  1202. </action>
  1203. <action name="actionRenameSceneCollection">
  1204. <property name="text">
  1205. <string>Rename</string>
  1206. </property>
  1207. </action>
  1208. <action name="actionRemoveSceneCollection">
  1209. <property name="text">
  1210. <string>Remove</string>
  1211. </property>
  1212. </action>
  1213. <action name="actionNewProfile">
  1214. <property name="text">
  1215. <string>New</string>
  1216. </property>
  1217. </action>
  1218. <action name="actionDupProfile">
  1219. <property name="text">
  1220. <string>Duplicate</string>
  1221. </property>
  1222. </action>
  1223. <action name="actionRenameProfile">
  1224. <property name="text">
  1225. <string>Rename</string>
  1226. </property>
  1227. </action>
  1228. <action name="actionRemoveProfile">
  1229. <property name="text">
  1230. <string>Remove</string>
  1231. </property>
  1232. </action>
  1233. <action name="actionShowSettingsFolder">
  1234. <property name="text">
  1235. <string>Basic.MainMenu.File.ShowSettingsFolder</string>
  1236. </property>
  1237. </action>
  1238. <action name="actionShowProfileFolder">
  1239. <property name="text">
  1240. <string>Basic.MainMenu.File.ShowProfileFolder</string>
  1241. </property>
  1242. </action>
  1243. <action name="actionAlwaysOnTop">
  1244. <property name="checkable">
  1245. <bool>true</bool>
  1246. </property>
  1247. <property name="text">
  1248. <string>Basic.MainMenu.AlwaysOnTop</string>
  1249. </property>
  1250. </action>
  1251. </widget>
  1252. <customwidgets>
  1253. <customwidget>
  1254. <class>OBSBasicPreview</class>
  1255. <extends>QWidget</extends>
  1256. <header>window-basic-preview.hpp</header>
  1257. <container>1</container>
  1258. </customwidget>
  1259. <customwidget>
  1260. <class>OBSBasicStatusBar</class>
  1261. <extends>QStatusBar</extends>
  1262. <header>window-basic-status-bar.hpp</header>
  1263. </customwidget>
  1264. <customwidget>
  1265. <class>VScrollArea</class>
  1266. <extends>QScrollArea</extends>
  1267. <header>vertical-scroll-area.hpp</header>
  1268. <container>1</container>
  1269. </customwidget>
  1270. <customwidget>
  1271. <class>SourceListWidget</class>
  1272. <extends>QListWidget</extends>
  1273. <header>source-list-widget.hpp</header>
  1274. </customwidget>
  1275. </customwidgets>
  1276. <resources>
  1277. <include location="obs.qrc"/>
  1278. </resources>
  1279. <connections>
  1280. <connection>
  1281. <sender>actionE_xit</sender>
  1282. <signal>triggered()</signal>
  1283. <receiver>OBSBasic</receiver>
  1284. <slot>close()</slot>
  1285. <hints>
  1286. <hint type="sourcelabel">
  1287. <x>-1</x>
  1288. <y>-1</y>
  1289. </hint>
  1290. <hint type="destinationlabel">
  1291. <x>463</x>
  1292. <y>351</y>
  1293. </hint>
  1294. </hints>
  1295. </connection>
  1296. <connection>
  1297. <sender>exitButton</sender>
  1298. <signal>clicked()</signal>
  1299. <receiver>OBSBasic</receiver>
  1300. <slot>close()</slot>
  1301. <hints>
  1302. <hint type="sourcelabel">
  1303. <x>838</x>
  1304. <y>272</y>
  1305. </hint>
  1306. <hint type="destinationlabel">
  1307. <x>902</x>
  1308. <y>-10</y>
  1309. </hint>
  1310. </hints>
  1311. </connection>
  1312. </connections>
  1313. </ui>