Almond.ui 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289
  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>950</width>
  13. <height>744</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>500</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. <layout class="QGridLayout" name="gridLayout">
  133. <item row="0" column="1">
  134. <widget class="QPushButton" name="zoom_out">
  135. <property name="text">
  136. <string>Zoom Out</string>
  137. </property>
  138. </widget>
  139. </item>
  140. <item row="0" column="0">
  141. <widget class="QPushButton" name="zoom_in">
  142. <property name="text">
  143. <string>Zoom In</string>
  144. </property>
  145. </widget>
  146. </item>
  147. <item row="1" column="0" colspan="2">
  148. <widget class="QPushButton" name="resetZoom">
  149. <property name="text">
  150. <string>Reset Zoom</string>
  151. </property>
  152. </widget>
  153. </item>
  154. </layout>
  155. </item>
  156. <item>
  157. <spacer name="verticalSpacer_3">
  158. <property name="orientation">
  159. <enum>Qt::Vertical</enum>
  160. </property>
  161. <property name="sizeHint" stdset="0">
  162. <size>
  163. <width>20</width>
  164. <height>40</height>
  165. </size>
  166. </property>
  167. </spacer>
  168. </item>
  169. <item>
  170. <widget class="QGroupBox" name="groupBox">
  171. <property name="title">
  172. <string>Fractal</string>
  173. </property>
  174. <layout class="QVBoxLayout" name="verticalLayout">
  175. <item>
  176. <widget class="QRadioButton" name="wMandel">
  177. <property name="text">
  178. <string>Mandelbrot Set</string>
  179. </property>
  180. <property name="checked">
  181. <bool>true</bool>
  182. </property>
  183. </widget>
  184. </item>
  185. <item>
  186. <widget class="QRadioButton" name="radioButton">
  187. <property name="text">
  188. <string>Quadratic Julia Set</string>
  189. </property>
  190. </widget>
  191. </item>
  192. <item>
  193. <layout class="QHBoxLayout" name="horizontalLayout_2">
  194. <item>
  195. <widget class="QRadioButton" name="radioButton_2">
  196. <property name="text">
  197. <string>Custom Formula</string>
  198. </property>
  199. </widget>
  200. </item>
  201. <item>
  202. <widget class="QPushButton" name="createCustom">
  203. <property name="text">
  204. <string>Change</string>
  205. </property>
  206. </widget>
  207. </item>
  208. </layout>
  209. </item>
  210. </layout>
  211. </widget>
  212. </item>
  213. <item>
  214. <spacer name="verticalSpacer_2">
  215. <property name="orientation">
  216. <enum>Qt::Vertical</enum>
  217. </property>
  218. <property name="sizeType">
  219. <enum>QSizePolicy::MinimumExpanding</enum>
  220. </property>
  221. <property name="sizeHint" stdset="0">
  222. <size>
  223. <width>20</width>
  224. <height>40</height>
  225. </size>
  226. </property>
  227. </spacer>
  228. </item>
  229. <item>
  230. <widget class="QPushButton" name="chooseGenerator">
  231. <property name="text">
  232. <string>Select Generators</string>
  233. </property>
  234. </widget>
  235. </item>
  236. <item>
  237. <widget class="QPushButton" name="exportVideo">
  238. <property name="text">
  239. <string>Export Video</string>
  240. </property>
  241. </widget>
  242. </item>
  243. <item>
  244. <widget class="QPushButton" name="exportImage">
  245. <property name="text">
  246. <string>Export Image</string>
  247. </property>
  248. </widget>
  249. </item>
  250. <item>
  251. <widget class="QProgressBar" name="backgroundProgress">
  252. <property name="enabled">
  253. <bool>true</bool>
  254. </property>
  255. <property name="sizePolicy">
  256. <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
  257. <horstretch>0</horstretch>
  258. <verstretch>0</verstretch>
  259. </sizepolicy>
  260. </property>
  261. <property name="maximum">
  262. <number>1</number>
  263. </property>
  264. <property name="value">
  265. <number>0</number>
  266. </property>
  267. <property name="alignment">
  268. <set>Qt::AlignCenter</set>
  269. </property>
  270. <property name="format">
  271. <string>Background Tasks</string>
  272. </property>
  273. </widget>
  274. </item>
  275. </layout>
  276. </item>
  277. </layout>
  278. </widget>
  279. </widget>
  280. <action name="actionExit">
  281. <property name="text">
  282. <string>Exit</string>
  283. </property>
  284. </action>
  285. </widget>
  286. <layoutdefault spacing="6" margin="11"/>
  287. <resources/>
  288. <connections/>
  289. </ui>