Almond.ui 11 KB

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