ExportVideoMenu.ui 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ExportVideoMenu</class>
  4. <widget class="QWidget" name="ExportVideoMenu">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>310</width>
  10. <height>484</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Frame</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <property name="leftMargin">
  18. <number>0</number>
  19. </property>
  20. <property name="topMargin">
  21. <number>0</number>
  22. </property>
  23. <property name="rightMargin">
  24. <number>0</number>
  25. </property>
  26. <property name="bottomMargin">
  27. <number>0</number>
  28. </property>
  29. <item>
  30. <widget class="QLabel" name="titleLbl">
  31. <property name="font">
  32. <font>
  33. <pointsize>14</pointsize>
  34. <weight>75</weight>
  35. <bold>true</bold>
  36. </font>
  37. </property>
  38. <property name="text">
  39. <string>Export Video</string>
  40. </property>
  41. </widget>
  42. </item>
  43. <item>
  44. <widget class="QToolBox" name="toolBox">
  45. <property name="sizePolicy">
  46. <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
  47. <horstretch>0</horstretch>
  48. <verstretch>1</verstretch>
  49. </sizepolicy>
  50. </property>
  51. <widget class="QWidget" name="toolBoxPage1">
  52. <property name="geometry">
  53. <rect>
  54. <x>0</x>
  55. <y>0</y>
  56. <width>310</width>
  57. <height>401</height>
  58. </rect>
  59. </property>
  60. <property name="sizePolicy">
  61. <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
  62. <horstretch>0</horstretch>
  63. <verstretch>0</verstretch>
  64. </sizepolicy>
  65. </property>
  66. <attribute name="label">
  67. <string>General</string>
  68. </attribute>
  69. <layout class="QFormLayout" name="formLayout_2">
  70. <item row="0" column="0">
  71. <widget class="QLabel" name="maxIterLbl">
  72. <property name="text">
  73. <string>Max. Iterations</string>
  74. </property>
  75. </widget>
  76. </item>
  77. <item row="0" column="1">
  78. <widget class="QLineEdit" name="maxIterTxt">
  79. <property name="text">
  80. <string>5000</string>
  81. </property>
  82. </widget>
  83. </item>
  84. <item row="1" column="0">
  85. <widget class="QLabel" name="widthLbl">
  86. <property name="text">
  87. <string>Video Width</string>
  88. </property>
  89. </widget>
  90. </item>
  91. <item row="1" column="1">
  92. <widget class="QLineEdit" name="widthTxt">
  93. <property name="text">
  94. <string>1920</string>
  95. </property>
  96. </widget>
  97. </item>
  98. <item row="2" column="0">
  99. <widget class="QLabel" name="heightLbl">
  100. <property name="text">
  101. <string>Video Height</string>
  102. </property>
  103. </widget>
  104. </item>
  105. <item row="2" column="1">
  106. <widget class="QLineEdit" name="heightTxt">
  107. <property name="text">
  108. <string>1080</string>
  109. </property>
  110. </widget>
  111. </item>
  112. <item row="3" column="0" colspan="2">
  113. <widget class="QGroupBox" name="groupBox">
  114. <property name="title">
  115. <string>Start View</string>
  116. </property>
  117. <layout class="QGridLayout" name="gridLayout_2">
  118. <item row="1" column="0">
  119. <widget class="QLineEdit" name="startX"/>
  120. </item>
  121. <item row="0" column="0">
  122. <widget class="QLineEdit" name="startW"/>
  123. </item>
  124. <item row="1" column="1">
  125. <widget class="QLineEdit" name="startY"/>
  126. </item>
  127. <item row="0" column="1">
  128. <widget class="QLineEdit" name="startH"/>
  129. </item>
  130. </layout>
  131. </widget>
  132. </item>
  133. <item row="4" column="0" colspan="2">
  134. <widget class="QGroupBox" name="groupBox_2">
  135. <property name="title">
  136. <string>End View</string>
  137. </property>
  138. <layout class="QGridLayout" name="gridLayout">
  139. <item row="0" column="0">
  140. <widget class="QLineEdit" name="endX"/>
  141. </item>
  142. <item row="1" column="0">
  143. <widget class="QLineEdit" name="endW"/>
  144. </item>
  145. <item row="1" column="1">
  146. <widget class="QLineEdit" name="endH"/>
  147. </item>
  148. <item row="0" column="1">
  149. <widget class="QLineEdit" name="endY"/>
  150. </item>
  151. </layout>
  152. </widget>
  153. </item>
  154. <item row="5" column="0">
  155. <widget class="QPushButton" name="pathBtn">
  156. <property name="text">
  157. <string>Save As</string>
  158. </property>
  159. </widget>
  160. </item>
  161. <item row="5" column="1">
  162. <widget class="QLineEdit" name="pathTxt"/>
  163. </item>
  164. </layout>
  165. </widget>
  166. <widget class="QWidget" name="toolBoxPage2">
  167. <property name="geometry">
  168. <rect>
  169. <x>0</x>
  170. <y>0</y>
  171. <width>310</width>
  172. <height>405</height>
  173. </rect>
  174. </property>
  175. <property name="sizePolicy">
  176. <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
  177. <horstretch>0</horstretch>
  178. <verstretch>0</verstretch>
  179. </sizepolicy>
  180. </property>
  181. <attribute name="label">
  182. <string>Encoding</string>
  183. </attribute>
  184. <layout class="QFormLayout" name="formLayout_4">
  185. <item row="0" column="0">
  186. <widget class="QLabel" name="label_6">
  187. <property name="text">
  188. <string>Bitrate [kbps]</string>
  189. </property>
  190. </widget>
  191. </item>
  192. <item row="0" column="1">
  193. <widget class="QLineEdit" name="bitrate">
  194. <property name="text">
  195. <string>5000</string>
  196. </property>
  197. </widget>
  198. </item>
  199. <item row="1" column="0">
  200. <widget class="QLabel" name="label_7">
  201. <property name="text">
  202. <string>Encoding preset</string>
  203. </property>
  204. </widget>
  205. </item>
  206. <item row="1" column="1">
  207. <widget class="QComboBox" name="encodingPresetBox">
  208. <property name="editable">
  209. <bool>false</bool>
  210. </property>
  211. <property name="currentText">
  212. <string/>
  213. </property>
  214. </widget>
  215. </item>
  216. <item row="2" column="0">
  217. <widget class="QLabel" name="label_8">
  218. <property name="text">
  219. <string>Fps</string>
  220. </property>
  221. </widget>
  222. </item>
  223. <item row="2" column="1">
  224. <widget class="QLineEdit" name="fps">
  225. <property name="text">
  226. <string>60</string>
  227. </property>
  228. </widget>
  229. </item>
  230. <item row="3" column="0">
  231. <widget class="QLabel" name="label_9">
  232. <property name="text">
  233. <string>Zoom Speed</string>
  234. </property>
  235. </widget>
  236. </item>
  237. <item row="3" column="1">
  238. <widget class="QLineEdit" name="zoomSpeed">
  239. <property name="text">
  240. <string>1</string>
  241. </property>
  242. </widget>
  243. </item>
  244. </layout>
  245. </widget>
  246. </widget>
  247. </item>
  248. </layout>
  249. </widget>
  250. <resources/>
  251. <connections/>
  252. </ui>