1
0

exportvideodialog.ui 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ExportVideoDialog</class>
  4. <widget class="QDialog" name="ExportVideoDialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1263</width>
  10. <height>454</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Dialog</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <layout class="QHBoxLayout" name="horizontalLayout_3">
  19. <item>
  20. <layout class="QFormLayout" name="formLayout">
  21. <property name="sizeConstraint">
  22. <enum>QLayout::SetMinimumSize</enum>
  23. </property>
  24. <item row="0" column="0">
  25. <widget class="QLabel" name="label">
  26. <property name="text">
  27. <string>Maximum iterations</string>
  28. </property>
  29. </widget>
  30. </item>
  31. <item row="0" column="1">
  32. <widget class="QLineEdit" name="maxIterations">
  33. <property name="minimumSize">
  34. <size>
  35. <width>130</width>
  36. <height>0</height>
  37. </size>
  38. </property>
  39. <property name="text">
  40. <string>5000</string>
  41. </property>
  42. </widget>
  43. </item>
  44. <item row="1" column="0">
  45. <widget class="QLabel" name="label_2">
  46. <property name="text">
  47. <string>Video Width</string>
  48. </property>
  49. </widget>
  50. </item>
  51. <item row="1" column="1">
  52. <widget class="QLineEdit" name="vidWidth">
  53. <property name="minimumSize">
  54. <size>
  55. <width>130</width>
  56. <height>0</height>
  57. </size>
  58. </property>
  59. <property name="text">
  60. <string>1920</string>
  61. </property>
  62. </widget>
  63. </item>
  64. <item row="2" column="0">
  65. <widget class="QLabel" name="label_3">
  66. <property name="text">
  67. <string>Video Height</string>
  68. </property>
  69. </widget>
  70. </item>
  71. <item row="2" column="1">
  72. <widget class="QLineEdit" name="vidHeight">
  73. <property name="minimumSize">
  74. <size>
  75. <width>130</width>
  76. <height>0</height>
  77. </size>
  78. </property>
  79. <property name="text">
  80. <string>1080</string>
  81. </property>
  82. </widget>
  83. </item>
  84. <item row="3" column="0">
  85. <widget class="QLabel" name="label_4">
  86. <property name="text">
  87. <string>Start View</string>
  88. </property>
  89. </widget>
  90. </item>
  91. <item row="3" column="1">
  92. <layout class="QHBoxLayout" name="horizontalLayout">
  93. <item>
  94. <widget class="QLineEdit" name="startX">
  95. <property name="minimumSize">
  96. <size>
  97. <width>80</width>
  98. <height>0</height>
  99. </size>
  100. </property>
  101. </widget>
  102. </item>
  103. <item>
  104. <widget class="QLineEdit" name="startY">
  105. <property name="minimumSize">
  106. <size>
  107. <width>80</width>
  108. <height>0</height>
  109. </size>
  110. </property>
  111. </widget>
  112. </item>
  113. <item>
  114. <widget class="QLineEdit" name="startW">
  115. <property name="minimumSize">
  116. <size>
  117. <width>80</width>
  118. <height>0</height>
  119. </size>
  120. </property>
  121. </widget>
  122. </item>
  123. <item>
  124. <widget class="QLineEdit" name="startH">
  125. <property name="minimumSize">
  126. <size>
  127. <width>80</width>
  128. <height>0</height>
  129. </size>
  130. </property>
  131. </widget>
  132. </item>
  133. </layout>
  134. </item>
  135. <item row="4" column="0">
  136. <widget class="QLabel" name="label_5">
  137. <property name="text">
  138. <string>End View</string>
  139. </property>
  140. </widget>
  141. </item>
  142. <item row="4" column="1">
  143. <layout class="QHBoxLayout" name="horizontalLayout_2">
  144. <item>
  145. <widget class="QLineEdit" name="endX"/>
  146. </item>
  147. <item>
  148. <widget class="QLineEdit" name="endY"/>
  149. </item>
  150. <item>
  151. <widget class="QLineEdit" name="endW"/>
  152. </item>
  153. <item>
  154. <widget class="QLineEdit" name="endH"/>
  155. </item>
  156. </layout>
  157. </item>
  158. <item row="5" column="0">
  159. <widget class="QPushButton" name="pushButton">
  160. <property name="text">
  161. <string>Save As</string>
  162. </property>
  163. </widget>
  164. </item>
  165. <item row="5" column="1">
  166. <widget class="QLineEdit" name="savePath">
  167. <property name="minimumSize">
  168. <size>
  169. <width>400</width>
  170. <height>0</height>
  171. </size>
  172. </property>
  173. </widget>
  174. </item>
  175. </layout>
  176. </item>
  177. <item>
  178. <layout class="QFormLayout" name="formLayout_2">
  179. <item row="0" column="0">
  180. <widget class="QLabel" name="label_6">
  181. <property name="text">
  182. <string>Bitrate [kbps]</string>
  183. </property>
  184. </widget>
  185. </item>
  186. <item row="0" column="1">
  187. <widget class="QLineEdit" name="bitrate">
  188. <property name="minimumSize">
  189. <size>
  190. <width>130</width>
  191. <height>0</height>
  192. </size>
  193. </property>
  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. </layout>
  217. </item>
  218. </layout>
  219. </item>
  220. <item>
  221. <widget class="QDialogButtonBox" name="buttonBox">
  222. <property name="sizePolicy">
  223. <sizepolicy hsizetype="Ignored" vsizetype="Fixed">
  224. <horstretch>0</horstretch>
  225. <verstretch>0</verstretch>
  226. </sizepolicy>
  227. </property>
  228. <property name="orientation">
  229. <enum>Qt::Horizontal</enum>
  230. </property>
  231. <property name="standardButtons">
  232. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  233. </property>
  234. </widget>
  235. </item>
  236. </layout>
  237. </widget>
  238. <resources/>
  239. <connections>
  240. <connection>
  241. <sender>buttonBox</sender>
  242. <signal>accepted()</signal>
  243. <receiver>ExportVideoDialog</receiver>
  244. <slot>accept()</slot>
  245. <hints>
  246. <hint type="sourcelabel">
  247. <x>248</x>
  248. <y>254</y>
  249. </hint>
  250. <hint type="destinationlabel">
  251. <x>157</x>
  252. <y>274</y>
  253. </hint>
  254. </hints>
  255. </connection>
  256. <connection>
  257. <sender>buttonBox</sender>
  258. <signal>rejected()</signal>
  259. <receiver>ExportVideoDialog</receiver>
  260. <slot>reject()</slot>
  261. <hints>
  262. <hint type="sourcelabel">
  263. <x>316</x>
  264. <y>260</y>
  265. </hint>
  266. <hint type="destinationlabel">
  267. <x>286</x>
  268. <y>274</y>
  269. </hint>
  270. </hints>
  271. </connection>
  272. </connections>
  273. </ui>