OBSBasic.ui 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822
  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="contextMenuPolicy">
  156. <enum>Qt::CustomContextMenu</enum>
  157. </property>
  158. <property name="frameShape">
  159. <enum>QFrame::NoFrame</enum>
  160. </property>
  161. <property name="frameShadow">
  162. <enum>QFrame::Plain</enum>
  163. </property>
  164. </widget>
  165. </item>
  166. <item>
  167. <widget class="QToolBar" name="toolBar">
  168. <property name="iconSize">
  169. <size>
  170. <width>16</width>
  171. <height>16</height>
  172. </size>
  173. </property>
  174. <property name="floatable">
  175. <bool>false</bool>
  176. </property>
  177. <addaction name="actionAddScene"/>
  178. <addaction name="actionRemoveScene"/>
  179. <addaction name="actionSceneProperties"/>
  180. <addaction name="separator"/>
  181. <addaction name="actionSceneUp"/>
  182. <addaction name="actionSceneDown"/>
  183. </widget>
  184. </item>
  185. </layout>
  186. </widget>
  187. </item>
  188. </layout>
  189. </widget>
  190. </item>
  191. <item>
  192. <widget class="QWidget" name="widget_3" native="true">
  193. <property name="sizePolicy">
  194. <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
  195. <horstretch>0</horstretch>
  196. <verstretch>0</verstretch>
  197. </sizepolicy>
  198. </property>
  199. <property name="minimumSize">
  200. <size>
  201. <width>150</width>
  202. <height>0</height>
  203. </size>
  204. </property>
  205. <layout class="QVBoxLayout" name="verticalLayout_5">
  206. <property name="leftMargin">
  207. <number>0</number>
  208. </property>
  209. <property name="topMargin">
  210. <number>0</number>
  211. </property>
  212. <property name="rightMargin">
  213. <number>0</number>
  214. </property>
  215. <property name="bottomMargin">
  216. <number>0</number>
  217. </property>
  218. <item>
  219. <widget class="QLabel" name="label_2">
  220. <property name="text">
  221. <string>Basic.Main.Sources</string>
  222. </property>
  223. </widget>
  224. </item>
  225. <item>
  226. <widget class="QFrame" name="frame_3">
  227. <property name="sizePolicy">
  228. <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
  229. <horstretch>0</horstretch>
  230. <verstretch>0</verstretch>
  231. </sizepolicy>
  232. </property>
  233. <property name="frameShape">
  234. <enum>QFrame::StyledPanel</enum>
  235. </property>
  236. <property name="frameShadow">
  237. <enum>QFrame::Sunken</enum>
  238. </property>
  239. <layout class="QVBoxLayout" name="verticalLayout_4">
  240. <property name="spacing">
  241. <number>0</number>
  242. </property>
  243. <property name="leftMargin">
  244. <number>0</number>
  245. </property>
  246. <property name="topMargin">
  247. <number>0</number>
  248. </property>
  249. <property name="rightMargin">
  250. <number>0</number>
  251. </property>
  252. <property name="bottomMargin">
  253. <number>0</number>
  254. </property>
  255. <item>
  256. <widget class="QListWidget" name="sources">
  257. <property name="sizePolicy">
  258. <sizepolicy hsizetype="Ignored" vsizetype="Expanding">
  259. <horstretch>0</horstretch>
  260. <verstretch>0</verstretch>
  261. </sizepolicy>
  262. </property>
  263. <property name="contextMenuPolicy">
  264. <enum>Qt::CustomContextMenu</enum>
  265. </property>
  266. <property name="frameShape">
  267. <enum>QFrame::NoFrame</enum>
  268. </property>
  269. </widget>
  270. </item>
  271. <item>
  272. <widget class="QToolBar" name="toolBar_2">
  273. <property name="iconSize">
  274. <size>
  275. <width>16</width>
  276. <height>16</height>
  277. </size>
  278. </property>
  279. <property name="floatable">
  280. <bool>false</bool>
  281. </property>
  282. <addaction name="actionAddSource"/>
  283. <addaction name="actionRemoveSource"/>
  284. <addaction name="actionSourceProperties"/>
  285. <addaction name="separator"/>
  286. <addaction name="actionSourceUp"/>
  287. <addaction name="actionSourceDown"/>
  288. </widget>
  289. </item>
  290. </layout>
  291. </widget>
  292. </item>
  293. </layout>
  294. </widget>
  295. </item>
  296. <item>
  297. <widget class="QWidget" name="widget_4" native="true">
  298. <layout class="QVBoxLayout" name="verticalLayout_9">
  299. <property name="leftMargin">
  300. <number>0</number>
  301. </property>
  302. <property name="topMargin">
  303. <number>0</number>
  304. </property>
  305. <property name="rightMargin">
  306. <number>0</number>
  307. </property>
  308. <property name="bottomMargin">
  309. <number>0</number>
  310. </property>
  311. <item>
  312. <widget class="QLabel" name="label_3">
  313. <property name="text">
  314. <string>Mixer</string>
  315. </property>
  316. </widget>
  317. </item>
  318. <item>
  319. <widget class="QScrollArea" name="scrollArea">
  320. <property name="verticalScrollBarPolicy">
  321. <enum>Qt::ScrollBarAlwaysOn</enum>
  322. </property>
  323. <property name="widgetResizable">
  324. <bool>true</bool>
  325. </property>
  326. <widget class="QWidget" name="volumeWidgets">
  327. <property name="geometry">
  328. <rect>
  329. <x>0</x>
  330. <y>0</y>
  331. <width>233</width>
  332. <height>16</height>
  333. </rect>
  334. </property>
  335. <property name="sizePolicy">
  336. <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
  337. <horstretch>0</horstretch>
  338. <verstretch>0</verstretch>
  339. </sizepolicy>
  340. </property>
  341. <layout class="QVBoxLayout" name="verticalLayout_6">
  342. <property name="spacing">
  343. <number>0</number>
  344. </property>
  345. <property name="leftMargin">
  346. <number>0</number>
  347. </property>
  348. <property name="topMargin">
  349. <number>0</number>
  350. </property>
  351. <property name="rightMargin">
  352. <number>0</number>
  353. </property>
  354. <property name="bottomMargin">
  355. <number>0</number>
  356. </property>
  357. </layout>
  358. </widget>
  359. </widget>
  360. </item>
  361. </layout>
  362. </widget>
  363. </item>
  364. <item alignment="Qt::AlignTop">
  365. <widget class="QWidget" name="widget_2" native="true">
  366. <property name="sizePolicy">
  367. <sizepolicy hsizetype="Maximum" vsizetype="Minimum">
  368. <horstretch>0</horstretch>
  369. <verstretch>0</verstretch>
  370. </sizepolicy>
  371. </property>
  372. <property name="minimumSize">
  373. <size>
  374. <width>150</width>
  375. <height>0</height>
  376. </size>
  377. </property>
  378. <layout class="QVBoxLayout" name="verticalLayout_10">
  379. <property name="spacing">
  380. <number>5</number>
  381. </property>
  382. <property name="leftMargin">
  383. <number>0</number>
  384. </property>
  385. <property name="topMargin">
  386. <number>0</number>
  387. </property>
  388. <property name="rightMargin">
  389. <number>0</number>
  390. </property>
  391. <property name="bottomMargin">
  392. <number>0</number>
  393. </property>
  394. <item>
  395. <widget class="QPushButton" name="streamButton">
  396. <property name="enabled">
  397. <bool>true</bool>
  398. </property>
  399. <property name="text">
  400. <string>Basic.Main.StartStreaming</string>
  401. </property>
  402. <property name="checkable">
  403. <bool>false</bool>
  404. </property>
  405. </widget>
  406. </item>
  407. <item>
  408. <widget class="QPushButton" name="recordButton">
  409. <property name="enabled">
  410. <bool>true</bool>
  411. </property>
  412. <property name="text">
  413. <string>Basic.Main.StartRecording</string>
  414. </property>
  415. </widget>
  416. </item>
  417. <item>
  418. <widget class="QPushButton" name="settingsButton">
  419. <property name="text">
  420. <string>Settings</string>
  421. </property>
  422. </widget>
  423. </item>
  424. <item>
  425. <widget class="QPushButton" name="exitButton">
  426. <property name="text">
  427. <string>Exit</string>
  428. </property>
  429. </widget>
  430. </item>
  431. </layout>
  432. </widget>
  433. </item>
  434. </layout>
  435. </widget>
  436. </item>
  437. </layout>
  438. </widget>
  439. <widget class="QMenuBar" name="menubar">
  440. <property name="geometry">
  441. <rect>
  442. <x>0</x>
  443. <y>0</y>
  444. <width>927</width>
  445. <height>24</height>
  446. </rect>
  447. </property>
  448. <widget class="QMenu" name="menu_File">
  449. <property name="title">
  450. <string>Basic.MainMenu.File</string>
  451. </property>
  452. <addaction name="action_Save"/>
  453. <addaction name="action_Open"/>
  454. <addaction name="separator"/>
  455. <addaction name="action_Settings"/>
  456. <addaction name="separator"/>
  457. <addaction name="actionE_xit"/>
  458. </widget>
  459. <widget class="QMenu" name="menuBasic_MainMenu_Help">
  460. <property name="title">
  461. <string>Basic.MainMenu.Help</string>
  462. </property>
  463. <widget class="QMenu" name="menuLogFiles">
  464. <property name="title">
  465. <string>Basic.MainMenu.Help.Logs</string>
  466. </property>
  467. <addaction name="actionUploadCurrentLog"/>
  468. <addaction name="actionUploadLastLog"/>
  469. </widget>
  470. <addaction name="menuLogFiles"/>
  471. </widget>
  472. <widget class="QMenu" name="menuBasic_MainMenu_Edit">
  473. <property name="title">
  474. <string>Basic.MainMenu.Edit</string>
  475. </property>
  476. <widget class="QMenu" name="transformMenu">
  477. <property name="title">
  478. <string>Basic.MainMenu.Edit.Transform</string>
  479. </property>
  480. <addaction name="actionEditTransform"/>
  481. <addaction name="actionResetTransform"/>
  482. <addaction name="separator"/>
  483. <addaction name="actionRotate90CW"/>
  484. <addaction name="actionRotate90CCW"/>
  485. <addaction name="actionRotate180"/>
  486. <addaction name="separator"/>
  487. <addaction name="actionFlipHorizontal"/>
  488. <addaction name="actionFlipVertical"/>
  489. <addaction name="separator"/>
  490. <addaction name="actionFitToScreen"/>
  491. <addaction name="actionStretchToScreen"/>
  492. <addaction name="actionCenterToScreen"/>
  493. </widget>
  494. <widget class="QMenu" name="orderMenu">
  495. <property name="title">
  496. <string>Basic.MainMenu.Edit.Order</string>
  497. </property>
  498. <addaction name="actionMoveUp"/>
  499. <addaction name="actionMoveDown"/>
  500. <addaction name="separator"/>
  501. <addaction name="actionMoveToTop"/>
  502. <addaction name="actionMoveToBottom"/>
  503. </widget>
  504. <addaction name="actionUndo"/>
  505. <addaction name="actionRedo"/>
  506. <addaction name="separator"/>
  507. <addaction name="transformMenu"/>
  508. <addaction name="orderMenu"/>
  509. </widget>
  510. <addaction name="menu_File"/>
  511. <addaction name="menuBasic_MainMenu_Edit"/>
  512. <addaction name="menuBasic_MainMenu_Help"/>
  513. </widget>
  514. <widget class="OBSBasicStatusBar" name="statusbar"/>
  515. <action name="actionAddScene">
  516. <property name="icon">
  517. <iconset resource="obs.qrc">
  518. <normaloff>:/res/images/add.png</normaloff>:/res/images/add.png</iconset>
  519. </property>
  520. <property name="text">
  521. <string>Add</string>
  522. </property>
  523. </action>
  524. <action name="actionAddSource">
  525. <property name="icon">
  526. <iconset resource="obs.qrc">
  527. <normaloff>:/res/images/add.png</normaloff>:/res/images/add.png</iconset>
  528. </property>
  529. <property name="text">
  530. <string>Add</string>
  531. </property>
  532. </action>
  533. <action name="actionRemoveScene">
  534. <property name="icon">
  535. <iconset resource="obs.qrc">
  536. <normaloff>:/res/images/list_remove.png</normaloff>:/res/images/list_remove.png</iconset>
  537. </property>
  538. <property name="text">
  539. <string>Remove</string>
  540. </property>
  541. </action>
  542. <action name="actionRemoveSource">
  543. <property name="icon">
  544. <iconset resource="obs.qrc">
  545. <normaloff>:/res/images/list_remove.png</normaloff>:/res/images/list_remove.png</iconset>
  546. </property>
  547. <property name="text">
  548. <string>Remove</string>
  549. </property>
  550. <property name="shortcut">
  551. <string>Del</string>
  552. </property>
  553. </action>
  554. <action name="actionSceneProperties">
  555. <property name="enabled">
  556. <bool>false</bool>
  557. </property>
  558. <property name="icon">
  559. <iconset resource="obs.qrc">
  560. <normaloff>:/res/images/properties.png</normaloff>:/res/images/properties.png</iconset>
  561. </property>
  562. <property name="text">
  563. <string>Properties</string>
  564. </property>
  565. </action>
  566. <action name="actionSourceProperties">
  567. <property name="enabled">
  568. <bool>true</bool>
  569. </property>
  570. <property name="icon">
  571. <iconset resource="obs.qrc">
  572. <normaloff>:/res/images/properties.png</normaloff>:/res/images/properties.png</iconset>
  573. </property>
  574. <property name="text">
  575. <string>Properties</string>
  576. </property>
  577. </action>
  578. <action name="actionSceneUp">
  579. <property name="enabled">
  580. <bool>false</bool>
  581. </property>
  582. <property name="icon">
  583. <iconset resource="obs.qrc">
  584. <normaloff>:/res/images/up.png</normaloff>:/res/images/up.png</iconset>
  585. </property>
  586. <property name="text">
  587. <string>Basic.Main.MoveUp</string>
  588. </property>
  589. </action>
  590. <action name="actionSourceUp">
  591. <property name="enabled">
  592. <bool>true</bool>
  593. </property>
  594. <property name="icon">
  595. <iconset resource="obs.qrc">
  596. <normaloff>:/res/images/up.png</normaloff>:/res/images/up.png</iconset>
  597. </property>
  598. <property name="text">
  599. <string>MoveUp</string>
  600. </property>
  601. </action>
  602. <action name="actionSceneDown">
  603. <property name="enabled">
  604. <bool>false</bool>
  605. </property>
  606. <property name="icon">
  607. <iconset resource="obs.qrc">
  608. <normaloff>:/res/images/down.png</normaloff>:/res/images/down.png</iconset>
  609. </property>
  610. <property name="text">
  611. <string>Basic.Main.MoveDown</string>
  612. </property>
  613. </action>
  614. <action name="actionSourceDown">
  615. <property name="enabled">
  616. <bool>true</bool>
  617. </property>
  618. <property name="icon">
  619. <iconset resource="obs.qrc">
  620. <normaloff>:/res/images/down.png</normaloff>:/res/images/down.png</iconset>
  621. </property>
  622. <property name="text">
  623. <string>MoveDown</string>
  624. </property>
  625. </action>
  626. <action name="action_New">
  627. <property name="text">
  628. <string>Basic.MainMenu.SwitchMode</string>
  629. </property>
  630. </action>
  631. <action name="action_Open">
  632. <property name="text">
  633. <string>Basic.MainMenu.File.Export</string>
  634. </property>
  635. </action>
  636. <action name="action_Save">
  637. <property name="text">
  638. <string>Basic.MainMenu.File.Import</string>
  639. </property>
  640. </action>
  641. <action name="action_Settings">
  642. <property name="text">
  643. <string>Basic.MainMenu.File.Settings</string>
  644. </property>
  645. </action>
  646. <action name="actionE_xit">
  647. <property name="text">
  648. <string>Basic.MainMenu.File.Exit</string>
  649. </property>
  650. </action>
  651. <action name="actionUploadLastLog">
  652. <property name="text">
  653. <string>Basic.MainMenu.Help.Logs.UploadLastLog</string>
  654. </property>
  655. </action>
  656. <action name="actionUploadCurrentLog">
  657. <property name="text">
  658. <string>Basic.MainMenu.Help.Logs.UploadCurrentLog</string>
  659. </property>
  660. </action>
  661. <action name="actionUndo">
  662. <property name="enabled">
  663. <bool>false</bool>
  664. </property>
  665. <property name="text">
  666. <string>Basic.MainMenu.Edit.Undo</string>
  667. </property>
  668. </action>
  669. <action name="actionRedo">
  670. <property name="enabled">
  671. <bool>false</bool>
  672. </property>
  673. <property name="text">
  674. <string>Basic.MainMenu.Edit.Redo</string>
  675. </property>
  676. </action>
  677. <action name="actionEditTransform">
  678. <property name="text">
  679. <string>Basic.MainMenu.Edit.Transform.EditTransform</string>
  680. </property>
  681. </action>
  682. <action name="actionRotate90CW">
  683. <property name="text">
  684. <string>Basic.MainMenu.Edit.Transform.Rotate90CW</string>
  685. </property>
  686. </action>
  687. <action name="actionRotate90CCW">
  688. <property name="text">
  689. <string>Basic.MainMenu.Edit.Transform.Rotate90CCW</string>
  690. </property>
  691. </action>
  692. <action name="actionRotate180">
  693. <property name="text">
  694. <string>Basic.MainMenu.Edit.Transform.Rotate180</string>
  695. </property>
  696. </action>
  697. <action name="actionFitToScreen">
  698. <property name="text">
  699. <string>Basic.MainMenu.Edit.Transform.FitToScreen</string>
  700. </property>
  701. <property name="shortcut">
  702. <string>Ctrl+F</string>
  703. </property>
  704. </action>
  705. <action name="actionStretchToScreen">
  706. <property name="text">
  707. <string>Basic.MainMenu.Edit.Transform.StretchToScreen</string>
  708. </property>
  709. <property name="shortcut">
  710. <string>Ctrl+S</string>
  711. </property>
  712. </action>
  713. <action name="actionResetTransform">
  714. <property name="text">
  715. <string>Basic.MainMenu.Edit.Transform.ResetTransform</string>
  716. </property>
  717. <property name="shortcut">
  718. <string>Ctrl+R</string>
  719. </property>
  720. </action>
  721. <action name="actionCenterToScreen">
  722. <property name="text">
  723. <string>Basic.MainMenu.Edit.Transform.CenterToScreen</string>
  724. </property>
  725. <property name="shortcut">
  726. <string>Ctrl+C</string>
  727. </property>
  728. </action>
  729. <action name="actionFlipHorizontal">
  730. <property name="text">
  731. <string>Basic.MainMenu.Edit.Transform.FlipHorizontal</string>
  732. </property>
  733. </action>
  734. <action name="actionFlipVertical">
  735. <property name="text">
  736. <string>Basic.MainMenu.Edit.Transform.FlipVertical</string>
  737. </property>
  738. </action>
  739. <action name="actionMoveUp">
  740. <property name="text">
  741. <string>Basic.MainMenu.Edit.Order.MoveUp</string>
  742. </property>
  743. <property name="shortcut">
  744. <string>Ctrl+Up</string>
  745. </property>
  746. </action>
  747. <action name="actionMoveDown">
  748. <property name="text">
  749. <string>Basic.MainMenu.Edit.Order.MoveDown</string>
  750. </property>
  751. <property name="shortcut">
  752. <string>Ctrl+Down</string>
  753. </property>
  754. </action>
  755. <action name="actionMoveToTop">
  756. <property name="text">
  757. <string>Basic.MainMenu.Edit.Order.MoveToTop</string>
  758. </property>
  759. <property name="shortcut">
  760. <string>Ctrl+Home</string>
  761. </property>
  762. </action>
  763. <action name="actionMoveToBottom">
  764. <property name="text">
  765. <string>Basic.MainMenu.Edit.Order.MoveToBottom</string>
  766. </property>
  767. <property name="shortcut">
  768. <string>Ctrl+End</string>
  769. </property>
  770. </action>
  771. </widget>
  772. <customwidgets>
  773. <customwidget>
  774. <class>OBSBasicPreview</class>
  775. <extends>QWidget</extends>
  776. <header>window-basic-preview.hpp</header>
  777. <container>1</container>
  778. </customwidget>
  779. <customwidget>
  780. <class>OBSBasicStatusBar</class>
  781. <extends>QStatusBar</extends>
  782. <header>window-basic-status-bar.hpp</header>
  783. </customwidget>
  784. </customwidgets>
  785. <resources>
  786. <include location="obs.qrc"/>
  787. </resources>
  788. <connections>
  789. <connection>
  790. <sender>actionE_xit</sender>
  791. <signal>triggered()</signal>
  792. <receiver>OBSBasic</receiver>
  793. <slot>close()</slot>
  794. <hints>
  795. <hint type="sourcelabel">
  796. <x>-1</x>
  797. <y>-1</y>
  798. </hint>
  799. <hint type="destinationlabel">
  800. <x>463</x>
  801. <y>351</y>
  802. </hint>
  803. </hints>
  804. </connection>
  805. <connection>
  806. <sender>exitButton</sender>
  807. <signal>clicked()</signal>
  808. <receiver>OBSBasic</receiver>
  809. <slot>close()</slot>
  810. <hints>
  811. <hint type="sourcelabel">
  812. <x>697</x>
  813. <y>615</y>
  814. </hint>
  815. <hint type="destinationlabel">
  816. <x>463</x>
  817. <y>351</y>
  818. </hint>
  819. </hints>
  820. </connection>
  821. </connections>
  822. </ui>