OBSBasic.ui 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828
  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. <addaction name="actionCheckForUpdates"/>
  472. </widget>
  473. <widget class="QMenu" name="menuBasic_MainMenu_Edit">
  474. <property name="title">
  475. <string>Basic.MainMenu.Edit</string>
  476. </property>
  477. <widget class="QMenu" name="transformMenu">
  478. <property name="title">
  479. <string>Basic.MainMenu.Edit.Transform</string>
  480. </property>
  481. <addaction name="actionEditTransform"/>
  482. <addaction name="actionResetTransform"/>
  483. <addaction name="separator"/>
  484. <addaction name="actionRotate90CW"/>
  485. <addaction name="actionRotate90CCW"/>
  486. <addaction name="actionRotate180"/>
  487. <addaction name="separator"/>
  488. <addaction name="actionFlipHorizontal"/>
  489. <addaction name="actionFlipVertical"/>
  490. <addaction name="separator"/>
  491. <addaction name="actionFitToScreen"/>
  492. <addaction name="actionStretchToScreen"/>
  493. <addaction name="actionCenterToScreen"/>
  494. </widget>
  495. <widget class="QMenu" name="orderMenu">
  496. <property name="title">
  497. <string>Basic.MainMenu.Edit.Order</string>
  498. </property>
  499. <addaction name="actionMoveUp"/>
  500. <addaction name="actionMoveDown"/>
  501. <addaction name="separator"/>
  502. <addaction name="actionMoveToTop"/>
  503. <addaction name="actionMoveToBottom"/>
  504. </widget>
  505. <addaction name="actionUndo"/>
  506. <addaction name="actionRedo"/>
  507. <addaction name="separator"/>
  508. <addaction name="transformMenu"/>
  509. <addaction name="orderMenu"/>
  510. </widget>
  511. <addaction name="menu_File"/>
  512. <addaction name="menuBasic_MainMenu_Edit"/>
  513. <addaction name="menuBasic_MainMenu_Help"/>
  514. </widget>
  515. <widget class="OBSBasicStatusBar" name="statusbar"/>
  516. <action name="actionAddScene">
  517. <property name="icon">
  518. <iconset resource="obs.qrc">
  519. <normaloff>:/res/images/add.png</normaloff>:/res/images/add.png</iconset>
  520. </property>
  521. <property name="text">
  522. <string>Add</string>
  523. </property>
  524. </action>
  525. <action name="actionAddSource">
  526. <property name="icon">
  527. <iconset resource="obs.qrc">
  528. <normaloff>:/res/images/add.png</normaloff>:/res/images/add.png</iconset>
  529. </property>
  530. <property name="text">
  531. <string>Add</string>
  532. </property>
  533. </action>
  534. <action name="actionRemoveScene">
  535. <property name="icon">
  536. <iconset resource="obs.qrc">
  537. <normaloff>:/res/images/list_remove.png</normaloff>:/res/images/list_remove.png</iconset>
  538. </property>
  539. <property name="text">
  540. <string>Remove</string>
  541. </property>
  542. </action>
  543. <action name="actionRemoveSource">
  544. <property name="icon">
  545. <iconset resource="obs.qrc">
  546. <normaloff>:/res/images/list_remove.png</normaloff>:/res/images/list_remove.png</iconset>
  547. </property>
  548. <property name="text">
  549. <string>Remove</string>
  550. </property>
  551. <property name="shortcut">
  552. <string>Del</string>
  553. </property>
  554. </action>
  555. <action name="actionSceneProperties">
  556. <property name="enabled">
  557. <bool>false</bool>
  558. </property>
  559. <property name="icon">
  560. <iconset resource="obs.qrc">
  561. <normaloff>:/res/images/properties.png</normaloff>:/res/images/properties.png</iconset>
  562. </property>
  563. <property name="text">
  564. <string>Properties</string>
  565. </property>
  566. </action>
  567. <action name="actionSourceProperties">
  568. <property name="enabled">
  569. <bool>true</bool>
  570. </property>
  571. <property name="icon">
  572. <iconset resource="obs.qrc">
  573. <normaloff>:/res/images/properties.png</normaloff>:/res/images/properties.png</iconset>
  574. </property>
  575. <property name="text">
  576. <string>Properties</string>
  577. </property>
  578. </action>
  579. <action name="actionSceneUp">
  580. <property name="enabled">
  581. <bool>false</bool>
  582. </property>
  583. <property name="icon">
  584. <iconset resource="obs.qrc">
  585. <normaloff>:/res/images/up.png</normaloff>:/res/images/up.png</iconset>
  586. </property>
  587. <property name="text">
  588. <string>Basic.Main.MoveUp</string>
  589. </property>
  590. </action>
  591. <action name="actionSourceUp">
  592. <property name="enabled">
  593. <bool>true</bool>
  594. </property>
  595. <property name="icon">
  596. <iconset resource="obs.qrc">
  597. <normaloff>:/res/images/up.png</normaloff>:/res/images/up.png</iconset>
  598. </property>
  599. <property name="text">
  600. <string>MoveUp</string>
  601. </property>
  602. </action>
  603. <action name="actionSceneDown">
  604. <property name="enabled">
  605. <bool>false</bool>
  606. </property>
  607. <property name="icon">
  608. <iconset resource="obs.qrc">
  609. <normaloff>:/res/images/down.png</normaloff>:/res/images/down.png</iconset>
  610. </property>
  611. <property name="text">
  612. <string>Basic.Main.MoveDown</string>
  613. </property>
  614. </action>
  615. <action name="actionSourceDown">
  616. <property name="enabled">
  617. <bool>true</bool>
  618. </property>
  619. <property name="icon">
  620. <iconset resource="obs.qrc">
  621. <normaloff>:/res/images/down.png</normaloff>:/res/images/down.png</iconset>
  622. </property>
  623. <property name="text">
  624. <string>MoveDown</string>
  625. </property>
  626. </action>
  627. <action name="action_New">
  628. <property name="text">
  629. <string>Basic.MainMenu.SwitchMode</string>
  630. </property>
  631. </action>
  632. <action name="action_Open">
  633. <property name="text">
  634. <string>Basic.MainMenu.File.Export</string>
  635. </property>
  636. </action>
  637. <action name="action_Save">
  638. <property name="text">
  639. <string>Basic.MainMenu.File.Import</string>
  640. </property>
  641. </action>
  642. <action name="action_Settings">
  643. <property name="text">
  644. <string>Basic.MainMenu.File.Settings</string>
  645. </property>
  646. </action>
  647. <action name="actionE_xit">
  648. <property name="text">
  649. <string>Basic.MainMenu.File.Exit</string>
  650. </property>
  651. </action>
  652. <action name="actionUploadLastLog">
  653. <property name="text">
  654. <string>Basic.MainMenu.Help.Logs.UploadLastLog</string>
  655. </property>
  656. </action>
  657. <action name="actionUploadCurrentLog">
  658. <property name="text">
  659. <string>Basic.MainMenu.Help.Logs.UploadCurrentLog</string>
  660. </property>
  661. </action>
  662. <action name="actionUndo">
  663. <property name="enabled">
  664. <bool>false</bool>
  665. </property>
  666. <property name="text">
  667. <string>Basic.MainMenu.Edit.Undo</string>
  668. </property>
  669. </action>
  670. <action name="actionRedo">
  671. <property name="enabled">
  672. <bool>false</bool>
  673. </property>
  674. <property name="text">
  675. <string>Basic.MainMenu.Edit.Redo</string>
  676. </property>
  677. </action>
  678. <action name="actionEditTransform">
  679. <property name="text">
  680. <string>Basic.MainMenu.Edit.Transform.EditTransform</string>
  681. </property>
  682. </action>
  683. <action name="actionRotate90CW">
  684. <property name="text">
  685. <string>Basic.MainMenu.Edit.Transform.Rotate90CW</string>
  686. </property>
  687. </action>
  688. <action name="actionRotate90CCW">
  689. <property name="text">
  690. <string>Basic.MainMenu.Edit.Transform.Rotate90CCW</string>
  691. </property>
  692. </action>
  693. <action name="actionRotate180">
  694. <property name="text">
  695. <string>Basic.MainMenu.Edit.Transform.Rotate180</string>
  696. </property>
  697. </action>
  698. <action name="actionFitToScreen">
  699. <property name="text">
  700. <string>Basic.MainMenu.Edit.Transform.FitToScreen</string>
  701. </property>
  702. <property name="shortcut">
  703. <string>Ctrl+F</string>
  704. </property>
  705. </action>
  706. <action name="actionStretchToScreen">
  707. <property name="text">
  708. <string>Basic.MainMenu.Edit.Transform.StretchToScreen</string>
  709. </property>
  710. <property name="shortcut">
  711. <string>Ctrl+S</string>
  712. </property>
  713. </action>
  714. <action name="actionResetTransform">
  715. <property name="text">
  716. <string>Basic.MainMenu.Edit.Transform.ResetTransform</string>
  717. </property>
  718. <property name="shortcut">
  719. <string>Ctrl+R</string>
  720. </property>
  721. </action>
  722. <action name="actionCenterToScreen">
  723. <property name="text">
  724. <string>Basic.MainMenu.Edit.Transform.CenterToScreen</string>
  725. </property>
  726. <property name="shortcut">
  727. <string>Ctrl+C</string>
  728. </property>
  729. </action>
  730. <action name="actionFlipHorizontal">
  731. <property name="text">
  732. <string>Basic.MainMenu.Edit.Transform.FlipHorizontal</string>
  733. </property>
  734. </action>
  735. <action name="actionFlipVertical">
  736. <property name="text">
  737. <string>Basic.MainMenu.Edit.Transform.FlipVertical</string>
  738. </property>
  739. </action>
  740. <action name="actionMoveUp">
  741. <property name="text">
  742. <string>Basic.MainMenu.Edit.Order.MoveUp</string>
  743. </property>
  744. <property name="shortcut">
  745. <string>Ctrl+Up</string>
  746. </property>
  747. </action>
  748. <action name="actionMoveDown">
  749. <property name="text">
  750. <string>Basic.MainMenu.Edit.Order.MoveDown</string>
  751. </property>
  752. <property name="shortcut">
  753. <string>Ctrl+Down</string>
  754. </property>
  755. </action>
  756. <action name="actionMoveToTop">
  757. <property name="text">
  758. <string>Basic.MainMenu.Edit.Order.MoveToTop</string>
  759. </property>
  760. <property name="shortcut">
  761. <string>Ctrl+Home</string>
  762. </property>
  763. </action>
  764. <action name="actionMoveToBottom">
  765. <property name="text">
  766. <string>Basic.MainMenu.Edit.Order.MoveToBottom</string>
  767. </property>
  768. <property name="shortcut">
  769. <string>Ctrl+End</string>
  770. </property>
  771. </action>
  772. <action name="actionCheckForUpdates">
  773. <property name="text">
  774. <string>Basic.MainMenu.Help.CheckForUpdates</string>
  775. </property>
  776. </action>
  777. </widget>
  778. <customwidgets>
  779. <customwidget>
  780. <class>OBSBasicPreview</class>
  781. <extends>QWidget</extends>
  782. <header>window-basic-preview.hpp</header>
  783. <container>1</container>
  784. </customwidget>
  785. <customwidget>
  786. <class>OBSBasicStatusBar</class>
  787. <extends>QStatusBar</extends>
  788. <header>window-basic-status-bar.hpp</header>
  789. </customwidget>
  790. </customwidgets>
  791. <resources>
  792. <include location="obs.qrc"/>
  793. </resources>
  794. <connections>
  795. <connection>
  796. <sender>actionE_xit</sender>
  797. <signal>triggered()</signal>
  798. <receiver>OBSBasic</receiver>
  799. <slot>close()</slot>
  800. <hints>
  801. <hint type="sourcelabel">
  802. <x>-1</x>
  803. <y>-1</y>
  804. </hint>
  805. <hint type="destinationlabel">
  806. <x>463</x>
  807. <y>351</y>
  808. </hint>
  809. </hints>
  810. </connection>
  811. <connection>
  812. <sender>exitButton</sender>
  813. <signal>clicked()</signal>
  814. <receiver>OBSBasic</receiver>
  815. <slot>close()</slot>
  816. <hints>
  817. <hint type="sourcelabel">
  818. <x>697</x>
  819. <y>615</y>
  820. </hint>
  821. <hint type="destinationlabel">
  822. <x>463</x>
  823. <y>351</y>
  824. </hint>
  825. </hints>
  826. </connection>
  827. </connections>
  828. </ui>