OBSBasic.ui 26 KB

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