exportvideodialog.ui 4.2 KB

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