Almond.ui 9.4 KB

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