OBSBasic.ui 25 KB

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