main.ui 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>MainWindow</class>
  4. <widget class="QMainWindow" name="MainWindow">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>635</width>
  10. <height>600</height>
  11. </rect>
  12. </property>
  13. <property name="sizePolicy">
  14. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  15. <horstretch>0</horstretch>
  16. <verstretch>0</verstretch>
  17. </sizepolicy>
  18. </property>
  19. <property name="minimumSize">
  20. <size>
  21. <width>635</width>
  22. <height>600</height>
  23. </size>
  24. </property>
  25. <property name="windowTitle">
  26. <string>MainWindow</string>
  27. </property>
  28. <widget class="QWidget" name="centralwidget">
  29. <property name="sizePolicy">
  30. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  31. <horstretch>0</horstretch>
  32. <verstretch>0</verstretch>
  33. </sizepolicy>
  34. </property>
  35. <layout class="QVBoxLayout" name="verticalLayout_3">
  36. <item>
  37. <layout class="QVBoxLayout" name="verticalLayout">
  38. <item>
  39. <widget class="QGroupBox" name="groupBox_settings">
  40. <property name="sizePolicy">
  41. <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
  42. <horstretch>0</horstretch>
  43. <verstretch>0</verstretch>
  44. </sizepolicy>
  45. </property>
  46. <property name="minimumSize">
  47. <size>
  48. <width>0</width>
  49. <height>200</height>
  50. </size>
  51. </property>
  52. <property name="maximumSize">
  53. <size>
  54. <width>16777215</width>
  55. <height>16777215</height>
  56. </size>
  57. </property>
  58. <property name="title">
  59. <string>GroupBox</string>
  60. </property>
  61. <layout class="QVBoxLayout" name="verticalLayout_6">
  62. <item>
  63. <layout class="QVBoxLayout" name="verticalLayout_2">
  64. <item>
  65. <layout class="QHBoxLayout" name="horizontalLayout">
  66. <item>
  67. <widget class="QPushButton" name="pushButton_selectInput">
  68. <property name="sizePolicy">
  69. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  70. <horstretch>1</horstretch>
  71. <verstretch>0</verstretch>
  72. </sizepolicy>
  73. </property>
  74. <property name="minimumSize">
  75. <size>
  76. <width>200</width>
  77. <height>0</height>
  78. </size>
  79. </property>
  80. <property name="maximumSize">
  81. <size>
  82. <width>16777215</width>
  83. <height>16777215</height>
  84. </size>
  85. </property>
  86. <property name="text">
  87. <string>PushButton</string>
  88. </property>
  89. </widget>
  90. </item>
  91. <item>
  92. <widget class="QLabel" name="label_input">
  93. <property name="sizePolicy">
  94. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  95. <horstretch>2</horstretch>
  96. <verstretch>0</verstretch>
  97. </sizepolicy>
  98. </property>
  99. <property name="frameShape">
  100. <enum>QFrame::Box</enum>
  101. </property>
  102. <property name="text">
  103. <string/>
  104. </property>
  105. </widget>
  106. </item>
  107. </layout>
  108. </item>
  109. <item>
  110. <layout class="QHBoxLayout" name="horizontalLayout_2">
  111. <item>
  112. <widget class="QPushButton" name="pushButton_selectOutput">
  113. <property name="sizePolicy">
  114. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  115. <horstretch>1</horstretch>
  116. <verstretch>0</verstretch>
  117. </sizepolicy>
  118. </property>
  119. <property name="minimumSize">
  120. <size>
  121. <width>200</width>
  122. <height>0</height>
  123. </size>
  124. </property>
  125. <property name="maximumSize">
  126. <size>
  127. <width>16777215</width>
  128. <height>16777215</height>
  129. </size>
  130. </property>
  131. <property name="text">
  132. <string>PushButton</string>
  133. </property>
  134. </widget>
  135. </item>
  136. <item>
  137. <widget class="QLabel" name="label_output">
  138. <property name="sizePolicy">
  139. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  140. <horstretch>2</horstretch>
  141. <verstretch>0</verstretch>
  142. </sizepolicy>
  143. </property>
  144. <property name="frameShape">
  145. <enum>QFrame::Box</enum>
  146. </property>
  147. <property name="text">
  148. <string/>
  149. </property>
  150. </widget>
  151. </item>
  152. </layout>
  153. </item>
  154. <item>
  155. <layout class="QHBoxLayout" name="horizontalLayout_4">
  156. <item>
  157. <widget class="QPushButton" name="pushButton_selectBackground">
  158. <property name="sizePolicy">
  159. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  160. <horstretch>1</horstretch>
  161. <verstretch>0</verstretch>
  162. </sizepolicy>
  163. </property>
  164. <property name="minimumSize">
  165. <size>
  166. <width>200</width>
  167. <height>0</height>
  168. </size>
  169. </property>
  170. <property name="maximumSize">
  171. <size>
  172. <width>16777215</width>
  173. <height>16777215</height>
  174. </size>
  175. </property>
  176. <property name="text">
  177. <string>PushButton</string>
  178. </property>
  179. </widget>
  180. </item>
  181. <item>
  182. <widget class="QLabel" name="label_background">
  183. <property name="sizePolicy">
  184. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  185. <horstretch>2</horstretch>
  186. <verstretch>0</verstretch>
  187. </sizepolicy>
  188. </property>
  189. <property name="frameShape">
  190. <enum>QFrame::Box</enum>
  191. </property>
  192. <property name="text">
  193. <string/>
  194. </property>
  195. </widget>
  196. </item>
  197. </layout>
  198. </item>
  199. <item>
  200. <layout class="QHBoxLayout" name="horizontalLayout_5">
  201. <item>
  202. <widget class="QLabel" name="label_font">
  203. <property name="minimumSize">
  204. <size>
  205. <width>200</width>
  206. <height>0</height>
  207. </size>
  208. </property>
  209. <property name="maximumSize">
  210. <size>
  211. <width>200</width>
  212. <height>16777215</height>
  213. </size>
  214. </property>
  215. <property name="baseSize">
  216. <size>
  217. <width>200</width>
  218. <height>0</height>
  219. </size>
  220. </property>
  221. <property name="frameShape">
  222. <enum>QFrame::NoFrame</enum>
  223. </property>
  224. <property name="text">
  225. <string/>
  226. </property>
  227. </widget>
  228. </item>
  229. <item>
  230. <widget class="QFontComboBox" name="fontComboBox"/>
  231. </item>
  232. </layout>
  233. </item>
  234. <item>
  235. <layout class="QHBoxLayout" name="horizontalLayout_5">
  236. <item>
  237. <widget class="QLabel" name="label_alignment">
  238. <property name="minimumSize">
  239. <size>
  240. <width>200</width>
  241. <height>0</height>
  242. </size>
  243. </property>
  244. <property name="maximumSize">
  245. <size>
  246. <width>200</width>
  247. <height>16777215</height>
  248. </size>
  249. </property>
  250. <property name="baseSize">
  251. <size>
  252. <width>200</width>
  253. <height>0</height>
  254. </size>
  255. </property>
  256. <property name="frameShape">
  257. <enum>QFrame::NoFrame</enum>
  258. </property>
  259. <property name="text">
  260. <string/>
  261. </property>
  262. </widget>
  263. </item>
  264. <item>
  265. <layout class="QHBoxLayout" name="horizontalLayout_3">
  266. <item>
  267. <widget class="QComboBox" name="alignmentComboBox"/>
  268. </item>
  269. <item>
  270. <widget class="QLabel" name="label_fontsize">
  271. <property name="text">
  272. <string/>
  273. </property>
  274. </widget>
  275. </item>
  276. <item>
  277. <widget class="QSpinBox" name="fontsizeSpinBox">
  278. <property name="maximum">
  279. <number>999</number>
  280. </property>
  281. </widget>
  282. </item>
  283. <item>
  284. <widget class="QLabel" name="label_textX">
  285. <property name="layoutDirection">
  286. <enum>Qt::LeftToRight</enum>
  287. </property>
  288. <property name="text">
  289. <string>X</string>
  290. </property>
  291. <property name="alignment">
  292. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  293. </property>
  294. </widget>
  295. </item>
  296. <item>
  297. <widget class="QSpinBox" name="textXSpinBox">
  298. <property name="sizePolicy">
  299. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  300. <horstretch>0</horstretch>
  301. <verstretch>0</verstretch>
  302. </sizepolicy>
  303. </property>
  304. <property name="minimum">
  305. <number>-99999</number>
  306. </property>
  307. <property name="maximum">
  308. <number>99999</number>
  309. </property>
  310. </widget>
  311. </item>
  312. <item>
  313. <widget class="QLabel" name="label_textY">
  314. <property name="text">
  315. <string>Y</string>
  316. </property>
  317. <property name="alignment">
  318. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  319. </property>
  320. </widget>
  321. </item>
  322. <item>
  323. <widget class="QSpinBox" name="textYSpinBox">
  324. <property name="minimum">
  325. <number>-99999</number>
  326. </property>
  327. <property name="maximum">
  328. <number>99999</number>
  329. </property>
  330. </widget>
  331. </item>
  332. </layout>
  333. </item>
  334. </layout>
  335. </item>
  336. <item>
  337. <layout class="QHBoxLayout" name="horizontalLayout_6">
  338. <item>
  339. <widget class="QLabel" name="label_colorOptions">
  340. <property name="minimumSize">
  341. <size>
  342. <width>200</width>
  343. <height>0</height>
  344. </size>
  345. </property>
  346. <property name="maximumSize">
  347. <size>
  348. <width>200</width>
  349. <height>16777215</height>
  350. </size>
  351. </property>
  352. <property name="baseSize">
  353. <size>
  354. <width>200</width>
  355. <height>0</height>
  356. </size>
  357. </property>
  358. <property name="frameShape">
  359. <enum>QFrame::NoFrame</enum>
  360. </property>
  361. <property name="text">
  362. <string/>
  363. </property>
  364. </widget>
  365. </item>
  366. <item>
  367. <widget class="QLabel" name="label_textColor">
  368. <property name="text">
  369. <string/>
  370. </property>
  371. <property name="alignment">
  372. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  373. </property>
  374. </widget>
  375. </item>
  376. <item>
  377. <widget class="QPushButton" name="pushButton_textColor">
  378. <property name="maximumSize">
  379. <size>
  380. <width>32</width>
  381. <height>32</height>
  382. </size>
  383. </property>
  384. <property name="text">
  385. <string/>
  386. </property>
  387. <property name="MaximumSize" stdset="0">
  388. <size>
  389. <width>32</width>
  390. <height>32</height>
  391. </size>
  392. </property>
  393. </widget>
  394. </item>
  395. <item>
  396. <widget class="QLineEdit" name="lineEdit_textColor"/>
  397. </item>
  398. <item>
  399. <widget class="QLabel" name="label_visColor">
  400. <property name="text">
  401. <string/>
  402. </property>
  403. <property name="alignment">
  404. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  405. </property>
  406. </widget>
  407. </item>
  408. <item>
  409. <widget class="QPushButton" name="pushButton_visColor">
  410. <property name="maximumSize">
  411. <size>
  412. <width>32</width>
  413. <height>32</height>
  414. </size>
  415. </property>
  416. <property name="text">
  417. <string/>
  418. </property>
  419. <property name="MaximumSize" stdset="0">
  420. <size>
  421. <width>32</width>
  422. <height>32</height>
  423. </size>
  424. </property>
  425. </widget>
  426. </item>
  427. <item>
  428. <widget class="QLineEdit" name="lineEdit_visColor"/>
  429. </item>
  430. </layout>
  431. </item>
  432. </layout>
  433. </item>
  434. <item>
  435. <layout class="QHBoxLayout" name="horizontalLayout_7">
  436. <item>
  437. <widget class="QLabel" name="label_title">
  438. <property name="minimumSize">
  439. <size>
  440. <width>200</width>
  441. <height>0</height>
  442. </size>
  443. </property>
  444. <property name="maximumSize">
  445. <size>
  446. <width>200</width>
  447. <height>16777215</height>
  448. </size>
  449. </property>
  450. <property name="baseSize">
  451. <size>
  452. <width>200</width>
  453. <height>0</height>
  454. </size>
  455. </property>
  456. <property name="frameShape">
  457. <enum>QFrame::NoFrame</enum>
  458. </property>
  459. <property name="text">
  460. <string/>
  461. </property>
  462. </widget>
  463. </item>
  464. <item>
  465. <widget class="QLineEdit" name="lineEdit_title"/>
  466. </item>
  467. </layout>
  468. </item>
  469. </layout>
  470. </widget>
  471. </item>
  472. <item>
  473. <widget class="QGroupBox" name="groupBox_preview">
  474. <property name="sizePolicy">
  475. <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
  476. <horstretch>0</horstretch>
  477. <verstretch>0</verstretch>
  478. </sizepolicy>
  479. </property>
  480. <property name="minimumSize">
  481. <size>
  482. <width>0</width>
  483. <height>220</height>
  484. </size>
  485. </property>
  486. <property name="maximumSize">
  487. <size>
  488. <width>16777215</width>
  489. <height>220</height>
  490. </size>
  491. </property>
  492. <property name="title">
  493. <string>GroupBox</string>
  494. </property>
  495. <property name="alignment">
  496. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
  497. </property>
  498. <layout class="QVBoxLayout" name="verticalLayout_5">
  499. <item>
  500. <layout class="QHBoxLayout" name="horizontalLayout_7">
  501. <item>
  502. <widget class="QLabel" name="label_preview">
  503. <property name="minimumSize">
  504. <size>
  505. <width>320</width>
  506. <height>180</height>
  507. </size>
  508. </property>
  509. <property name="maximumSize">
  510. <size>
  511. <width>320</width>
  512. <height>180</height>
  513. </size>
  514. </property>
  515. <property name="frameShape">
  516. <enum>QFrame::Box</enum>
  517. </property>
  518. <property name="text">
  519. <string/>
  520. </property>
  521. <property name="alignment">
  522. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
  523. </property>
  524. </widget>
  525. </item>
  526. </layout>
  527. </item>
  528. </layout>
  529. </widget>
  530. </item>
  531. <item>
  532. <widget class="QGroupBox" name="groupBox_create">
  533. <property name="sizePolicy">
  534. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  535. <horstretch>0</horstretch>
  536. <verstretch>0</verstretch>
  537. </sizepolicy>
  538. </property>
  539. <property name="maximumSize">
  540. <size>
  541. <width>16777215</width>
  542. <height>16777215</height>
  543. </size>
  544. </property>
  545. <property name="title">
  546. <string>GroupBox</string>
  547. </property>
  548. <layout class="QVBoxLayout" name="verticalLayout_7">
  549. <item>
  550. <layout class="QVBoxLayout" name="verticalLayout_4">
  551. <item>
  552. <widget class="QProgressBar" name="progressBar_create">
  553. <property name="value">
  554. <number>24</number>
  555. </property>
  556. <property name="alignment">
  557. <set>Qt::AlignCenter</set>
  558. </property>
  559. <property name="textVisible">
  560. <bool>true</bool>
  561. </property>
  562. </widget>
  563. </item>
  564. <item>
  565. <widget class="QPushButton" name="pushButton_createVideo">
  566. <property name="sizePolicy">
  567. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  568. <horstretch>0</horstretch>
  569. <verstretch>0</verstretch>
  570. </sizepolicy>
  571. </property>
  572. <property name="text">
  573. <string>PushButton</string>
  574. </property>
  575. </widget>
  576. </item>
  577. </layout>
  578. </item>
  579. </layout>
  580. </widget>
  581. </item>
  582. <item>
  583. <spacer name="verticalSpacer">
  584. <property name="orientation">
  585. <enum>Qt::Vertical</enum>
  586. </property>
  587. <property name="sizeHint" stdset="0">
  588. <size>
  589. <width>20</width>
  590. <height>0</height>
  591. </size>
  592. </property>
  593. </spacer>
  594. </item>
  595. </layout>
  596. </item>
  597. </layout>
  598. </widget>
  599. </widget>
  600. <resources/>
  601. <connections/>
  602. </ui>