Almond.ui 9.4 KB

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