Almond.ui 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310
  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>1202</width>
  13. <height>829</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. <widget class="QGroupBox" name="groupBox_3">
  48. <property name="title">
  49. <string>Display/Calculation Options</string>
  50. </property>
  51. <layout class="QVBoxLayout" name="verticalLayout_3">
  52. <item>
  53. <layout class="QFormLayout" name="formLayout">
  54. <item row="1" column="0">
  55. <widget class="QLabel" name="label">
  56. <property name="text">
  57. <string>Max. Iterations</string>
  58. </property>
  59. </widget>
  60. </item>
  61. <item row="2" column="0" colspan="2">
  62. <widget class="QCheckBox" name="smooth">
  63. <property name="sizePolicy">
  64. <sizepolicy hsizetype="Minimum" vsizetype="Expanding">
  65. <horstretch>0</horstretch>
  66. <verstretch>0</verstretch>
  67. </sizepolicy>
  68. </property>
  69. <property name="text">
  70. <string>smooth coloring</string>
  71. </property>
  72. <property name="checked">
  73. <bool>true</bool>
  74. </property>
  75. </widget>
  76. </item>
  77. <item row="3" column="0" colspan="2">
  78. <widget class="QCheckBox" name="displayInfo">
  79. <property name="sizePolicy">
  80. <sizepolicy hsizetype="Minimum" vsizetype="Expanding">
  81. <horstretch>0</horstretch>
  82. <verstretch>0</verstretch>
  83. </sizepolicy>
  84. </property>
  85. <property name="text">
  86. <string>display scale</string>
  87. </property>
  88. </widget>
  89. </item>
  90. <item row="4" column="0" colspan="2">
  91. <widget class="QPushButton" name="chooseGenerator">
  92. <property name="text">
  93. <string>Select Generators</string>
  94. </property>
  95. </widget>
  96. </item>
  97. <item row="1" column="1">
  98. <widget class="QLineEdit" name="maxIterations">
  99. <property name="minimumSize">
  100. <size>
  101. <width>70</width>
  102. <height>0</height>
  103. </size>
  104. </property>
  105. <property name="text">
  106. <string>500</string>
  107. </property>
  108. <property name="maxLength">
  109. <number>32</number>
  110. </property>
  111. </widget>
  112. </item>
  113. <item row="0" column="0" colspan="2">
  114. <widget class="QPushButton" name="chooseGradient">
  115. <property name="sizePolicy">
  116. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  117. <horstretch>0</horstretch>
  118. <verstretch>0</verstretch>
  119. </sizepolicy>
  120. </property>
  121. <property name="text">
  122. <string>Choose Gradient</string>
  123. </property>
  124. </widget>
  125. </item>
  126. </layout>
  127. </item>
  128. </layout>
  129. </widget>
  130. </item>
  131. <item>
  132. <spacer name="verticalSpacer_3">
  133. <property name="orientation">
  134. <enum>Qt::Vertical</enum>
  135. </property>
  136. <property name="sizeHint" stdset="0">
  137. <size>
  138. <width>0</width>
  139. <height>0</height>
  140. </size>
  141. </property>
  142. </spacer>
  143. </item>
  144. <item>
  145. <layout class="QGridLayout" name="gridLayout">
  146. <item row="0" column="0">
  147. <widget class="QGroupBox" name="groupBox_2">
  148. <property name="title">
  149. <string>Zoom</string>
  150. </property>
  151. <layout class="QGridLayout" name="gridLayout_2">
  152. <item row="1" column="0">
  153. <widget class="QPushButton" name="zoom_in">
  154. <property name="text">
  155. <string>Zoom In</string>
  156. </property>
  157. </widget>
  158. </item>
  159. <item row="1" column="1">
  160. <widget class="QPushButton" name="zoom_out">
  161. <property name="text">
  162. <string>Zoom Out</string>
  163. </property>
  164. </widget>
  165. </item>
  166. <item row="0" column="0" colspan="2">
  167. <widget class="QPushButton" name="resetZoom">
  168. <property name="text">
  169. <string>Reset Zoom</string>
  170. </property>
  171. </widget>
  172. </item>
  173. </layout>
  174. </widget>
  175. </item>
  176. </layout>
  177. </item>
  178. <item>
  179. <spacer name="verticalSpacer_2">
  180. <property name="orientation">
  181. <enum>Qt::Vertical</enum>
  182. </property>
  183. <property name="sizeHint" stdset="0">
  184. <size>
  185. <width>0</width>
  186. <height>0</height>
  187. </size>
  188. </property>
  189. </spacer>
  190. </item>
  191. <item>
  192. <widget class="QGroupBox" name="groupBox">
  193. <property name="title">
  194. <string>Fractal</string>
  195. </property>
  196. <layout class="QVBoxLayout" name="verticalLayout">
  197. <item>
  198. <widget class="QRadioButton" name="wMandel">
  199. <property name="text">
  200. <string>Mandelbrot Set</string>
  201. </property>
  202. <property name="checked">
  203. <bool>true</bool>
  204. </property>
  205. </widget>
  206. </item>
  207. <item>
  208. <widget class="QRadioButton" name="radioButton">
  209. <property name="text">
  210. <string>Quadratic Julia Set</string>
  211. </property>
  212. </widget>
  213. </item>
  214. <item>
  215. <layout class="QHBoxLayout" name="horizontalLayout_2">
  216. <item>
  217. <widget class="QRadioButton" name="radioButton_2">
  218. <property name="text">
  219. <string>Custom Formula</string>
  220. </property>
  221. </widget>
  222. </item>
  223. <item>
  224. <widget class="QPushButton" name="createCustom">
  225. <property name="text">
  226. <string>Change</string>
  227. </property>
  228. </widget>
  229. </item>
  230. </layout>
  231. </item>
  232. </layout>
  233. </widget>
  234. </item>
  235. <item>
  236. <spacer name="verticalSpacer">
  237. <property name="orientation">
  238. <enum>Qt::Vertical</enum>
  239. </property>
  240. <property name="sizeHint" stdset="0">
  241. <size>
  242. <width>0</width>
  243. <height>0</height>
  244. </size>
  245. </property>
  246. </spacer>
  247. </item>
  248. <item>
  249. <widget class="QGroupBox" name="export_box">
  250. <property name="title">
  251. <string>Export</string>
  252. </property>
  253. <layout class="QVBoxLayout" name="verticalLayout_2">
  254. <item>
  255. <widget class="QPushButton" name="exportVideo">
  256. <property name="text">
  257. <string>Export Video</string>
  258. </property>
  259. </widget>
  260. </item>
  261. <item>
  262. <widget class="QPushButton" name="exportImage">
  263. <property name="text">
  264. <string>Export Image</string>
  265. </property>
  266. </widget>
  267. </item>
  268. <item>
  269. <widget class="QProgressBar" name="backgroundProgress">
  270. <property name="enabled">
  271. <bool>true</bool>
  272. </property>
  273. <property name="sizePolicy">
  274. <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
  275. <horstretch>0</horstretch>
  276. <verstretch>0</verstretch>
  277. </sizepolicy>
  278. </property>
  279. <property name="maximum">
  280. <number>1</number>
  281. </property>
  282. <property name="value">
  283. <number>0</number>
  284. </property>
  285. <property name="alignment">
  286. <set>Qt::AlignCenter</set>
  287. </property>
  288. <property name="format">
  289. <string>Background Tasks</string>
  290. </property>
  291. </widget>
  292. </item>
  293. </layout>
  294. </widget>
  295. </item>
  296. </layout>
  297. </item>
  298. </layout>
  299. </widget>
  300. </widget>
  301. <action name="actionExit">
  302. <property name="text">
  303. <string>Exit</string>
  304. </property>
  305. </action>
  306. </widget>
  307. <layoutdefault spacing="6" margin="11"/>
  308. <resources/>
  309. <connections/>
  310. </ui>