Almond.ui 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>AlmondClass</class>
  4. <widget class="QMainWindow" name="AlmondClass">
  5. <property name="enabled">
  6. <bool>true</bool>
  7. </property>
  8. <property name="geometry">
  9. <rect>
  10. <x>0</x>
  11. <y>0</y>
  12. <width>763</width>
  13. <height>524</height>
  14. </rect>
  15. </property>
  16. <property name="windowTitle">
  17. <string>Almond</string>
  18. </property>
  19. <widget class="QWidget" name="centralWidget">
  20. <layout class="QHBoxLayout" name="horizontalLayout">
  21. <item>
  22. <layout class="QVBoxLayout" name="mainContainer"/>
  23. </item>
  24. </layout>
  25. </widget>
  26. <widget class="QDockWidget" name="dockWidget_2">
  27. <property name="floating">
  28. <bool>false</bool>
  29. </property>
  30. <property name="features">
  31. <set>QDockWidget::DockWidgetFloatable|QDockWidget::DockWidgetMovable</set>
  32. </property>
  33. <property name="allowedAreas">
  34. <set>Qt::LeftDockWidgetArea|Qt::RightDockWidgetArea</set>
  35. </property>
  36. <property name="windowTitle">
  37. <string>Options</string>
  38. </property>
  39. <attribute name="dockWidgetArea">
  40. <number>2</number>
  41. </attribute>
  42. <widget class="QWidget" name="dockWidgetContents_2">
  43. <layout class="QHBoxLayout" name="horizontalLayout_4">
  44. <item>
  45. <layout class="QVBoxLayout" name="verticalLayout_right">
  46. <item>
  47. <layout class="QFormLayout" name="formLayout">
  48. <item row="1" column="0">
  49. <widget class="QLabel" name="label">
  50. <property name="text">
  51. <string>max. iterations</string>
  52. </property>
  53. </widget>
  54. </item>
  55. <item row="1" column="1">
  56. <widget class="QLineEdit" name="maxIterations">
  57. <property name="minimumSize">
  58. <size>
  59. <width>70</width>
  60. <height>0</height>
  61. </size>
  62. </property>
  63. <property name="text">
  64. <string>2000</string>
  65. </property>
  66. <property name="maxLength">
  67. <number>32</number>
  68. </property>
  69. </widget>
  70. </item>
  71. <item row="0" column="0" colspan="2">
  72. <widget class="QPushButton" name="chooseGradient">
  73. <property name="sizePolicy">
  74. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  75. <horstretch>0</horstretch>
  76. <verstretch>0</verstretch>
  77. </sizepolicy>
  78. </property>
  79. <property name="text">
  80. <string>Choose Gradient</string>
  81. </property>
  82. </widget>
  83. </item>
  84. <item row="2" column="0" colspan="2">
  85. <widget class="QCheckBox" name="smooth">
  86. <property name="sizePolicy">
  87. <sizepolicy hsizetype="Minimum" vsizetype="Expanding">
  88. <horstretch>0</horstretch>
  89. <verstretch>0</verstretch>
  90. </sizepolicy>
  91. </property>
  92. <property name="text">
  93. <string>smooth coloring</string>
  94. </property>
  95. <property name="checked">
  96. <bool>true</bool>
  97. </property>
  98. </widget>
  99. </item>
  100. <item row="3" column="0" colspan="2">
  101. <widget class="QCheckBox" name="displayInfo">
  102. <property name="sizePolicy">
  103. <sizepolicy hsizetype="Minimum" vsizetype="Expanding">
  104. <horstretch>0</horstretch>
  105. <verstretch>0</verstretch>
  106. </sizepolicy>
  107. </property>
  108. <property name="text">
  109. <string>display scale</string>
  110. </property>
  111. </widget>
  112. </item>
  113. </layout>
  114. </item>
  115. <item>
  116. <spacer name="verticalSpacer">
  117. <property name="orientation">
  118. <enum>Qt::Vertical</enum>
  119. </property>
  120. <property name="sizeType">
  121. <enum>QSizePolicy::Expanding</enum>
  122. </property>
  123. <property name="sizeHint" stdset="0">
  124. <size>
  125. <width>20</width>
  126. <height>40</height>
  127. </size>
  128. </property>
  129. </spacer>
  130. </item>
  131. <item>
  132. <widget class="QPushButton" name="zoom_in">
  133. <property name="text">
  134. <string>Zoom In</string>
  135. </property>
  136. </widget>
  137. </item>
  138. <item>
  139. <widget class="QPushButton" name="zoom_out">
  140. <property name="text">
  141. <string>Zoom Out</string>
  142. </property>
  143. </widget>
  144. </item>
  145. <item>
  146. <widget class="QPushButton" name="resetZoom">
  147. <property name="text">
  148. <string>Reset Zoom</string>
  149. </property>
  150. </widget>
  151. </item>
  152. <item>
  153. <spacer name="verticalSpacer_2">
  154. <property name="orientation">
  155. <enum>Qt::Vertical</enum>
  156. </property>
  157. <property name="sizeType">
  158. <enum>QSizePolicy::MinimumExpanding</enum>
  159. </property>
  160. <property name="sizeHint" stdset="0">
  161. <size>
  162. <width>20</width>
  163. <height>40</height>
  164. </size>
  165. </property>
  166. </spacer>
  167. </item>
  168. <item>
  169. <widget class="QPushButton" name="runBenchmark">
  170. <property name="text">
  171. <string>Run Benchmark</string>
  172. </property>
  173. </widget>
  174. </item>
  175. <item>
  176. <widget class="QPushButton" name="chooseGenerator">
  177. <property name="text">
  178. <string>Select Generators</string>
  179. </property>
  180. </widget>
  181. </item>
  182. <item>
  183. <widget class="QPushButton" name="exportVideo">
  184. <property name="text">
  185. <string>Export Video</string>
  186. </property>
  187. </widget>
  188. </item>
  189. <item>
  190. <widget class="QPushButton" name="exportImage">
  191. <property name="text">
  192. <string>Export Image</string>
  193. </property>
  194. </widget>
  195. </item>
  196. </layout>
  197. </item>
  198. </layout>
  199. </widget>
  200. </widget>
  201. <action name="actionExit">
  202. <property name="text">
  203. <string>Exit</string>
  204. </property>
  205. </action>
  206. </widget>
  207. <layoutdefault spacing="6" margin="11"/>
  208. <resources/>
  209. <connections/>
  210. </ui>