Commit ddb69692 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4: rework on the video effect dialog

Changing places of items depending on their actual usefulness
Removing one tab
Reordering tabs according to usefulness
Reordering of tab order and buddies
parent 9e94d810
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>619</width> <width>542</width>
<height>308</height> <height>276</height>
</rect> </rect>
</property> </property>
<property name="currentIndex"> <property name="currentIndex">
...@@ -17,11 +17,14 @@ ...@@ -17,11 +17,14 @@
<attribute name="title"> <attribute name="title">
<string>Basic</string> <string>Basic</string>
</attribute> </attribute>
<layout class="QGridLayout"> <layout class="QGridLayout" name="gridLayout_4">
<item row="0" column="1"> <item row="0" column="0" rowspan="3">
<widget class="QGroupBox" name="sharpenEnable"> <widget class="QGroupBox" name="adjustEnable">
<property name="enabled">
<bool>true</bool>
</property>
<property name="title"> <property name="title">
<string>Sharpen</string> <string>Image adjust</string>
</property> </property>
<property name="checkable"> <property name="checkable">
<bool>true</bool> <bool>true</bool>
...@@ -29,21 +32,21 @@ ...@@ -29,21 +32,21 @@
<property name="checked"> <property name="checked">
<bool>false</bool> <bool>false</bool>
</property> </property>
<layout class="QGridLayout"> <layout class="QGridLayout" name="gridLayout_6">
<item row="0" column="0"> <item row="0" column="0">
<widget class="QLabel" name="label_29"> <widget class="QLabel" name="label">
<property name="text"> <property name="text">
<string>Sigma</string> <string>Hue</string>
</property>
<property name="buddy">
<cstring>hueSlider</cstring>
</property> </property>
</widget> </widget>
</item> </item>
<item row="0" column="1"> <item row="0" column="1">
<widget class="QSlider" name="sharpenSigmaSlider"> <widget class="QSlider" name="hueSlider">
<property name="maximum"> <property name="maximum">
<number>200</number> <number>360</number>
</property>
<property name="pageStep">
<number>10</number>
</property> </property>
<property name="orientation"> <property name="orientation">
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
...@@ -52,81 +55,55 @@ ...@@ -52,81 +55,55 @@
<enum>QSlider::TicksBelow</enum> <enum>QSlider::TicksBelow</enum>
</property> </property>
<property name="tickInterval"> <property name="tickInterval">
<number>100</number> <number>60</number>
</property> </property>
</widget> </widget>
</item> </item>
</layout> <item row="1" column="0">
</widget> <widget class="QLabel" name="label_3">
</item> <property name="text">
<item row="0" column="0" rowspan="3"> <string>Brightness</string>
<widget class="QGroupBox" name="adjustEnable">
<property name="enabled">
<bool>true</bool>
</property>
<property name="title">
<string>Image adjust</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>false</bool>
</property>
<layout class="QGridLayout">
<property name="spacing">
<number>0</number>
</property>
<item row="0" column="1">
<widget class="QSlider" name="hueSlider">
<property name="maximum">
<number>360</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="tickPosition">
<enum>QSlider::TicksBothSides</enum>
</property> </property>
<property name="tickInterval"> <property name="buddy">
<number>60</number> <cstring>brightnessSlider</cstring>
</property> </property>
</widget> </widget>
</item> </item>
<item row="4" column="1"> <item row="1" column="1">
<widget class="QSlider" name="gammaSlider"> <widget class="QSlider" name="brightnessSlider">
<property name="maximum"> <property name="maximum">
<number>500</number> <number>200</number>
</property> </property>
<property name="orientation"> <property name="orientation">
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
<property name="tickPosition"> <property name="tickPosition">
<enum>QSlider::TicksBothSides</enum> <enum>QSlider::TicksBelow</enum>
</property> </property>
<property name="tickInterval"> <property name="tickInterval">
<number>50</number> <number>50</number>
</property> </property>
</widget> </widget>
</item> </item>
<item row="3" column="1"> <item row="2" column="1">
<widget class="QSlider" name="saturationSlider"> <widget class="QCheckBox" name="brightnessThresholdCheck">
<property name="maximum"> <property name="text">
<number>300</number> <string>Brightness Threshold</string>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property> </property>
<property name="tickPosition"> </widget>
<enum>QSlider::TicksBothSides</enum> </item>
<item row="3" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string>Contrast</string>
</property> </property>
<property name="tickInterval"> <property name="buddy">
<number>100</number> <cstring>contrastSlider</cstring>
</property> </property>
</widget> </widget>
</item> </item>
<item row="2" column="1"> <item row="3" column="1">
<widget class="QSlider" name="brightnessSlider"> <widget class="QSlider" name="contrastSlider">
<property name="maximum"> <property name="maximum">
<number>200</number> <number>200</number>
</property> </property>
...@@ -134,78 +111,116 @@ ...@@ -134,78 +111,116 @@
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
<property name="tickPosition"> <property name="tickPosition">
<enum>QSlider::TicksBothSides</enum> <enum>QSlider::TicksBelow</enum>
</property> </property>
<property name="tickInterval"> <property name="tickInterval">
<number>100</number> <number>50</number>
</property> </property>
</widget> </widget>
</item> </item>
<item row="1" column="1"> <item row="4" column="0">
<widget class="QSlider" name="contrastSlider"> <widget class="QLabel" name="label_4">
<property name="text">
<string>Saturation</string>
</property>
<property name="buddy">
<cstring>saturationSlider</cstring>
</property>
</widget>
</item>
<item row="4" column="1">
<widget class="QSlider" name="saturationSlider">
<property name="maximum"> <property name="maximum">
<number>200</number> <number>300</number>
</property> </property>
<property name="orientation"> <property name="orientation">
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
<property name="tickPosition"> <property name="tickPosition">
<enum>QSlider::TicksBothSides</enum> <enum>QSlider::TicksBelow</enum>
</property> </property>
<property name="tickInterval"> <property name="tickInterval">
<number>100</number> <number>50</number>
</property> </property>
</widget> </widget>
</item> </item>
<item row="4" column="0"> <item row="5" column="0">
<widget class="QLabel" name="label_5"> <widget class="QLabel" name="label_5">
<property name="text"> <property name="text">
<string>Gamma</string> <string>Gamma</string>
</property> </property>
</widget> <property name="buddy">
</item> <cstring>gammaSlider</cstring>
<item row="1" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string>Contrast</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="2" column="0"> <item row="5" column="1">
<widget class="QLabel" name="label_3"> <widget class="QSlider" name="gammaSlider">
<property name="text"> <property name="maximum">
<string>Brightness</string> <number>1000</number>
</property> </property>
</widget> <property name="orientation">
</item> <enum>Qt::Horizontal</enum>
<item row="3" column="0"> </property>
<widget class="QLabel" name="label_4"> <property name="tickPosition">
<property name="text"> <enum>QSlider::TicksBelow</enum>
<string>Saturation</string> </property>
<property name="tickInterval">
<number>100</number>
</property> </property>
</widget> </widget>
</item> </item>
</layout>
</widget>
</item>
<item row="0" column="1">
<widget class="QGroupBox" name="sharpenEnable">
<property name="title">
<string>Sharpen</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>false</bool>
</property>
<layout class="QGridLayout">
<item row="0" column="0"> <item row="0" column="0">
<widget class="QLabel" name="label"> <widget class="QLabel" name="label_29">
<property name="text"> <property name="text">
<string>Hue</string> <string>Sigma</string>
</property>
<property name="buddy">
<cstring>sharpenSigmaSlider</cstring>
</property> </property>
</widget> </widget>
</item> </item>
<item row="5" column="1"> <item row="0" column="1">
<widget class="QCheckBox" name="brightnessThresholdCheck"> <widget class="QSlider" name="sharpenSigmaSlider">
<property name="text"> <property name="maximum">
<string>Brightness threshold</string> <number>200</number>
</property>
<property name="pageStep">
<number>10</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="tickPosition">
<enum>QSlider::TicksBelow</enum>
</property>
<property name="tickInterval">
<number>50</number>
</property> </property>
</widget> </widget>
</item> </item>
</layout> </layout>
</widget> </widget>
</item> </item>
<item row="2" column="1"> <item row="1" column="1">
<widget class="QGroupBox" name="transformEnable"> <widget class="QGroupBox" name="motionblurEnable">
<property name="title"> <property name="title">
<string>Transform</string> <string>Motion blur</string>
</property> </property>
<property name="checkable"> <property name="checkable">
<bool>true</bool> <bool>true</bool>
...@@ -213,14 +228,43 @@ ...@@ -213,14 +228,43 @@
<property name="checked"> <property name="checked">
<bool>false</bool> <bool>false</bool>
</property> </property>
<layout class="QGridLayout"> <layout class="QGridLayout" name="_3">
<item row="0" column="0"> <item row="0" column="0">
<widget class="QComboBox" name="transformTypeCombo"/> <widget class="QLabel" name="label_34">
<property name="text">
<string>Factor</string>
</property>
<property name="buddy">
<cstring>blurFactorSlider</cstring>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QSlider" name="blurFactorSlider">
<property name="minimum">
<number>1</number>
</property>
<property name="maximum">
<number>127</number>
</property>
<property name="value">
<number>80</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="tickPosition">
<enum>QSlider::TicksBelow</enum>
</property>
<property name="tickInterval">
<number>16</number>
</property>
</widget>
</item> </item>
</layout> </layout>
</widget> </widget>
</item> </item>
<item row="1" column="1"> <item row="2" column="1">
<widget class="QGroupBox" name="gradfunEnable"> <widget class="QGroupBox" name="gradfunEnable">
<property name="title"> <property name="title">
<string>Gradient</string> <string>Gradient</string>
...@@ -237,6 +281,9 @@ ...@@ -237,6 +281,9 @@
<property name="text"> <property name="text">
<string>Radius</string> <string>Radius</string>
</property> </property>
<property name="buddy">
<cstring>gradfunRadiusSlider</cstring>
</property>
</widget> </widget>
</item> </item>
<item row="0" column="1"> <item row="0" column="1">
...@@ -276,6 +323,9 @@ ...@@ -276,6 +323,9 @@
<property name="text"> <property name="text">
<string>Top</string> <string>Top</string>
</property> </property>
<property name="buddy">
<cstring>cropTopPx</cstring>
</property>
</widget> </widget>
</item> </item>
<item row="0" column="3"> <item row="0" column="3">
...@@ -293,6 +343,9 @@ ...@@ -293,6 +343,9 @@
<property name="text"> <property name="text">
<string>Left</string> <string>Left</string>
</property> </property>
<property name="buddy">
<cstring>cropLeftPx</cstring>
</property>
</widget> </widget>
</item> </item>
<item row="1" column="1"> <item row="1" column="1">
...@@ -310,6 +363,9 @@ ...@@ -310,6 +363,9 @@
<property name="text"> <property name="text">
<string>Right</string> <string>Right</string>
</property> </property>
<property name="buddy">
<cstring>cropRightPx</cstring>
</property>
</widget> </widget>
</item> </item>
<item row="1" column="5"> <item row="1" column="5">
...@@ -327,6 +383,9 @@ ...@@ -327,6 +383,9 @@
<property name="text"> <property name="text">
<string>Bottom</string> <string>Bottom</string>
</property> </property>
<property name="buddy">
<cstring>cropBotPx</cstring>
</property>
</widget> </widget>
</item> </item>
<item row="2" column="3"> <item row="2" column="3">
...@@ -375,15 +434,71 @@ ...@@ -375,15 +434,71 @@
<attribute name="title"> <attribute name="title">
<string>Geometry</string> <string>Geometry</string>
</attribute> </attribute>
<layout class="QGridLayout"> <layout class="QGridLayout" name="gridLayout_5">
<item row="0" column="0"> <item row="0" column="0">
<widget class="QGroupBox" name="transformEnable">
<property name="title">
<string>Transform</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>false</bool>
</property>
<layout class="QGridLayout" name="_4">
<item row="0" column="0">
<widget class="QComboBox" name="transformTypeCombo"/>
</item>
</layout>
</widget>
</item>
<item row="0" column="1">
<widget class="QCheckBox" name="magnifyEnable"> <widget class="QCheckBox" name="magnifyEnable">
<property name="text"> <property name="text">
<string>Magnification/Zoom</string> <string>Magnification/Zoom</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="0" column="1" rowspan="2"> <item row="1" column="0">
<widget class="QGroupBox" name="rotateEnable">
<property name="title">
<string>Rotate</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>false</bool>
</property>
<layout class="QGridLayout">
<item row="0" column="1">
<widget class="QDial" name="rotateAngleDial">
<property name="maximum">
<number>359</number>
</property>
<property name="value">
<number>180</number>
</property>
<property name="sliderPosition">
<number>180</number>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QLabel" name="label_28">
<property name="text">
<string>Angle</string>
</property>
<property name="buddy">
<cstring>rotateAngleDial</cstring>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item row="1" column="1">
<widget class="QGroupBox" name="puzzleEnable"> <widget class="QGroupBox" name="puzzleEnable">
<property name="title"> <property name="title">
<string>Puzzle game</string> <string>Puzzle game</string>
...@@ -433,6 +548,9 @@ ...@@ -433,6 +548,9 @@
<property name="text"> <property name="text">
<string>Columns</string> <string>Columns</string>
</property> </property>
<property name="buddy">
<cstring>puzzleColsSpin</cstring>
</property>
</widget> </widget>
</item> </item>
<item row="0" column="0"> <item row="0" column="0">
...@@ -440,15 +558,25 @@ ...@@ -440,15 +558,25 @@
<property name="text"> <property name="text">
<string>Rows</string> <string>Rows</string>
</property> </property>
<property name="buddy">
<cstring>puzzleRowsSpin</cstring>
</property>
</widget> </widget>
</item> </item>
</layout> </layout>
</widget> </widget>
</item> </item>
<item row="1" column="0"> </layout>
<widget class="QGroupBox" name="rotateEnable"> </widget>
<widget class="QWidget" name="tab_2">
<attribute name="title">
<string>Color</string>
</attribute>
<layout class="QGridLayout" name="gridLayout_7">
<item row="0" column="0">
<widget class="QGroupBox" name="colorthresEnable">
<property name="title"> <property name="title">
<string>Rotate</string> <string>Color threshold</string>
</property> </property>
<property name="checkable"> <property name="checkable">
<bool>true</bool> <bool>true</bool>
...@@ -457,57 +585,52 @@ ...@@ -457,57 +585,52 @@
<bool>false</bool> <bool>false</bool>
</property> </property>
<layout class="QGridLayout"> <layout class="QGridLayout">
<item row="0" column="1"> <item row="2" column="0">
<widget class="QDial" name="rotateAngleDial"> <widget class="QLabel" name="label_14">
<property name="maximum"> <property name="text">
<number>359</number> <string>Similarity</string>
</property> </property>
<property name="value"> <property name="buddy">
<number>180</number> <cstring>colorthresSimilaritythresSlider</cstring>
</property> </property>
<property name="sliderPosition"> </widget>
<number>180</number> </item>
<item row="2" column="1">
<widget class="QSlider" name="colorthresSimilaritythresSlider">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property> </property>
</widget> </widget>
</item> </item>
<item row="0" column="0"> <item row="1" column="1">
<widget class="QLabel" name="label_28"> <widget class="QSlider" name="colorthresSaturationthresSlider">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_13">
<property name="text"> <property name="text">
<string>Angle</string> <string>Saturation</string>
</property>
<property name="buddy">
<cstring>colorthresSaturationthresSlider</cstring>
</property> </property>
</widget> </widget>
</item> </item>
</layout>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="tab_2">
<attribute name="title">
<string>Color fun</string>
</attribute>
<layout class="QGridLayout">
<item row="1" column="1">
<widget class="QGroupBox" name="extractEnable">
<property name="title">
<string>Color extraction</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>false</bool>
</property>
<layout class="QGridLayout">
<item row="0" column="0"> <item row="0" column="0">
<widget class="QLabel" name="label_6"> <widget class="QLabel" name="label_8">
<property name="text"> <property name="text">
<string>Color</string> <string>Color</string>
</property> </property>
<property name="buddy">
<cstring>colorthresColorText</cstring>
</property>
</widget> </widget>
</item> </item>
<item row="0" column="1"> <item row="0" column="1">
<widget class="QLineEdit" name="extractComponentText"> <widget class="QLineEdit" name="colorthresColorText">
<property name="inputMask"> <property name="inputMask">
<string>&gt;HHHHHH;#</string> <string>&gt;HHHHHH;#</string>
</property> </property>
...@@ -517,16 +640,9 @@ ...@@ -517,16 +640,9 @@
</widget> </widget>
</item> </item>
<item row="0" column="1"> <item row="0" column="1">
<widget class="QCheckBox" name="invertEnable"> <widget class="QGroupBox" name="gradientEnable">
<property name="text">
<string>Invert colors</string>
</property>
</widget>
</item>
<item row="0" column="0" rowspan="3">
<widget class="QGroupBox" name="colorthresEnable">
<property name="title"> <property name="title">
<string>Color threshold</string> <string>Gradient</string>
</property> </property>
<property name="checkable"> <property name="checkable">
<bool>true</bool> <bool>true</bool>
...@@ -534,44 +650,55 @@ ...@@ -534,44 +650,55 @@
<property name="checked"> <property name="checked">
<bool>false</bool> <bool>false</bool>
</property> </property>
<layout class="QGridLayout"> <layout class="QGridLayout" name="_6">
<item row="2" column="0"> <item row="0" column="0">
<widget class="QLabel" name="label_14"> <widget class="QLabel" name="label_25">
<property name="text"> <property name="text">
<string>Similarity</string> <string>Mode</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QSlider" name="colorthresSimilaritythresSlider">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property> </property>
</widget> </widget>
</item> </item>
<item row="1" column="1"> <item row="1" column="0" colspan="2">
<widget class="QSlider" name="colorthresSaturationthresSlider"> <widget class="QCheckBox" name="gradientTypeCheck">
<property name="orientation"> <property name="text">
<enum>Qt::Horizontal</enum> <string>Color</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="1" column="0"> <item row="2" column="0" colspan="2">
<widget class="QLabel" name="label_13"> <widget class="QCheckBox" name="gradientCartoonCheck">
<property name="text"> <property name="text">
<string>Saturation</string> <string>Cartoon</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="0" column="1">
<widget class="QComboBox" name="gradientModeCombo"/>
</item>
</layout>
</widget>
</item>
<item row="1" column="0" rowspan="5">
<widget class="QGroupBox" name="extractEnable">
<property name="title">
<string>Color extraction</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>false</bool>
</property>
<layout class="QGridLayout">
<item row="0" column="0"> <item row="0" column="0">
<widget class="QLabel" name="label_8"> <widget class="QLabel" name="label_6">
<property name="text"> <property name="text">
<string>Color</string> <string>Color</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="0" column="1"> <item row="0" column="1">
<widget class="QLineEdit" name="colorthresColorText"> <widget class="QLineEdit" name="extractComponentText">
<property name="inputMask"> <property name="inputMask">
<string>&gt;HHHHHH;#</string> <string>&gt;HHHHHH;#</string>
</property> </property>
...@@ -580,7 +707,7 @@ ...@@ -580,7 +707,7 @@
</layout> </layout>
</widget> </widget>
</item> </item>
<item row="2" column="1"> <item row="0" column="2">
<widget class="QGroupBox" name="posterizeEnable"> <widget class="QGroupBox" name="posterizeEnable">
<property name="title"> <property name="title">
<string>Posterize</string> <string>Posterize</string>
...@@ -615,129 +742,46 @@ ...@@ -615,129 +742,46 @@
</layout> </layout>
</widget> </widget>
</item> </item>
</layout> <item row="1" column="1">
</widget> <widget class="QCheckBox" name="invertEnable">
<widget class="QWidget" name="tab_7">
<attribute name="title">
<string>Image modification</string>
</attribute>
<layout class="QGridLayout">
<item row="2" column="0">
<widget class="QCheckBox" name="waveEnable">
<property name="text"> <property name="text">
<string>Waves</string> <string>Invert colors</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="3" column="0"> <item row="2" column="2">
<widget class="QCheckBox" name="rippleEnable"> <widget class="QCheckBox" name="rippleEnable">
<property name="text"> <property name="text">
<string>Water effect</string> <string>Water effect</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="3" column="1">
<widget class="QCheckBox" name="psychedelicEnable">
<property name="text">
<string>Psychedelic</string>
</property>
</widget>
</item>
<item row="2" column="1"> <item row="2" column="1">
<widget class="QCheckBox" name="noiseEnable"> <widget class="QCheckBox" name="motiondetectEnable">
<property name="text"> <property name="text">
<string>Noise</string> <string>Motion detect</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="1" column="1"> <item row="1" column="2">
<widget class="QCheckBox" name="motiondetectEnable"> <widget class="QCheckBox" name="waveEnable">
<property name="text"> <property name="text">
<string>Motion detect</string> <string>Waves</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="0" column="1"> <item row="3" column="1">
<widget class="QGroupBox" name="motionblurEnable"> <widget class="QCheckBox" name="noiseEnable">
<property name="title"> <property name="text">
<string>Motion blur</string> <string>Noise</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>false</bool>
</property> </property>
<layout class="QGridLayout">
<item row="0" column="0">
<widget class="QLabel" name="label_25">
<property name="text">
<string>Factor</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QSlider" name="blurFactorSlider">
<property name="minimum">
<number>1</number>
</property>
<property name="maximum">
<number>127</number>
</property>
<property name="value">
<number>80</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="tickPosition">
<enum>QSlider::TicksBothSides</enum>
</property>
<property name="tickInterval">
<number>16</number>
</property>
</widget>
</item>
</layout>
</widget> </widget>
</item> </item>
<item row="0" column="0" rowspan="2"> <item row="3" column="2">
<widget class="QGroupBox" name="gradientEnable"> <widget class="QCheckBox" name="psychedelicEnable">
<property name="title"> <property name="text">
<string>Gradient</string> <string>Psychedelic</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>false</bool>
</property> </property>
<layout class="QGridLayout">
<item row="0" column="0">
<widget class="QLabel" name="label_18">
<property name="text">
<string>Mode</string>
</property>
</widget>
</item>
<item row="1" column="0" colspan="2">
<widget class="QCheckBox" name="gradientTypeCheck">
<property name="text">
<string>Color</string>
</property>
</widget>
</item>
<item row="2" column="0" colspan="2">
<widget class="QCheckBox" name="gradientCartoonCheck">
<property name="text">
<string>Cartoon</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QComboBox" name="gradientModeCombo"/>
</item>
</layout>
</widget> </widget>
</item> </item>
</layout> </layout>
...@@ -767,6 +811,9 @@ ...@@ -767,6 +811,9 @@
<property name="text"> <property name="text">
<string>Edge weightning</string> <string>Edge weightning</string>
</property> </property>
<property name="buddy">
<cstring>atmoEdgeweightningSlider</cstring>
</property>
</widget> </widget>
</item> </item>
<item row="0" column="1"> <item row="0" column="1">
...@@ -787,7 +834,7 @@ ...@@ -787,7 +834,7 @@
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
<property name="tickPosition"> <property name="tickPosition">
<enum>QSlider::TicksBothSides</enum> <enum>QSlider::TicksBelow</enum>
</property> </property>
<property name="tickInterval"> <property name="tickInterval">
<number>3</number> <number>3</number>
...@@ -799,6 +846,9 @@ ...@@ -799,6 +846,9 @@
<property name="text"> <property name="text">
<string>Output Color Filtermode</string> <string>Output Color Filtermode</string>
</property> </property>
<property name="buddy">
<cstring>atmoFiltermodeCombo</cstring>
</property>
</widget> </widget>
</item> </item>
<item row="1" column="0"> <item row="1" column="0">
...@@ -806,6 +856,9 @@ ...@@ -806,6 +856,9 @@
<property name="text"> <property name="text">
<string>Brightness (%)</string> <string>Brightness (%)</string>
</property> </property>
<property name="buddy">
<cstring>atmoBrightnessSlider</cstring>
</property>
</widget> </widget>
</item> </item>
<item row="1" column="1"> <item row="1" column="1">
...@@ -826,7 +879,7 @@ ...@@ -826,7 +879,7 @@
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
<property name="tickPosition"> <property name="tickPosition">
<enum>QSlider::TicksBothSides</enum> <enum>QSlider::TicksBelow</enum>
</property> </property>
<property name="tickInterval"> <property name="tickInterval">
<number>10</number> <number>10</number>
...@@ -841,6 +894,9 @@ ...@@ -841,6 +894,9 @@
<property name="text"> <property name="text">
<string>Darkness limit</string> <string>Darkness limit</string>
</property> </property>
<property name="buddy">
<cstring>atmoDarknesslimitSlider</cstring>
</property>
</widget> </widget>
</item> </item>
<item row="2" column="1"> <item row="2" column="1">
...@@ -861,7 +917,7 @@ ...@@ -861,7 +917,7 @@
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
<property name="tickPosition"> <property name="tickPosition">
<enum>QSlider::TicksBothSides</enum> <enum>QSlider::TicksBelow</enum>
</property> </property>
<property name="tickInterval"> <property name="tickInterval">
<number>1</number> <number>1</number>
...@@ -880,6 +936,9 @@ ...@@ -880,6 +936,9 @@
<property name="text"> <property name="text">
<string>Filter length (ms)</string> <string>Filter length (ms)</string>
</property> </property>
<property name="buddy">
<cstring>atmoMeanlengthSlider</cstring>
</property>
</widget> </widget>
</item> </item>
<item row="3" column="1"> <item row="3" column="1">
...@@ -903,7 +962,7 @@ ...@@ -903,7 +962,7 @@
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
<property name="tickPosition"> <property name="tickPosition">
<enum>QSlider::TicksBothSides</enum> <enum>QSlider::TicksBelow</enum>
</property> </property>
<property name="tickInterval"> <property name="tickInterval">
<number>200</number> <number>200</number>
...@@ -915,6 +974,9 @@ ...@@ -915,6 +974,9 @@
<property name="text"> <property name="text">
<string>Filter threshold (%)</string> <string>Filter threshold (%)</string>
</property> </property>
<property name="buddy">
<cstring>atmoMeanthresholdSlider</cstring>
</property>
</widget> </widget>
</item> </item>
<item row="4" column="1"> <item row="4" column="1">
...@@ -938,7 +1000,7 @@ ...@@ -938,7 +1000,7 @@
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
<property name="tickPosition"> <property name="tickPosition">
<enum>QSlider::TicksBothSides</enum> <enum>QSlider::TicksBelow</enum>
</property> </property>
<property name="tickInterval"> <property name="tickInterval">
<number>10</number> <number>10</number>
...@@ -950,6 +1012,9 @@ ...@@ -950,6 +1012,9 @@
<property name="text"> <property name="text">
<string>Filter smoothness (%)</string> <string>Filter smoothness (%)</string>
</property> </property>
<property name="buddy">
<cstring>atmoPercentnewSlider</cstring>
</property>
</widget> </widget>
</item> </item>
<item row="5" column="1"> <item row="5" column="1">
...@@ -973,7 +1038,7 @@ ...@@ -973,7 +1038,7 @@
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
<property name="tickPosition"> <property name="tickPosition">
<enum>QSlider::TicksBothSides</enum> <enum>QSlider::TicksBelow</enum>
</property> </property>
<property name="tickInterval"> <property name="tickInterval">
<number>10</number> <number>10</number>
...@@ -1007,6 +1072,9 @@ ...@@ -1007,6 +1072,9 @@
<property name="text"> <property name="text">
<string>Rows</string> <string>Rows</string>
</property> </property>
<property name="buddy">
<cstring>wallRowsSpin</cstring>
</property>
</widget> </widget>
</item> </item>
<item row="1" column="0"> <item row="1" column="0">
...@@ -1014,6 +1082,9 @@ ...@@ -1014,6 +1082,9 @@
<property name="text"> <property name="text">
<string>Columns</string> <string>Columns</string>
</property> </property>
<property name="buddy">
<cstring>wallColsSpin</cstring>
</property>
</widget> </widget>
</item> </item>
<item row="1" column="1"> <item row="1" column="1">
...@@ -1056,6 +1127,9 @@ ...@@ -1056,6 +1127,9 @@
<property name="text"> <property name="text">
<string>Position</string> <string>Position</string>
</property> </property>
<property name="buddy">
<cstring>marqPositionCombo</cstring>
</property>
</widget> </widget>
</item> </item>
<item row="0" column="0"> <item row="0" column="0">
...@@ -1063,6 +1137,9 @@ ...@@ -1063,6 +1137,9 @@
<property name="text"> <property name="text">
<string>Text</string> <string>Text</string>
</property> </property>
<property name="buddy">
<cstring>marqMarqueeText</cstring>
</property>
</widget> </widget>
</item> </item>
<item row="0" column="1"> <item row="0" column="1">
...@@ -1091,6 +1168,9 @@ ...@@ -1091,6 +1168,9 @@
<property name="text"> <property name="text">
<string>Rows</string> <string>Rows</string>
</property> </property>
<property name="buddy">
<cstring>panoramixRowsSpin</cstring>
</property>
</widget> </widget>
</item> </item>
<item row="0" column="1"> <item row="0" column="1">
...@@ -1108,6 +1188,9 @@ ...@@ -1108,6 +1188,9 @@
<property name="text"> <property name="text">
<string>Columns</string> <string>Columns</string>
</property> </property>
<property name="buddy">
<cstring>panoramixColsSpin</cstring>
</property>
</widget> </widget>
</item> </item>
<item row="1" column="1"> <item row="1" column="1">
...@@ -1140,6 +1223,9 @@ ...@@ -1140,6 +1223,9 @@
<property name="text"> <property name="text">
<string>Number of clones</string> <string>Number of clones</string>
</property> </property>
<property name="buddy">
<cstring>cloneCountSpin</cstring>
</property>
</widget> </widget>
</item> </item>
<item row="0" column="1"> <item row="0" column="1">
...@@ -1174,25 +1260,6 @@ ...@@ -1174,25 +1260,6 @@
<bool>false</bool> <bool>false</bool>
</property> </property>
<layout class="QGridLayout"> <layout class="QGridLayout">
<item row="3" column="0">
<widget class="QLabel" name="label_22">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>50</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>Transparency</string>
</property>
</widget>
</item>
<item row="2" column="0"> <item row="2" column="0">
<widget class="QLabel" name="label_21"> <widget class="QLabel" name="label_21">
<property name="minimumSize"> <property name="minimumSize">
...@@ -1204,6 +1271,9 @@ ...@@ -1204,6 +1271,9 @@
<property name="text"> <property name="text">
<string>Left</string> <string>Left</string>
</property> </property>
<property name="buddy">
<cstring>logoXSpin</cstring>
</property>
</widget> </widget>
</item> </item>
<item row="1" column="0"> <item row="1" column="0">
...@@ -1217,6 +1287,9 @@ ...@@ -1217,6 +1287,9 @@
<property name="text"> <property name="text">
<string>Top</string> <string>Top</string>
</property> </property>
<property name="buddy">
<cstring>logoYSpin</cstring>
</property>
</widget> </widget>
</item> </item>
<item row="0" column="0"> <item row="0" column="0">
...@@ -1230,6 +1303,9 @@ ...@@ -1230,6 +1303,9 @@
<property name="text"> <property name="text">
<string>Logo</string> <string>Logo</string>
</property> </property>
<property name="buddy">
<cstring>logoFileText</cstring>
</property>
</widget> </widget>
</item> </item>
<item row="0" column="2" colspan="2"> <item row="0" column="2" colspan="2">
...@@ -1255,9 +1331,9 @@ ...@@ -1255,9 +1331,9 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="3" column="2" colspan="2"> <item row="3" column="0" colspan="4">
<layout class="QGridLayout" name="gridLayout"> <layout class="QGridLayout" name="gridLayout">
<item row="0" column="0" colspan="2"> <item row="0" column="1" colspan="2">
<widget class="QSlider" name="logoOpacitySlider"> <widget class="QSlider" name="logoOpacitySlider">
<property name="maximum"> <property name="maximum">
<number>255</number> <number>255</number>
...@@ -1266,14 +1342,14 @@ ...@@ -1266,14 +1342,14 @@
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
<property name="tickPosition"> <property name="tickPosition">
<enum>QSlider::TicksBothSides</enum> <enum>QSlider::TicksBelow</enum>
</property> </property>
<property name="tickInterval"> <property name="tickInterval">
<number>32</number> <number>32</number>
</property> </property>
</widget> </widget>
</item> </item>
<item row="1" column="0"> <item row="2" column="1">
<widget class="QLabel" name="label_48"> <widget class="QLabel" name="label_48">
<property name="font"> <property name="font">
<font> <font>
...@@ -1283,9 +1359,15 @@ ...@@ -1283,9 +1359,15 @@
<property name="text"> <property name="text">
<string>none</string> <string>none</string>
</property> </property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
<property name="buddy">
<cstring>logoOpacitySlider</cstring>
</property>
</widget> </widget>
</item> </item>
<item row="1" column="1"> <item row="2" column="2">
<widget class="QLabel" name="label_49"> <widget class="QLabel" name="label_49">
<property name="font"> <property name="font">
<font> <font>
...@@ -1296,7 +1378,32 @@ ...@@ -1296,7 +1378,32 @@
<string>full</string> <string>full</string>
</property> </property>
<property name="alignment"> <property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> <set>Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing</set>
</property>
<property name="buddy">
<cstring>logoOpacitySlider</cstring>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QLabel" name="label_22">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>50</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>Transparency</string>
</property>
<property name="buddy">
<cstring>logoOpacitySlider</cstring>
</property> </property>
</widget> </widget>
</item> </item>
...@@ -1328,6 +1435,9 @@ ...@@ -1328,6 +1435,9 @@
<property name="text"> <property name="text">
<string>Top</string> <string>Top</string>
</property> </property>
<property name="buddy">
<cstring>eraseYSpin</cstring>
</property>
</widget> </widget>
</item> </item>
<item row="2" column="0"> <item row="2" column="0">
...@@ -1341,6 +1451,9 @@ ...@@ -1341,6 +1451,9 @@
<property name="text"> <property name="text">
<string>Left</string> <string>Left</string>
</property> </property>
<property name="buddy">
<cstring>eraseXSpin</cstring>
</property>
</widget> </widget>
</item> </item>
<item row="2" column="1"> <item row="2" column="1">
...@@ -1363,6 +1476,9 @@ ...@@ -1363,6 +1476,9 @@
<property name="text"> <property name="text">
<string>Mask</string> <string>Mask</string>
</property> </property>
<property name="buddy">
<cstring>eraseMaskText</cstring>
</property>
</widget> </widget>
</item> </item>
<item row="1" column="2"> <item row="1" column="2">
...@@ -1402,26 +1518,30 @@ ...@@ -1402,26 +1518,30 @@
</widget> </widget>
</widget> </widget>
<tabstops> <tabstops>
<tabstop>logoEnable</tabstop> <tabstop>adjustEnable</tabstop>
<tabstop>logoFileText</tabstop> <tabstop>hueSlider</tabstop>
<tabstop>logoYSpin</tabstop> <tabstop>brightnessSlider</tabstop>
<tabstop>logoXSpin</tabstop> <tabstop>brightnessThresholdCheck</tabstop>
<tabstop>logoOpacitySlider</tabstop> <tabstop>contrastSlider</tabstop>
<tabstop>eraseEnable</tabstop> <tabstop>saturationSlider</tabstop>
<tabstop>eraseMaskText</tabstop> <tabstop>gammaSlider</tabstop>
<tabstop>eraseYSpin</tabstop>
<tabstop>eraseXSpin</tabstop>
<tabstop>sharpenEnable</tabstop> <tabstop>sharpenEnable</tabstop>
<tabstop>transformTypeCombo</tabstop> <tabstop>sharpenSigmaSlider</tabstop>
<tabstop>motionblurEnable</tabstop>
<tabstop>blurFactorSlider</tabstop>
<tabstop>gradfunEnable</tabstop>
<tabstop>gradfunRadiusSlider</tabstop>
<tabstop>cropTopPx</tabstop> <tabstop>cropTopPx</tabstop>
<tabstop>cropLeftPx</tabstop> <tabstop>cropLeftPx</tabstop>
<tabstop>cropRightPx</tabstop> <tabstop>cropRightPx</tabstop>
<tabstop>cropBotPx</tabstop> <tabstop>cropBotPx</tabstop>
<tabstop>topBotCropSync</tabstop> <tabstop>topBotCropSync</tabstop>
<tabstop>leftRightCropSync</tabstop> <tabstop>leftRightCropSync</tabstop>
<tabstop>magnifyEnable</tabstop> <tabstop>transformEnable</tabstop>
<tabstop>transformTypeCombo</tabstop>
<tabstop>rotateEnable</tabstop> <tabstop>rotateEnable</tabstop>
<tabstop>rotateAngleDial</tabstop> <tabstop>rotateAngleDial</tabstop>
<tabstop>magnifyEnable</tabstop>
<tabstop>puzzleEnable</tabstop> <tabstop>puzzleEnable</tabstop>
<tabstop>puzzleRowsSpin</tabstop> <tabstop>puzzleRowsSpin</tabstop>
<tabstop>puzzleColsSpin</tabstop> <tabstop>puzzleColsSpin</tabstop>
...@@ -1430,19 +1550,19 @@ ...@@ -1430,19 +1550,19 @@
<tabstop>colorthresColorText</tabstop> <tabstop>colorthresColorText</tabstop>
<tabstop>colorthresSaturationthresSlider</tabstop> <tabstop>colorthresSaturationthresSlider</tabstop>
<tabstop>colorthresSimilaritythresSlider</tabstop> <tabstop>colorthresSimilaritythresSlider</tabstop>
<tabstop>invertEnable</tabstop>
<tabstop>extractEnable</tabstop> <tabstop>extractEnable</tabstop>
<tabstop>extractComponentText</tabstop> <tabstop>extractComponentText</tabstop>
<tabstop>gradientEnable</tabstop> <tabstop>gradientEnable</tabstop>
<tabstop>gradientModeCombo</tabstop> <tabstop>gradientModeCombo</tabstop>
<tabstop>gradientTypeCheck</tabstop> <tabstop>gradientTypeCheck</tabstop>
<tabstop>gradientCartoonCheck</tabstop> <tabstop>gradientCartoonCheck</tabstop>
<tabstop>waveEnable</tabstop> <tabstop>invertEnable</tabstop>
<tabstop>rippleEnable</tabstop>
<tabstop>motionblurEnable</tabstop>
<tabstop>blurFactorSlider</tabstop>
<tabstop>motiondetectEnable</tabstop> <tabstop>motiondetectEnable</tabstop>
<tabstop>noiseEnable</tabstop> <tabstop>noiseEnable</tabstop>
<tabstop>posterizeEnable</tabstop>
<tabstop>posterizeLevelSpin</tabstop>
<tabstop>waveEnable</tabstop>
<tabstop>rippleEnable</tabstop>
<tabstop>psychedelicEnable</tabstop> <tabstop>psychedelicEnable</tabstop>
<tabstop>atmoEnable</tabstop> <tabstop>atmoEnable</tabstop>
<tabstop>atmoEdgeweightningSlider</tabstop> <tabstop>atmoEdgeweightningSlider</tabstop>
...@@ -1464,14 +1584,15 @@ ...@@ -1464,14 +1584,15 @@
<tabstop>marqPositionCombo</tabstop> <tabstop>marqPositionCombo</tabstop>
<tabstop>cloneEnable</tabstop> <tabstop>cloneEnable</tabstop>
<tabstop>cloneCountSpin</tabstop> <tabstop>cloneCountSpin</tabstop>
<tabstop>brightnessSlider</tabstop> <tabstop>logoEnable</tabstop>
<tabstop>contrastSlider</tabstop> <tabstop>logoFileText</tabstop>
<tabstop>hueSlider</tabstop> <tabstop>logoYSpin</tabstop>
<tabstop>adjustEnable</tabstop> <tabstop>logoXSpin</tabstop>
<tabstop>brightnessThresholdCheck</tabstop> <tabstop>logoOpacitySlider</tabstop>
<tabstop>gammaSlider</tabstop> <tabstop>eraseEnable</tabstop>
<tabstop>sharpenSigmaSlider</tabstop> <tabstop>eraseMaskText</tabstop>
<tabstop>saturationSlider</tabstop> <tabstop>eraseYSpin</tabstop>
<tabstop>eraseXSpin</tabstop>
</tabstops> </tabstops>
<resources/> <resources/>
<connections/> <connections/>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment