|
@@ -19,146 +19,178 @@
|
|
|
<widget class="QWidget" name="centralWidget">
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
<item>
|
|
|
- <layout class="QHBoxLayout" name="horizontalLayout_2" stretch="2,0">
|
|
|
- <item>
|
|
|
- <layout class="QVBoxLayout" name="verticalLayout_left">
|
|
|
- <item>
|
|
|
- <layout class="QHBoxLayout" name="horizontalLayout_3"/>
|
|
|
- </item>
|
|
|
- </layout>
|
|
|
- </item>
|
|
|
- <item>
|
|
|
- <layout class="QVBoxLayout" name="verticalLayout_right">
|
|
|
- <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="text">
|
|
|
- <string>2000</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>
|
|
|
- </layout>
|
|
|
- </item>
|
|
|
- <item>
|
|
|
- <spacer name="verticalSpacer">
|
|
|
- <property name="orientation">
|
|
|
- <enum>Qt::Vertical</enum>
|
|
|
- </property>
|
|
|
- <property name="sizeType">
|
|
|
- <enum>QSizePolicy::Expanding</enum>
|
|
|
- </property>
|
|
|
- <property name="sizeHint" stdset="0">
|
|
|
- <size>
|
|
|
- <width>20</width>
|
|
|
- <height>40</height>
|
|
|
- </size>
|
|
|
- </property>
|
|
|
- </spacer>
|
|
|
- </item>
|
|
|
- <item>
|
|
|
- <widget class="QPushButton" name="zoom_in">
|
|
|
- <property name="text">
|
|
|
- <string>Zoom In</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item>
|
|
|
- <widget class="QPushButton" name="zoom_out">
|
|
|
- <property name="text">
|
|
|
- <string>Zoom Out</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item>
|
|
|
- <widget class="QPushButton" name="resetZoom">
|
|
|
- <property name="text">
|
|
|
- <string>Reset Zoom</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item>
|
|
|
- <spacer name="verticalSpacer_2">
|
|
|
- <property name="orientation">
|
|
|
- <enum>Qt::Vertical</enum>
|
|
|
- </property>
|
|
|
- <property name="sizeType">
|
|
|
- <enum>QSizePolicy::MinimumExpanding</enum>
|
|
|
- </property>
|
|
|
- <property name="sizeHint" stdset="0">
|
|
|
- <size>
|
|
|
- <width>20</width>
|
|
|
- <height>40</height>
|
|
|
- </size>
|
|
|
- </property>
|
|
|
- </spacer>
|
|
|
- </item>
|
|
|
- <item>
|
|
|
- <widget class="QPushButton" name="runBenchmark">
|
|
|
- <property name="text">
|
|
|
- <string>Run Benchmark</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>
|
|
|
- </layout>
|
|
|
- </item>
|
|
|
- </layout>
|
|
|
+ <layout class="QVBoxLayout" name="mainContainer"/>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</widget>
|
|
|
+ <widget class="QDockWidget" name="dockWidget_2">
|
|
|
+ <property name="floating">
|
|
|
+ <bool>false</bool>
|
|
|
+ </property>
|
|
|
+ <property name="features">
|
|
|
+ <set>QDockWidget::DockWidgetFloatable|QDockWidget::DockWidgetMovable</set>
|
|
|
+ </property>
|
|
|
+ <property name="allowedAreas">
|
|
|
+ <set>Qt::LeftDockWidgetArea|Qt::RightDockWidgetArea</set>
|
|
|
+ </property>
|
|
|
+ <property name="windowTitle">
|
|
|
+ <string>Options</string>
|
|
|
+ </property>
|
|
|
+ <attribute name="dockWidgetArea">
|
|
|
+ <number>2</number>
|
|
|
+ </attribute>
|
|
|
+ <widget class="QWidget" name="dockWidgetContents_2">
|
|
|
+ <layout class="QHBoxLayout" name="horizontalLayout_4">
|
|
|
+ <item>
|
|
|
+ <layout class="QVBoxLayout" name="verticalLayout_right">
|
|
|
+ <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>2000</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>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <spacer name="verticalSpacer">
|
|
|
+ <property name="orientation">
|
|
|
+ <enum>Qt::Vertical</enum>
|
|
|
+ </property>
|
|
|
+ <property name="sizeType">
|
|
|
+ <enum>QSizePolicy::Expanding</enum>
|
|
|
+ </property>
|
|
|
+ <property name="sizeHint" stdset="0">
|
|
|
+ <size>
|
|
|
+ <width>20</width>
|
|
|
+ <height>40</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ </spacer>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <widget class="QPushButton" name="zoom_in">
|
|
|
+ <property name="text">
|
|
|
+ <string>Zoom In</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <widget class="QPushButton" name="zoom_out">
|
|
|
+ <property name="text">
|
|
|
+ <string>Zoom Out</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <widget class="QPushButton" name="resetZoom">
|
|
|
+ <property name="text">
|
|
|
+ <string>Reset Zoom</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <spacer name="verticalSpacer_2">
|
|
|
+ <property name="orientation">
|
|
|
+ <enum>Qt::Vertical</enum>
|
|
|
+ </property>
|
|
|
+ <property name="sizeType">
|
|
|
+ <enum>QSizePolicy::MinimumExpanding</enum>
|
|
|
+ </property>
|
|
|
+ <property name="sizeHint" stdset="0">
|
|
|
+ <size>
|
|
|
+ <width>20</width>
|
|
|
+ <height>40</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ </spacer>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <widget class="QPushButton" name="runBenchmark">
|
|
|
+ <property name="text">
|
|
|
+ <string>Run Benchmark</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>
|
|
|
+ </layout>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
+ </widget>
|
|
|
+ </widget>
|
|
|
<action name="actionExit">
|
|
|
<property name="text">
|
|
|
<string>Exit</string>
|