exportvideodialog.ui 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  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>666</width>
  10. <height>313</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="QFormLayout" name="formLayout">
  19. <property name="sizeConstraint">
  20. <enum>QLayout::SetMinimumSize</enum>
  21. </property>
  22. <item row="0" column="0">
  23. <widget class="QLabel" name="label">
  24. <property name="text">
  25. <string>Maximum iterations</string>
  26. </property>
  27. </widget>
  28. </item>
  29. <item row="0" column="1">
  30. <widget class="QLineEdit" name="maxIterations">
  31. <property name="text">
  32. <string>5000</string>
  33. </property>
  34. </widget>
  35. </item>
  36. <item row="1" column="0">
  37. <widget class="QLabel" name="label_2">
  38. <property name="text">
  39. <string>Video Width</string>
  40. </property>
  41. </widget>
  42. </item>
  43. <item row="2" column="0">
  44. <widget class="QLabel" name="label_3">
  45. <property name="text">
  46. <string>Video Height</string>
  47. </property>
  48. </widget>
  49. </item>
  50. <item row="1" column="1">
  51. <widget class="QLineEdit" name="vidWidth">
  52. <property name="text">
  53. <string>1920</string>
  54. </property>
  55. </widget>
  56. </item>
  57. <item row="2" column="1">
  58. <widget class="QLineEdit" name="vidHeight">
  59. <property name="text">
  60. <string>1080</string>
  61. </property>
  62. </widget>
  63. </item>
  64. <item row="5" column="0">
  65. <widget class="QPushButton" name="pushButton">
  66. <property name="text">
  67. <string>Save As</string>
  68. </property>
  69. </widget>
  70. </item>
  71. <item row="5" column="1">
  72. <widget class="QLineEdit" name="savePath">
  73. <property name="minimumSize">
  74. <size>
  75. <width>400</width>
  76. <height>0</height>
  77. </size>
  78. </property>
  79. </widget>
  80. </item>
  81. <item row="3" column="0">
  82. <widget class="QLabel" name="label_4">
  83. <property name="text">
  84. <string>Start View</string>
  85. </property>
  86. </widget>
  87. </item>
  88. <item row="3" column="1">
  89. <layout class="QHBoxLayout" name="horizontalLayout">
  90. <item>
  91. <widget class="QLineEdit" name="startX"/>
  92. </item>
  93. <item>
  94. <widget class="QLineEdit" name="startY"/>
  95. </item>
  96. <item>
  97. <widget class="QLineEdit" name="startW"/>
  98. </item>
  99. <item>
  100. <widget class="QLineEdit" name="startH"/>
  101. </item>
  102. </layout>
  103. </item>
  104. <item row="4" column="0">
  105. <widget class="QLabel" name="label_5">
  106. <property name="text">
  107. <string>End View</string>
  108. </property>
  109. </widget>
  110. </item>
  111. <item row="4" column="1">
  112. <layout class="QHBoxLayout" name="horizontalLayout_2">
  113. <item>
  114. <widget class="QLineEdit" name="endX"/>
  115. </item>
  116. <item>
  117. <widget class="QLineEdit" name="endY"/>
  118. </item>
  119. <item>
  120. <widget class="QLineEdit" name="endW"/>
  121. </item>
  122. <item>
  123. <widget class="QLineEdit" name="endH"/>
  124. </item>
  125. </layout>
  126. </item>
  127. </layout>
  128. </item>
  129. <item>
  130. <widget class="QDialogButtonBox" name="buttonBox">
  131. <property name="sizePolicy">
  132. <sizepolicy hsizetype="Ignored" vsizetype="Fixed">
  133. <horstretch>0</horstretch>
  134. <verstretch>0</verstretch>
  135. </sizepolicy>
  136. </property>
  137. <property name="orientation">
  138. <enum>Qt::Horizontal</enum>
  139. </property>
  140. <property name="standardButtons">
  141. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  142. </property>
  143. </widget>
  144. </item>
  145. </layout>
  146. </widget>
  147. <resources/>
  148. <connections>
  149. <connection>
  150. <sender>buttonBox</sender>
  151. <signal>accepted()</signal>
  152. <receiver>ExportVideoDialog</receiver>
  153. <slot>accept()</slot>
  154. <hints>
  155. <hint type="sourcelabel">
  156. <x>248</x>
  157. <y>254</y>
  158. </hint>
  159. <hint type="destinationlabel">
  160. <x>157</x>
  161. <y>274</y>
  162. </hint>
  163. </hints>
  164. </connection>
  165. <connection>
  166. <sender>buttonBox</sender>
  167. <signal>rejected()</signal>
  168. <receiver>ExportVideoDialog</receiver>
  169. <slot>reject()</slot>
  170. <hints>
  171. <hint type="sourcelabel">
  172. <x>316</x>
  173. <y>260</y>
  174. </hint>
  175. <hint type="destinationlabel">
  176. <x>286</x>
  177. <y>274</y>
  178. </hint>
  179. </hints>
  180. </connection>
  181. </connections>
  182. </ui>