|
@@ -9,8 +9,8 @@
|
|
<rect>
|
|
<rect>
|
|
<x>0</x>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<y>0</y>
|
|
- <width>950</width>
|
|
|
|
- <height>744</height>
|
|
|
|
|
|
+ <width>1202</width>
|
|
|
|
+ <height>829</height>
|
|
</rect>
|
|
</rect>
|
|
</property>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<property name="windowTitle">
|
|
@@ -44,124 +44,146 @@
|
|
<item>
|
|
<item>
|
|
<layout class="QVBoxLayout" name="verticalLayout_right">
|
|
<layout class="QVBoxLayout" name="verticalLayout_right">
|
|
<item>
|
|
<item>
|
|
- <layout class="QFormLayout" name="formLayout">
|
|
|
|
- <item row="1" column="0">
|
|
|
|
- <widget class="QLabel" name="label">
|
|
|
|
- <property name="text">
|
|
|
|
- <string>max. iterations</string>
|
|
|
|
- </property>
|
|
|
|
- </widget>
|
|
|
|
- </item>
|
|
|
|
- <item row="1" column="1">
|
|
|
|
- <widget class="QLineEdit" name="maxIterations">
|
|
|
|
- <property name="minimumSize">
|
|
|
|
- <size>
|
|
|
|
- <width>70</width>
|
|
|
|
- <height>0</height>
|
|
|
|
- </size>
|
|
|
|
- </property>
|
|
|
|
- <property name="text">
|
|
|
|
- <string>500</string>
|
|
|
|
- </property>
|
|
|
|
- <property name="maxLength">
|
|
|
|
- <number>32</number>
|
|
|
|
- </property>
|
|
|
|
- </widget>
|
|
|
|
- </item>
|
|
|
|
- <item row="0" column="0" colspan="2">
|
|
|
|
- <widget class="QPushButton" name="chooseGradient">
|
|
|
|
- <property name="sizePolicy">
|
|
|
|
- <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
|
|
|
- <horstretch>0</horstretch>
|
|
|
|
- <verstretch>0</verstretch>
|
|
|
|
- </sizepolicy>
|
|
|
|
- </property>
|
|
|
|
- <property name="text">
|
|
|
|
- <string>Choose Gradient</string>
|
|
|
|
- </property>
|
|
|
|
- </widget>
|
|
|
|
- </item>
|
|
|
|
- <item row="2" column="0" colspan="2">
|
|
|
|
- <widget class="QCheckBox" name="smooth">
|
|
|
|
- <property name="sizePolicy">
|
|
|
|
- <sizepolicy hsizetype="Minimum" vsizetype="Expanding">
|
|
|
|
- <horstretch>0</horstretch>
|
|
|
|
- <verstretch>0</verstretch>
|
|
|
|
- </sizepolicy>
|
|
|
|
- </property>
|
|
|
|
- <property name="text">
|
|
|
|
- <string>smooth coloring</string>
|
|
|
|
- </property>
|
|
|
|
- <property name="checked">
|
|
|
|
- <bool>true</bool>
|
|
|
|
- </property>
|
|
|
|
- </widget>
|
|
|
|
- </item>
|
|
|
|
- <item row="3" column="0" colspan="2">
|
|
|
|
- <widget class="QCheckBox" name="displayInfo">
|
|
|
|
- <property name="sizePolicy">
|
|
|
|
- <sizepolicy hsizetype="Minimum" vsizetype="Expanding">
|
|
|
|
- <horstretch>0</horstretch>
|
|
|
|
- <verstretch>0</verstretch>
|
|
|
|
- </sizepolicy>
|
|
|
|
- </property>
|
|
|
|
- <property name="text">
|
|
|
|
- <string>display scale</string>
|
|
|
|
- </property>
|
|
|
|
- </widget>
|
|
|
|
- </item>
|
|
|
|
- </layout>
|
|
|
|
|
|
+ <widget class="QGroupBox" name="groupBox_3">
|
|
|
|
+ <property name="title">
|
|
|
|
+ <string>Display/Calculation Options</string>
|
|
|
|
+ </property>
|
|
|
|
+ <layout class="QVBoxLayout" name="verticalLayout_3">
|
|
|
|
+ <item>
|
|
|
|
+ <layout class="QFormLayout" name="formLayout">
|
|
|
|
+ <item row="1" column="0">
|
|
|
|
+ <widget class="QLabel" name="label">
|
|
|
|
+ <property name="text">
|
|
|
|
+ <string>Max. Iterations</string>
|
|
|
|
+ </property>
|
|
|
|
+ </widget>
|
|
|
|
+ </item>
|
|
|
|
+ <item row="2" column="0" colspan="2">
|
|
|
|
+ <widget class="QCheckBox" name="smooth">
|
|
|
|
+ <property name="sizePolicy">
|
|
|
|
+ <sizepolicy hsizetype="Minimum" vsizetype="Expanding">
|
|
|
|
+ <horstretch>0</horstretch>
|
|
|
|
+ <verstretch>0</verstretch>
|
|
|
|
+ </sizepolicy>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="text">
|
|
|
|
+ <string>smooth coloring</string>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="checked">
|
|
|
|
+ <bool>true</bool>
|
|
|
|
+ </property>
|
|
|
|
+ </widget>
|
|
|
|
+ </item>
|
|
|
|
+ <item row="3" column="0" colspan="2">
|
|
|
|
+ <widget class="QCheckBox" name="displayInfo">
|
|
|
|
+ <property name="sizePolicy">
|
|
|
|
+ <sizepolicy hsizetype="Minimum" vsizetype="Expanding">
|
|
|
|
+ <horstretch>0</horstretch>
|
|
|
|
+ <verstretch>0</verstretch>
|
|
|
|
+ </sizepolicy>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="text">
|
|
|
|
+ <string>display scale</string>
|
|
|
|
+ </property>
|
|
|
|
+ </widget>
|
|
|
|
+ </item>
|
|
|
|
+ <item row="4" column="0" colspan="2">
|
|
|
|
+ <widget class="QPushButton" name="chooseGenerator">
|
|
|
|
+ <property name="text">
|
|
|
|
+ <string>Select Generators</string>
|
|
|
|
+ </property>
|
|
|
|
+ </widget>
|
|
|
|
+ </item>
|
|
|
|
+ <item row="1" column="1">
|
|
|
|
+ <widget class="QLineEdit" name="maxIterations">
|
|
|
|
+ <property name="minimumSize">
|
|
|
|
+ <size>
|
|
|
|
+ <width>70</width>
|
|
|
|
+ <height>0</height>
|
|
|
|
+ </size>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="text">
|
|
|
|
+ <string>500</string>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="maxLength">
|
|
|
|
+ <number>32</number>
|
|
|
|
+ </property>
|
|
|
|
+ </widget>
|
|
|
|
+ </item>
|
|
|
|
+ <item row="0" column="0" colspan="2">
|
|
|
|
+ <widget class="QPushButton" name="chooseGradient">
|
|
|
|
+ <property name="sizePolicy">
|
|
|
|
+ <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
|
|
|
+ <horstretch>0</horstretch>
|
|
|
|
+ <verstretch>0</verstretch>
|
|
|
|
+ </sizepolicy>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="text">
|
|
|
|
+ <string>Choose Gradient</string>
|
|
|
|
+ </property>
|
|
|
|
+ </widget>
|
|
|
|
+ </item>
|
|
|
|
+ </layout>
|
|
|
|
+ </item>
|
|
|
|
+ </layout>
|
|
|
|
+ </widget>
|
|
</item>
|
|
</item>
|
|
<item>
|
|
<item>
|
|
- <spacer name="verticalSpacer">
|
|
|
|
|
|
+ <spacer name="verticalSpacer_3">
|
|
<property name="orientation">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
</property>
|
|
- <property name="sizeType">
|
|
|
|
- <enum>QSizePolicy::Expanding</enum>
|
|
|
|
- </property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<size>
|
|
- <width>20</width>
|
|
|
|
- <height>40</height>
|
|
|
|
|
|
+ <width>0</width>
|
|
|
|
+ <height>0</height>
|
|
</size>
|
|
</size>
|
|
</property>
|
|
</property>
|
|
</spacer>
|
|
</spacer>
|
|
</item>
|
|
</item>
|
|
<item>
|
|
<item>
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
- <item row="0" column="1">
|
|
|
|
- <widget class="QPushButton" name="zoom_out">
|
|
|
|
- <property name="text">
|
|
|
|
- <string>Zoom Out</string>
|
|
|
|
- </property>
|
|
|
|
- </widget>
|
|
|
|
- </item>
|
|
|
|
<item row="0" column="0">
|
|
<item row="0" column="0">
|
|
- <widget class="QPushButton" name="zoom_in">
|
|
|
|
- <property name="text">
|
|
|
|
- <string>Zoom In</string>
|
|
|
|
- </property>
|
|
|
|
- </widget>
|
|
|
|
- </item>
|
|
|
|
- <item row="1" column="0" colspan="2">
|
|
|
|
- <widget class="QPushButton" name="resetZoom">
|
|
|
|
- <property name="text">
|
|
|
|
- <string>Reset Zoom</string>
|
|
|
|
|
|
+ <widget class="QGroupBox" name="groupBox_2">
|
|
|
|
+ <property name="title">
|
|
|
|
+ <string>Zoom</string>
|
|
</property>
|
|
</property>
|
|
|
|
+ <layout class="QGridLayout" name="gridLayout_2">
|
|
|
|
+ <item row="1" column="0">
|
|
|
|
+ <widget class="QPushButton" name="zoom_in">
|
|
|
|
+ <property name="text">
|
|
|
|
+ <string>Zoom In</string>
|
|
|
|
+ </property>
|
|
|
|
+ </widget>
|
|
|
|
+ </item>
|
|
|
|
+ <item row="1" column="1">
|
|
|
|
+ <widget class="QPushButton" name="zoom_out">
|
|
|
|
+ <property name="text">
|
|
|
|
+ <string>Zoom Out</string>
|
|
|
|
+ </property>
|
|
|
|
+ </widget>
|
|
|
|
+ </item>
|
|
|
|
+ <item row="0" column="0" colspan="2">
|
|
|
|
+ <widget class="QPushButton" name="resetZoom">
|
|
|
|
+ <property name="text">
|
|
|
|
+ <string>Reset Zoom</string>
|
|
|
|
+ </property>
|
|
|
|
+ </widget>
|
|
|
|
+ </item>
|
|
|
|
+ </layout>
|
|
</widget>
|
|
</widget>
|
|
</item>
|
|
</item>
|
|
</layout>
|
|
</layout>
|
|
</item>
|
|
</item>
|
|
<item>
|
|
<item>
|
|
- <spacer name="verticalSpacer_3">
|
|
|
|
|
|
+ <spacer name="verticalSpacer_2">
|
|
<property name="orientation">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<size>
|
|
- <width>20</width>
|
|
|
|
- <height>40</height>
|
|
|
|
|
|
+ <width>0</width>
|
|
|
|
+ <height>0</height>
|
|
</size>
|
|
</size>
|
|
</property>
|
|
</property>
|
|
</spacer>
|
|
</spacer>
|
|
@@ -211,65 +233,64 @@
|
|
</widget>
|
|
</widget>
|
|
</item>
|
|
</item>
|
|
<item>
|
|
<item>
|
|
- <spacer name="verticalSpacer_2">
|
|
|
|
|
|
+ <spacer name="verticalSpacer">
|
|
<property name="orientation">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
</property>
|
|
- <property name="sizeType">
|
|
|
|
- <enum>QSizePolicy::MinimumExpanding</enum>
|
|
|
|
- </property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<size>
|
|
- <width>20</width>
|
|
|
|
- <height>40</height>
|
|
|
|
|
|
+ <width>0</width>
|
|
|
|
+ <height>0</height>
|
|
</size>
|
|
</size>
|
|
</property>
|
|
</property>
|
|
</spacer>
|
|
</spacer>
|
|
</item>
|
|
</item>
|
|
<item>
|
|
<item>
|
|
- <widget class="QPushButton" name="chooseGenerator">
|
|
|
|
- <property name="text">
|
|
|
|
- <string>Select Generators</string>
|
|
|
|
- </property>
|
|
|
|
- </widget>
|
|
|
|
- </item>
|
|
|
|
- <item>
|
|
|
|
- <widget class="QPushButton" name="exportVideo">
|
|
|
|
- <property name="text">
|
|
|
|
- <string>Export Video</string>
|
|
|
|
- </property>
|
|
|
|
- </widget>
|
|
|
|
- </item>
|
|
|
|
- <item>
|
|
|
|
- <widget class="QPushButton" name="exportImage">
|
|
|
|
- <property name="text">
|
|
|
|
- <string>Export Image</string>
|
|
|
|
- </property>
|
|
|
|
- </widget>
|
|
|
|
- </item>
|
|
|
|
- <item>
|
|
|
|
- <widget class="QProgressBar" name="backgroundProgress">
|
|
|
|
- <property name="enabled">
|
|
|
|
- <bool>true</bool>
|
|
|
|
- </property>
|
|
|
|
- <property name="sizePolicy">
|
|
|
|
- <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
|
|
|
- <horstretch>0</horstretch>
|
|
|
|
- <verstretch>0</verstretch>
|
|
|
|
- </sizepolicy>
|
|
|
|
- </property>
|
|
|
|
- <property name="maximum">
|
|
|
|
- <number>1</number>
|
|
|
|
- </property>
|
|
|
|
- <property name="value">
|
|
|
|
- <number>0</number>
|
|
|
|
- </property>
|
|
|
|
- <property name="alignment">
|
|
|
|
- <set>Qt::AlignCenter</set>
|
|
|
|
- </property>
|
|
|
|
- <property name="format">
|
|
|
|
- <string>Background Tasks</string>
|
|
|
|
|
|
+ <widget class="QGroupBox" name="export_box">
|
|
|
|
+ <property name="title">
|
|
|
|
+ <string>Export</string>
|
|
</property>
|
|
</property>
|
|
|
|
+ <layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
+ <item>
|
|
|
|
+ <widget class="QPushButton" name="exportVideo">
|
|
|
|
+ <property name="text">
|
|
|
|
+ <string>Export Video</string>
|
|
|
|
+ </property>
|
|
|
|
+ </widget>
|
|
|
|
+ </item>
|
|
|
|
+ <item>
|
|
|
|
+ <widget class="QPushButton" name="exportImage">
|
|
|
|
+ <property name="text">
|
|
|
|
+ <string>Export Image</string>
|
|
|
|
+ </property>
|
|
|
|
+ </widget>
|
|
|
|
+ </item>
|
|
|
|
+ <item>
|
|
|
|
+ <widget class="QProgressBar" name="backgroundProgress">
|
|
|
|
+ <property name="enabled">
|
|
|
|
+ <bool>true</bool>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="sizePolicy">
|
|
|
|
+ <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
|
|
|
+ <horstretch>0</horstretch>
|
|
|
|
+ <verstretch>0</verstretch>
|
|
|
|
+ </sizepolicy>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="maximum">
|
|
|
|
+ <number>1</number>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="value">
|
|
|
|
+ <number>0</number>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="alignment">
|
|
|
|
+ <set>Qt::AlignCenter</set>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="format">
|
|
|
|
+ <string>Background Tasks</string>
|
|
|
|
+ </property>
|
|
|
|
+ </widget>
|
|
|
|
+ </item>
|
|
|
|
+ </layout>
|
|
</widget>
|
|
</widget>
|
|
</item>
|
|
</item>
|
|
</layout>
|
|
</layout>
|