Almond.ui 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  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="QHBoxLayout" name="horizontalLayout_2" stretch="2,0">
  23. <item>
  24. <layout class="QVBoxLayout" name="verticalLayout_left">
  25. <item>
  26. <layout class="QHBoxLayout" name="horizontalLayout_3"/>
  27. </item>
  28. </layout>
  29. </item>
  30. <item>
  31. <layout class="QVBoxLayout" name="verticalLayout_right">
  32. <item>
  33. <layout class="QFormLayout" name="formLayout">
  34. <item row="1" column="0">
  35. <widget class="QLabel" name="label">
  36. <property name="text">
  37. <string>max. iterations</string>
  38. </property>
  39. </widget>
  40. </item>
  41. <item row="1" column="1">
  42. <widget class="QLineEdit" name="maxIterations">
  43. <property name="text">
  44. <string>2000</string>
  45. </property>
  46. <property name="maxLength">
  47. <number>32</number>
  48. </property>
  49. </widget>
  50. </item>
  51. <item row="0" column="0" colspan="2">
  52. <widget class="QPushButton" name="chooseGradient">
  53. <property name="sizePolicy">
  54. <sizepolicy hsizetype="Minimum" vsizetype="Expanding">
  55. <horstretch>0</horstretch>
  56. <verstretch>0</verstretch>
  57. </sizepolicy>
  58. </property>
  59. <property name="text">
  60. <string>Choose Gradient</string>
  61. </property>
  62. </widget>
  63. </item>
  64. <item row="2" column="0" colspan="2">
  65. <widget class="QCheckBox" name="smooth">
  66. <property name="sizePolicy">
  67. <sizepolicy hsizetype="Minimum" vsizetype="Expanding">
  68. <horstretch>0</horstretch>
  69. <verstretch>0</verstretch>
  70. </sizepolicy>
  71. </property>
  72. <property name="text">
  73. <string>smooth coloring</string>
  74. </property>
  75. <property name="checked">
  76. <bool>true</bool>
  77. </property>
  78. </widget>
  79. </item>
  80. </layout>
  81. </item>
  82. <item>
  83. <spacer name="verticalSpacer">
  84. <property name="orientation">
  85. <enum>Qt::Vertical</enum>
  86. </property>
  87. <property name="sizeHint" stdset="0">
  88. <size>
  89. <width>20</width>
  90. <height>40</height>
  91. </size>
  92. </property>
  93. </spacer>
  94. </item>
  95. <item>
  96. <widget class="QPushButton" name="zoom_in">
  97. <property name="text">
  98. <string>Zoom In</string>
  99. </property>
  100. </widget>
  101. </item>
  102. <item>
  103. <widget class="QPushButton" name="zoom_out">
  104. <property name="text">
  105. <string>Zoom Out</string>
  106. </property>
  107. </widget>
  108. </item>
  109. <item>
  110. <widget class="QPushButton" name="resetZoom">
  111. <property name="text">
  112. <string>Reset Zoom</string>
  113. </property>
  114. </widget>
  115. </item>
  116. <item>
  117. <spacer name="verticalSpacer_2">
  118. <property name="orientation">
  119. <enum>Qt::Vertical</enum>
  120. </property>
  121. <property name="sizeHint" stdset="0">
  122. <size>
  123. <width>20</width>
  124. <height>40</height>
  125. </size>
  126. </property>
  127. </spacer>
  128. </item>
  129. <item>
  130. <widget class="QPushButton" name="runBenchmark">
  131. <property name="text">
  132. <string>Run Benchmark</string>
  133. </property>
  134. </widget>
  135. </item>
  136. <item>
  137. <widget class="QPushButton" name="exportVideo">
  138. <property name="text">
  139. <string>Export Video</string>
  140. </property>
  141. </widget>
  142. </item>
  143. <item>
  144. <widget class="QPushButton" name="exportImage">
  145. <property name="text">
  146. <string>Export Image</string>
  147. </property>
  148. </widget>
  149. </item>
  150. </layout>
  151. </item>
  152. </layout>
  153. </item>
  154. </layout>
  155. </widget>
  156. <action name="actionExit">
  157. <property name="text">
  158. <string>Exit</string>
  159. </property>
  160. </action>
  161. </widget>
  162. <layoutdefault spacing="6" margin="11"/>
  163. <resources/>
  164. <connections/>
  165. </ui>