Almond.ui 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288
  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>691</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::AllDockWidgetFeatures</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="0" column="0" colspan="2">
  99. <widget class="QPushButton" name="chooseGradient">
  100. <property name="text">
  101. <string>Choose Gradient</string>
  102. </property>
  103. </widget>
  104. </item>
  105. <item row="1" column="0">
  106. <widget class="QLabel" name="label">
  107. <property name="text">
  108. <string>Max. Iterations</string>
  109. </property>
  110. </widget>
  111. </item>
  112. <item row="1" column="1">
  113. <widget class="QLineEdit" name="maxIterations">
  114. <property name="text">
  115. <string>500</string>
  116. </property>
  117. <property name="maxLength">
  118. <number>32</number>
  119. </property>
  120. </widget>
  121. </item>
  122. <item row="2" column="0" colspan="2">
  123. <widget class="QCheckBox" name="smooth">
  124. <property name="text">
  125. <string>smooth coloring</string>
  126. </property>
  127. <property name="checked">
  128. <bool>true</bool>
  129. </property>
  130. </widget>
  131. </item>
  132. <item row="3" column="0" colspan="2">
  133. <widget class="QCheckBox" name="displayInfo">
  134. <property name="text">
  135. <string>display scale</string>
  136. </property>
  137. </widget>
  138. </item>
  139. <item row="4" column="0" colspan="2">
  140. <widget class="QPushButton" name="chooseGenerator">
  141. <property name="text">
  142. <string>Select Generators</string>
  143. </property>
  144. </widget>
  145. </item>
  146. </layout>
  147. </item>
  148. </layout>
  149. </widget>
  150. </item>
  151. <item>
  152. <spacer name="verticalSpacer_2">
  153. <property name="orientation">
  154. <enum>Qt::Vertical</enum>
  155. </property>
  156. <property name="sizeHint" stdset="0">
  157. <size>
  158. <width>0</width>
  159. <height>0</height>
  160. </size>
  161. </property>
  162. </spacer>
  163. </item>
  164. <item>
  165. <widget class="QGroupBox" name="grp_fractal">
  166. <property name="title">
  167. <string>Fractal</string>
  168. </property>
  169. <layout class="QVBoxLayout" name="verticalLayout">
  170. <item>
  171. <widget class="QRadioButton" name="wMandel">
  172. <property name="text">
  173. <string>Mandelbrot Set</string>
  174. </property>
  175. <property name="checked">
  176. <bool>true</bool>
  177. </property>
  178. </widget>
  179. </item>
  180. <item>
  181. <widget class="QRadioButton" name="radioButton">
  182. <property name="text">
  183. <string>Quadratic Julia Set</string>
  184. </property>
  185. </widget>
  186. </item>
  187. <item>
  188. <layout class="QHBoxLayout" name="horizontalLayout_2">
  189. <item>
  190. <widget class="QRadioButton" name="radioButton_2">
  191. <property name="text">
  192. <string>Custom Formula</string>
  193. </property>
  194. </widget>
  195. </item>
  196. <item>
  197. <widget class="QPushButton" name="createCustom">
  198. <property name="text">
  199. <string>Change</string>
  200. </property>
  201. </widget>
  202. </item>
  203. </layout>
  204. </item>
  205. </layout>
  206. </widget>
  207. </item>
  208. <item>
  209. <spacer name="verticalSpacer_3">
  210. <property name="orientation">
  211. <enum>Qt::Vertical</enum>
  212. </property>
  213. <property name="sizeHint" stdset="0">
  214. <size>
  215. <width>0</width>
  216. <height>0</height>
  217. </size>
  218. </property>
  219. </spacer>
  220. </item>
  221. <item>
  222. <widget class="QGroupBox" name="grp_export_box">
  223. <property name="title">
  224. <string>Export</string>
  225. </property>
  226. <layout class="QGridLayout" name="gridLayout">
  227. <item row="2" column="0">
  228. <widget class="QProgressBar" name="backgroundProgress">
  229. <property name="enabled">
  230. <bool>true</bool>
  231. </property>
  232. <property name="maximum">
  233. <number>1</number>
  234. </property>
  235. <property name="value">
  236. <number>0</number>
  237. </property>
  238. <property name="alignment">
  239. <set>Qt::AlignCenter</set>
  240. </property>
  241. <property name="format">
  242. <string>Export Progress</string>
  243. </property>
  244. </widget>
  245. </item>
  246. <item row="2" column="1">
  247. <widget class="QPushButton" name="cancelProgress">
  248. <property name="text">
  249. <string/>
  250. </property>
  251. <property name="icon">
  252. <iconset theme="cancel">
  253. <normaloff>.</normaloff>.</iconset>
  254. </property>
  255. </widget>
  256. </item>
  257. <item row="0" column="0" colspan="2">
  258. <widget class="QPushButton" name="exportVideo">
  259. <property name="text">
  260. <string>Export Video</string>
  261. </property>
  262. </widget>
  263. </item>
  264. <item row="1" column="0" colspan="2">
  265. <widget class="QPushButton" name="exportImage">
  266. <property name="text">
  267. <string>Export Image</string>
  268. </property>
  269. </widget>
  270. </item>
  271. </layout>
  272. </widget>
  273. </item>
  274. </layout>
  275. </item>
  276. </layout>
  277. </widget>
  278. </widget>
  279. <action name="actionExit">
  280. <property name="text">
  281. <string>Exit</string>
  282. </property>
  283. </action>
  284. </widget>
  285. <layoutdefault spacing="6" margin="11"/>
  286. <resources/>
  287. <connections/>
  288. </ui>