OBSBasic.ui 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <author>Jim</author>
  4. <class>OBSBasic</class>
  5. <widget class="QMainWindow" name="OBSBasic">
  6. <property name="geometry">
  7. <rect>
  8. <x>0</x>
  9. <y>0</y>
  10. <width>927</width>
  11. <height>700</height>
  12. </rect>
  13. </property>
  14. <property name="sizePolicy">
  15. <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
  16. <horstretch>0</horstretch>
  17. <verstretch>0</verstretch>
  18. </sizepolicy>
  19. </property>
  20. <property name="minimumSize">
  21. <size>
  22. <width>0</width>
  23. <height>0</height>
  24. </size>
  25. </property>
  26. <property name="windowTitle">
  27. <string>.MainWindow</string>
  28. </property>
  29. <widget class="QWidget" name="centralwidget">
  30. <layout class="QVBoxLayout" name="verticalLayout">
  31. <item>
  32. <widget class="OBSBasicPreview" name="preview" native="true">
  33. <property name="sizePolicy">
  34. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  35. <horstretch>0</horstretch>
  36. <verstretch>0</verstretch>
  37. </sizepolicy>
  38. </property>
  39. <property name="minimumSize">
  40. <size>
  41. <width>32</width>
  42. <height>32</height>
  43. </size>
  44. </property>
  45. </widget>
  46. </item>
  47. <item alignment="Qt::AlignHCenter|Qt::AlignVCenter">
  48. <widget class="QWidget" name="widget" native="true">
  49. <property name="sizePolicy">
  50. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  51. <horstretch>0</horstretch>
  52. <verstretch>0</verstretch>
  53. </sizepolicy>
  54. </property>
  55. <property name="minimumSize">
  56. <size>
  57. <width>720</width>
  58. <height>0</height>
  59. </size>
  60. </property>
  61. <property name="maximumSize">
  62. <size>
  63. <width>16777215</width>
  64. <height>154</height>
  65. </size>
  66. </property>
  67. <layout class="QHBoxLayout" name="horizontalLayout_2">
  68. <property name="leftMargin">
  69. <number>0</number>
  70. </property>
  71. <property name="topMargin">
  72. <number>0</number>
  73. </property>
  74. <property name="rightMargin">
  75. <number>0</number>
  76. </property>
  77. <property name="bottomMargin">
  78. <number>0</number>
  79. </property>
  80. <item>
  81. <widget class="QWidget" name="widget_5" native="true">
  82. <property name="sizePolicy">
  83. <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
  84. <horstretch>0</horstretch>
  85. <verstretch>0</verstretch>
  86. </sizepolicy>
  87. </property>
  88. <property name="minimumSize">
  89. <size>
  90. <width>150</width>
  91. <height>0</height>
  92. </size>
  93. </property>
  94. <layout class="QVBoxLayout" name="verticalLayout_2">
  95. <property name="leftMargin">
  96. <number>0</number>
  97. </property>
  98. <property name="topMargin">
  99. <number>0</number>
  100. </property>
  101. <property name="rightMargin">
  102. <number>0</number>
  103. </property>
  104. <property name="bottomMargin">
  105. <number>0</number>
  106. </property>
  107. <item>
  108. <widget class="QLabel" name="label">
  109. <property name="text">
  110. <string>Basic.Main.Scenes</string>
  111. </property>
  112. </widget>
  113. </item>
  114. <item>
  115. <widget class="QFrame" name="frame_2">
  116. <property name="sizePolicy">
  117. <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
  118. <horstretch>0</horstretch>
  119. <verstretch>0</verstretch>
  120. </sizepolicy>
  121. </property>
  122. <property name="frameShape">
  123. <enum>QFrame::StyledPanel</enum>
  124. </property>
  125. <property name="frameShadow">
  126. <enum>QFrame::Sunken</enum>
  127. </property>
  128. <layout class="QVBoxLayout" name="verticalLayout_3">
  129. <property name="spacing">
  130. <number>0</number>
  131. </property>
  132. <property name="leftMargin">
  133. <number>0</number>
  134. </property>
  135. <property name="topMargin">
  136. <number>0</number>
  137. </property>
  138. <property name="rightMargin">
  139. <number>0</number>
  140. </property>
  141. <property name="bottomMargin">
  142. <number>0</number>
  143. </property>
  144. <item>
  145. <widget class="QListWidget" name="scenes">
  146. <property name="enabled">
  147. <bool>true</bool>
  148. </property>
  149. <property name="sizePolicy">
  150. <sizepolicy hsizetype="Ignored" vsizetype="Expanding">
  151. <horstretch>0</horstretch>
  152. <verstretch>0</verstretch>
  153. </sizepolicy>
  154. </property>
  155. <property name="frameShape">
  156. <enum>QFrame::NoFrame</enum>
  157. </property>
  158. <property name="frameShadow">
  159. <enum>QFrame::Plain</enum>
  160. </property>
  161. </widget>
  162. </item>
  163. <item>
  164. <widget class="QToolBar" name="toolBar">
  165. <property name="iconSize">
  166. <size>
  167. <width>16</width>
  168. <height>16</height>
  169. </size>
  170. </property>
  171. <property name="floatable">
  172. <bool>false</bool>
  173. </property>
  174. <addaction name="actionAddScene"/>
  175. <addaction name="actionRemoveScene"/>
  176. <addaction name="actionSceneProperties"/>
  177. <addaction name="separator"/>
  178. <addaction name="actionSceneUp"/>
  179. <addaction name="actionSceneDown"/>
  180. </widget>
  181. </item>
  182. </layout>
  183. </widget>
  184. </item>
  185. </layout>
  186. </widget>
  187. </item>
  188. <item>
  189. <widget class="QWidget" name="widget_3" native="true">
  190. <property name="sizePolicy">
  191. <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
  192. <horstretch>0</horstretch>
  193. <verstretch>0</verstretch>
  194. </sizepolicy>
  195. </property>
  196. <property name="minimumSize">
  197. <size>
  198. <width>150</width>
  199. <height>0</height>
  200. </size>
  201. </property>
  202. <layout class="QVBoxLayout" name="verticalLayout_5">
  203. <property name="leftMargin">
  204. <number>0</number>
  205. </property>
  206. <property name="topMargin">
  207. <number>0</number>
  208. </property>
  209. <property name="rightMargin">
  210. <number>0</number>
  211. </property>
  212. <property name="bottomMargin">
  213. <number>0</number>
  214. </property>
  215. <item>
  216. <widget class="QLabel" name="label_2">
  217. <property name="text">
  218. <string>Basic.Main.Sources</string>
  219. </property>
  220. </widget>
  221. </item>
  222. <item>
  223. <widget class="QFrame" name="frame_3">
  224. <property name="sizePolicy">
  225. <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
  226. <horstretch>0</horstretch>
  227. <verstretch>0</verstretch>
  228. </sizepolicy>
  229. </property>
  230. <property name="frameShape">
  231. <enum>QFrame::StyledPanel</enum>
  232. </property>
  233. <property name="frameShadow">
  234. <enum>QFrame::Sunken</enum>
  235. </property>
  236. <layout class="QVBoxLayout" name="verticalLayout_4">
  237. <property name="spacing">
  238. <number>0</number>
  239. </property>
  240. <property name="leftMargin">
  241. <number>0</number>
  242. </property>
  243. <property name="topMargin">
  244. <number>0</number>
  245. </property>
  246. <property name="rightMargin">
  247. <number>0</number>
  248. </property>
  249. <property name="bottomMargin">
  250. <number>0</number>
  251. </property>
  252. <item>
  253. <widget class="QListWidget" name="sources">
  254. <property name="sizePolicy">
  255. <sizepolicy hsizetype="Ignored" vsizetype="Expanding">
  256. <horstretch>0</horstretch>
  257. <verstretch>0</verstretch>
  258. </sizepolicy>
  259. </property>
  260. <property name="frameShape">
  261. <enum>QFrame::NoFrame</enum>
  262. </property>
  263. </widget>
  264. </item>
  265. <item>
  266. <widget class="QToolBar" name="toolBar_2">
  267. <property name="iconSize">
  268. <size>
  269. <width>16</width>
  270. <height>16</height>
  271. </size>
  272. </property>
  273. <property name="floatable">
  274. <bool>false</bool>
  275. </property>
  276. <addaction name="actionAddSource"/>
  277. <addaction name="actionRemoveSource"/>
  278. <addaction name="actionSourceProperties"/>
  279. <addaction name="separator"/>
  280. <addaction name="actionSourceUp"/>
  281. <addaction name="actionSourceDown"/>
  282. </widget>
  283. </item>
  284. </layout>
  285. </widget>
  286. </item>
  287. </layout>
  288. </widget>
  289. </item>
  290. <item>
  291. <widget class="QWidget" name="widget_4" native="true">
  292. <layout class="QVBoxLayout" name="verticalLayout_9">
  293. <property name="leftMargin">
  294. <number>0</number>
  295. </property>
  296. <property name="topMargin">
  297. <number>0</number>
  298. </property>
  299. <property name="rightMargin">
  300. <number>0</number>
  301. </property>
  302. <property name="bottomMargin">
  303. <number>0</number>
  304. </property>
  305. <item>
  306. <widget class="QLabel" name="label_3">
  307. <property name="text">
  308. <string>Mixer</string>
  309. </property>
  310. </widget>
  311. </item>
  312. <item>
  313. <widget class="QScrollArea" name="scrollArea">
  314. <property name="verticalScrollBarPolicy">
  315. <enum>Qt::ScrollBarAlwaysOn</enum>
  316. </property>
  317. <property name="widgetResizable">
  318. <bool>true</bool>
  319. </property>
  320. <widget class="QWidget" name="volumeWidgets">
  321. <property name="geometry">
  322. <rect>
  323. <x>0</x>
  324. <y>0</y>
  325. <width>233</width>
  326. <height>16</height>
  327. </rect>
  328. </property>
  329. <property name="sizePolicy">
  330. <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
  331. <horstretch>0</horstretch>
  332. <verstretch>0</verstretch>
  333. </sizepolicy>
  334. </property>
  335. <layout class="QVBoxLayout" name="verticalLayout_6">
  336. <property name="spacing">
  337. <number>0</number>
  338. </property>
  339. <property name="leftMargin">
  340. <number>0</number>
  341. </property>
  342. <property name="topMargin">
  343. <number>0</number>
  344. </property>
  345. <property name="rightMargin">
  346. <number>0</number>
  347. </property>
  348. <property name="bottomMargin">
  349. <number>0</number>
  350. </property>
  351. </layout>
  352. </widget>
  353. </widget>
  354. </item>
  355. </layout>
  356. </widget>
  357. </item>
  358. <item alignment="Qt::AlignTop">
  359. <widget class="QWidget" name="widget_2" native="true">
  360. <property name="sizePolicy">
  361. <sizepolicy hsizetype="Maximum" vsizetype="Minimum">
  362. <horstretch>0</horstretch>
  363. <verstretch>0</verstretch>
  364. </sizepolicy>
  365. </property>
  366. <property name="minimumSize">
  367. <size>
  368. <width>150</width>
  369. <height>0</height>
  370. </size>
  371. </property>
  372. <layout class="QVBoxLayout" name="verticalLayout_10">
  373. <property name="spacing">
  374. <number>5</number>
  375. </property>
  376. <property name="leftMargin">
  377. <number>0</number>
  378. </property>
  379. <property name="topMargin">
  380. <number>0</number>
  381. </property>
  382. <property name="rightMargin">
  383. <number>0</number>
  384. </property>
  385. <property name="bottomMargin">
  386. <number>0</number>
  387. </property>
  388. <item>
  389. <widget class="QPushButton" name="streamButton">
  390. <property name="enabled">
  391. <bool>true</bool>
  392. </property>
  393. <property name="text">
  394. <string>Basic.Main.StartStreaming</string>
  395. </property>
  396. <property name="checkable">
  397. <bool>false</bool>
  398. </property>
  399. </widget>
  400. </item>
  401. <item>
  402. <widget class="QPushButton" name="recordButton">
  403. <property name="enabled">
  404. <bool>true</bool>
  405. </property>
  406. <property name="text">
  407. <string>Basic.Main.StartRecording</string>
  408. </property>
  409. </widget>
  410. </item>
  411. <item>
  412. <widget class="QPushButton" name="settingsButton">
  413. <property name="text">
  414. <string>Settings</string>
  415. </property>
  416. </widget>
  417. </item>
  418. <item>
  419. <widget class="QPushButton" name="exitButton">
  420. <property name="text">
  421. <string>Exit</string>
  422. </property>
  423. </widget>
  424. </item>
  425. </layout>
  426. </widget>
  427. </item>
  428. </layout>
  429. </widget>
  430. </item>
  431. </layout>
  432. </widget>
  433. <widget class="QMenuBar" name="menubar">
  434. <property name="geometry">
  435. <rect>
  436. <x>0</x>
  437. <y>0</y>
  438. <width>927</width>
  439. <height>24</height>
  440. </rect>
  441. </property>
  442. <widget class="QMenu" name="menu_File">
  443. <property name="title">
  444. <string>Basic.MainMenu.File</string>
  445. </property>
  446. <addaction name="action_Save"/>
  447. <addaction name="action_Open"/>
  448. <addaction name="separator"/>
  449. <addaction name="action_Settings"/>
  450. <addaction name="separator"/>
  451. <addaction name="actionE_xit"/>
  452. </widget>
  453. <widget class="QMenu" name="menuBasic_MainMenu_Help">
  454. <property name="title">
  455. <string>Basic.MainMenu.Help</string>
  456. </property>
  457. <widget class="QMenu" name="menuLogFiles">
  458. <property name="title">
  459. <string>Basic.MainMenu.Help.Logs</string>
  460. </property>
  461. <addaction name="actionUploadCurrentLog"/>
  462. <addaction name="actionUploadLastLog"/>
  463. </widget>
  464. <addaction name="menuLogFiles"/>
  465. </widget>
  466. <widget class="QMenu" name="menuBasic_MainMenu_Edit">
  467. <property name="title">
  468. <string>Basic.MainMenu.Edit</string>
  469. </property>
  470. <widget class="QMenu" name="menuBasic_MainMenu_Edit_Transform">
  471. <property name="title">
  472. <string>Basic.MainMenu.Edit.Transform</string>
  473. </property>
  474. <addaction name="actionEditTransform"/>
  475. <addaction name="actionResetTransform"/>
  476. <addaction name="separator"/>
  477. <addaction name="actionRotate90CW"/>
  478. <addaction name="actionRotate90CCW"/>
  479. <addaction name="actionRotate180"/>
  480. <addaction name="separator"/>
  481. <addaction name="actionFlipHorizontal"/>
  482. <addaction name="actionFlipVertical"/>
  483. <addaction name="separator"/>
  484. <addaction name="actionFitToScreen"/>
  485. <addaction name="actionStretchToScreen"/>
  486. <addaction name="actionCenterToScreen"/>
  487. </widget>
  488. <addaction name="actionUndo"/>
  489. <addaction name="actionRedo"/>
  490. <addaction name="separator"/>
  491. <addaction name="menuBasic_MainMenu_Edit_Transform"/>
  492. </widget>
  493. <addaction name="menu_File"/>
  494. <addaction name="menuBasic_MainMenu_Edit"/>
  495. <addaction name="menuBasic_MainMenu_Help"/>
  496. </widget>
  497. <widget class="QStatusBar" name="statusbar"/>
  498. <action name="actionAddScene">
  499. <property name="icon">
  500. <iconset resource="obs.qrc">
  501. <normaloff>:/res/images/add.png</normaloff>:/res/images/add.png</iconset>
  502. </property>
  503. <property name="text">
  504. <string>Add</string>
  505. </property>
  506. </action>
  507. <action name="actionAddSource">
  508. <property name="icon">
  509. <iconset resource="obs.qrc">
  510. <normaloff>:/res/images/add.png</normaloff>:/res/images/add.png</iconset>
  511. </property>
  512. <property name="text">
  513. <string>Add</string>
  514. </property>
  515. </action>
  516. <action name="actionRemoveScene">
  517. <property name="icon">
  518. <iconset resource="obs.qrc">
  519. <normaloff>:/res/images/list_remove.png</normaloff>:/res/images/list_remove.png</iconset>
  520. </property>
  521. <property name="text">
  522. <string>Remove</string>
  523. </property>
  524. </action>
  525. <action name="actionRemoveSource">
  526. <property name="icon">
  527. <iconset resource="obs.qrc">
  528. <normaloff>:/res/images/list_remove.png</normaloff>:/res/images/list_remove.png</iconset>
  529. </property>
  530. <property name="text">
  531. <string>Remove</string>
  532. </property>
  533. </action>
  534. <action name="actionSceneProperties">
  535. <property name="enabled">
  536. <bool>false</bool>
  537. </property>
  538. <property name="icon">
  539. <iconset resource="obs.qrc">
  540. <normaloff>:/res/images/properties.png</normaloff>:/res/images/properties.png</iconset>
  541. </property>
  542. <property name="text">
  543. <string>Properties</string>
  544. </property>
  545. </action>
  546. <action name="actionSourceProperties">
  547. <property name="enabled">
  548. <bool>true</bool>
  549. </property>
  550. <property name="icon">
  551. <iconset resource="obs.qrc">
  552. <normaloff>:/res/images/properties.png</normaloff>:/res/images/properties.png</iconset>
  553. </property>
  554. <property name="text">
  555. <string>Properties</string>
  556. </property>
  557. </action>
  558. <action name="actionSceneUp">
  559. <property name="enabled">
  560. <bool>false</bool>
  561. </property>
  562. <property name="icon">
  563. <iconset resource="obs.qrc">
  564. <normaloff>:/res/images/up.png</normaloff>:/res/images/up.png</iconset>
  565. </property>
  566. <property name="text">
  567. <string>Basic.Main.MoveUp</string>
  568. </property>
  569. </action>
  570. <action name="actionSourceUp">
  571. <property name="enabled">
  572. <bool>true</bool>
  573. </property>
  574. <property name="icon">
  575. <iconset resource="obs.qrc">
  576. <normaloff>:/res/images/up.png</normaloff>:/res/images/up.png</iconset>
  577. </property>
  578. <property name="text">
  579. <string>MoveUp</string>
  580. </property>
  581. </action>
  582. <action name="actionSceneDown">
  583. <property name="enabled">
  584. <bool>false</bool>
  585. </property>
  586. <property name="icon">
  587. <iconset resource="obs.qrc">
  588. <normaloff>:/res/images/down.png</normaloff>:/res/images/down.png</iconset>
  589. </property>
  590. <property name="text">
  591. <string>Basic.Main.MoveDown</string>
  592. </property>
  593. </action>
  594. <action name="actionSourceDown">
  595. <property name="enabled">
  596. <bool>true</bool>
  597. </property>
  598. <property name="icon">
  599. <iconset resource="obs.qrc">
  600. <normaloff>:/res/images/down.png</normaloff>:/res/images/down.png</iconset>
  601. </property>
  602. <property name="text">
  603. <string>MoveDown</string>
  604. </property>
  605. </action>
  606. <action name="action_New">
  607. <property name="text">
  608. <string>Basic.MainMenu.SwitchMode</string>
  609. </property>
  610. </action>
  611. <action name="action_Open">
  612. <property name="text">
  613. <string>Basic.MainMenu.File.Export</string>
  614. </property>
  615. </action>
  616. <action name="action_Save">
  617. <property name="text">
  618. <string>Basic.MainMenu.File.Import</string>
  619. </property>
  620. </action>
  621. <action name="action_Settings">
  622. <property name="text">
  623. <string>Basic.MainMenu.File.Settings</string>
  624. </property>
  625. </action>
  626. <action name="actionE_xit">
  627. <property name="text">
  628. <string>Basic.MainMenu.File.Exit</string>
  629. </property>
  630. </action>
  631. <action name="actionUploadLastLog">
  632. <property name="text">
  633. <string>Basic.MainMenu.Help.Logs.UploadLastLog</string>
  634. </property>
  635. </action>
  636. <action name="actionUploadCurrentLog">
  637. <property name="text">
  638. <string>Basic.MainMenu.Help.Logs.UploadCurrentLog</string>
  639. </property>
  640. </action>
  641. <action name="actionUndo">
  642. <property name="enabled">
  643. <bool>false</bool>
  644. </property>
  645. <property name="text">
  646. <string>Basic.MainMenu.Edit.Undo</string>
  647. </property>
  648. </action>
  649. <action name="actionRedo">
  650. <property name="enabled">
  651. <bool>false</bool>
  652. </property>
  653. <property name="text">
  654. <string>Basic.MainMenu.Edit.Redo</string>
  655. </property>
  656. </action>
  657. <action name="actionEditTransform">
  658. <property name="text">
  659. <string>Basic.MainMenu.Edit.Transform.EditTransform</string>
  660. </property>
  661. </action>
  662. <action name="actionRotate90CW">
  663. <property name="text">
  664. <string>Basic.MainMenu.Edit.Transform.Rotate90CW</string>
  665. </property>
  666. </action>
  667. <action name="actionRotate90CCW">
  668. <property name="text">
  669. <string>Basic.MainMenu.Edit.Transform.Rotate90CCW</string>
  670. </property>
  671. </action>
  672. <action name="actionRotate180">
  673. <property name="text">
  674. <string>Basic.MainMenu.Edit.Transform.Rotate180</string>
  675. </property>
  676. </action>
  677. <action name="actionFitToScreen">
  678. <property name="text">
  679. <string>Basic.MainMenu.Edit.Transform.FitToScreen</string>
  680. </property>
  681. <property name="shortcut">
  682. <string>Ctrl+F</string>
  683. </property>
  684. </action>
  685. <action name="actionStretchToScreen">
  686. <property name="text">
  687. <string>Basic.MainMenu.Edit.Transform.StretchToScreen</string>
  688. </property>
  689. <property name="shortcut">
  690. <string>Ctrl+S</string>
  691. </property>
  692. </action>
  693. <action name="actionResetTransform">
  694. <property name="text">
  695. <string>Basic.MainMenu.Edit.Transform.ResetTransform</string>
  696. </property>
  697. <property name="shortcut">
  698. <string>Ctrl+R</string>
  699. </property>
  700. </action>
  701. <action name="actionCenterToScreen">
  702. <property name="text">
  703. <string>Basic.MainMenu.Edit.Transform.CenterToScreen</string>
  704. </property>
  705. <property name="shortcut">
  706. <string>Ctrl+C</string>
  707. </property>
  708. </action>
  709. <action name="actionFlipHorizontal">
  710. <property name="text">
  711. <string>Basic.MainMenu.Edit.Transform.FlipHorizontal</string>
  712. </property>
  713. </action>
  714. <action name="actionFlipVertical">
  715. <property name="text">
  716. <string>Basic.MainMenu.Edit.Transform.FlipVertical</string>
  717. </property>
  718. </action>
  719. </widget>
  720. <customwidgets>
  721. <customwidget>
  722. <class>OBSBasicPreview</class>
  723. <extends>QWidget</extends>
  724. <header>window-basic-preview.hpp</header>
  725. <container>1</container>
  726. </customwidget>
  727. </customwidgets>
  728. <resources>
  729. <include location="obs.qrc"/>
  730. </resources>
  731. <connections>
  732. <connection>
  733. <sender>actionE_xit</sender>
  734. <signal>triggered()</signal>
  735. <receiver>OBSBasic</receiver>
  736. <slot>close()</slot>
  737. <hints>
  738. <hint type="sourcelabel">
  739. <x>-1</x>
  740. <y>-1</y>
  741. </hint>
  742. <hint type="destinationlabel">
  743. <x>463</x>
  744. <y>351</y>
  745. </hint>
  746. </hints>
  747. </connection>
  748. <connection>
  749. <sender>exitButton</sender>
  750. <signal>clicked()</signal>
  751. <receiver>OBSBasic</receiver>
  752. <slot>close()</slot>
  753. <hints>
  754. <hint type="sourcelabel">
  755. <x>697</x>
  756. <y>615</y>
  757. </hint>
  758. <hint type="destinationlabel">
  759. <x>463</x>
  760. <y>351</y>
  761. </hint>
  762. </hints>
  763. </connection>
  764. </connections>
  765. </ui>