]> git.sesse.net Git - vlc/commitdiff
Qt4: rework on the video effect dialog
authorJean-Baptiste Kempf <jb@videolan.org>
Tue, 21 Sep 2010 22:29:11 +0000 (00:29 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 21 Sep 2010 22:34:14 +0000 (00:34 +0200)
Changing places of items depending on their actual usefulness
Removing one tab
Reordering tabs according to usefulness
Reordering of tab order and buddies

modules/gui/qt4/ui/video_effects.ui

index 193c12d26896175a03f4587975c420311ef5931b..2ecb66f72351fcc3deaab163c384e18a1484a06c 100644 (file)
@@ -6,8 +6,8 @@
    <rect>
     <x>0</x>
     <y>0</y>
-    <width>619</width>
-    <height>308</height>
+    <width>542</width>
+    <height>276</height>
    </rect>
   </property>
   <property name="currentIndex">
    <attribute name="title">
     <string>Basic</string>
    </attribute>
-   <layout class="QGridLayout">
-    <item row="0" column="1">
-     <widget class="QGroupBox" name="sharpenEnable">
+   <layout class="QGridLayout" name="gridLayout_4">
+    <item row="0" column="0" rowspan="3">
+     <widget class="QGroupBox" name="adjustEnable">
+      <property name="enabled">
+       <bool>true</bool>
+      </property>
       <property name="title">
-       <string>Sharpen</string>
+       <string>Image adjust</string>
       </property>
       <property name="checkable">
        <bool>true</bool>
       <property name="checked">
        <bool>false</bool>
       </property>
-      <layout class="QGridLayout">
+      <layout class="QGridLayout" name="gridLayout_6">
        <item row="0" column="0">
-        <widget class="QLabel" name="label_29">
+        <widget class="QLabel" name="label">
          <property name="text">
-          <string>Sigma</string>
+          <string>Hue</string>
+         </property>
+         <property name="buddy">
+          <cstring>hueSlider</cstring>
          </property>
         </widget>
        </item>
        <item row="0" column="1">
-        <widget class="QSlider" name="sharpenSigmaSlider">
+        <widget class="QSlider" name="hueSlider">
          <property name="maximum">
-          <number>200</number>
-         </property>
-         <property name="pageStep">
-          <number>10</number>
+          <number>360</number>
          </property>
          <property name="orientation">
           <enum>Qt::Horizontal</enum>
           <enum>QSlider::TicksBelow</enum>
          </property>
          <property name="tickInterval">
-          <number>100</number>
+          <number>60</number>
          </property>
         </widget>
        </item>
-      </layout>
-     </widget>
-    </item>
-    <item row="0" column="0" rowspan="3">
-     <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>
+       <item row="1" column="0">
+        <widget class="QLabel" name="label_3">
+         <property name="text">
+          <string>Brightness</string>
          </property>
-         <property name="tickInterval">
-          <number>60</number>
+         <property name="buddy">
+          <cstring>brightnessSlider</cstring>
          </property>
         </widget>
        </item>
-       <item row="4" column="1">
-        <widget class="QSlider" name="gammaSlider">
+       <item row="1" column="1">
+        <widget class="QSlider" name="brightnessSlider">
          <property name="maximum">
-          <number>500</number>
+          <number>200</number>
          </property>
          <property name="orientation">
           <enum>Qt::Horizontal</enum>
          </property>
          <property name="tickPosition">
-          <enum>QSlider::TicksBothSides</enum>
+          <enum>QSlider::TicksBelow</enum>
          </property>
          <property name="tickInterval">
           <number>50</number>
          </property>
         </widget>
        </item>
-       <item row="3" column="1">
-        <widget class="QSlider" name="saturationSlider">
-         <property name="maximum">
-          <number>300</number>
-         </property>
-         <property name="orientation">
-          <enum>Qt::Horizontal</enum>
+       <item row="2" column="1">
+        <widget class="QCheckBox" name="brightnessThresholdCheck">
+         <property name="text">
+          <string>Brightness Threshold</string>
          </property>
-         <property name="tickPosition">
-          <enum>QSlider::TicksBothSides</enum>
+        </widget>
+       </item>
+       <item row="3" column="0">
+        <widget class="QLabel" name="label_2">
+         <property name="text">
+          <string>Contrast</string>
          </property>
-         <property name="tickInterval">
-          <number>100</number>
+         <property name="buddy">
+          <cstring>contrastSlider</cstring>
          </property>
         </widget>
        </item>
-       <item row="2" column="1">
-        <widget class="QSlider" name="brightnessSlider">
+       <item row="3" column="1">
+        <widget class="QSlider" name="contrastSlider">
          <property name="maximum">
           <number>200</number>
          </property>
           <enum>Qt::Horizontal</enum>
          </property>
          <property name="tickPosition">
-          <enum>QSlider::TicksBothSides</enum>
+          <enum>QSlider::TicksBelow</enum>
          </property>
          <property name="tickInterval">
-          <number>100</number>
+          <number>50</number>
          </property>
         </widget>
        </item>
-       <item row="1" column="1">
-        <widget class="QSlider" name="contrastSlider">
+       <item row="4" column="0">
+        <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">
-          <number>200</number>
+          <number>300</number>
          </property>
          <property name="orientation">
           <enum>Qt::Horizontal</enum>
          </property>
          <property name="tickPosition">
-          <enum>QSlider::TicksBothSides</enum>
+          <enum>QSlider::TicksBelow</enum>
          </property>
          <property name="tickInterval">
-          <number>100</number>
+          <number>50</number>
          </property>
         </widget>
        </item>
-       <item row="4" column="0">
+       <item row="5" column="0">
         <widget class="QLabel" name="label_5">
          <property name="text">
           <string>Gamma</string>
          </property>
-        </widget>
-       </item>
-       <item row="1" column="0">
-        <widget class="QLabel" name="label_2">
-         <property name="text">
-          <string>Contrast</string>
+         <property name="buddy">
+          <cstring>gammaSlider</cstring>
          </property>
         </widget>
        </item>
-       <item row="2" column="0">
-        <widget class="QLabel" name="label_3">
-         <property name="text">
-          <string>Brightness</string>
+       <item row="5" column="1">
+        <widget class="QSlider" name="gammaSlider">
+         <property name="maximum">
+          <number>1000</number>
          </property>
-        </widget>
-       </item>
-       <item row="3" column="0">
-        <widget class="QLabel" name="label_4">
-         <property name="text">
-          <string>Saturation</string>
+         <property name="orientation">
+          <enum>Qt::Horizontal</enum>
+         </property>
+         <property name="tickPosition">
+          <enum>QSlider::TicksBelow</enum>
+         </property>
+         <property name="tickInterval">
+          <number>100</number>
          </property>
         </widget>
        </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">
-        <widget class="QLabel" name="label">
+        <widget class="QLabel" name="label_29">
          <property name="text">
-          <string>Hue</string>
+          <string>Sigma</string>
+         </property>
+         <property name="buddy">
+          <cstring>sharpenSigmaSlider</cstring>
          </property>
         </widget>
        </item>
-       <item row="5" column="1">
-        <widget class="QCheckBox" name="brightnessThresholdCheck">
-         <property name="text">
-          <string>Brightness threshold</string>
+       <item row="0" column="1">
+        <widget class="QSlider" name="sharpenSigmaSlider">
+         <property name="maximum">
+          <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>
         </widget>
        </item>
       </layout>
      </widget>
     </item>
-    <item row="2" column="1">
-     <widget class="QGroupBox" name="transformEnable">
+    <item row="1" column="1">
+     <widget class="QGroupBox" name="motionblurEnable">
       <property name="title">
-       <string>Transform</string>
+       <string>Motion blur</string>
       </property>
       <property name="checkable">
        <bool>true</bool>
       <property name="checked">
        <bool>false</bool>
       </property>
-      <layout class="QGridLayout">
+      <layout class="QGridLayout" name="_3">
        <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>
       </layout>
      </widget>
     </item>
-    <item row="1" column="1">
+    <item row="2" column="1">
      <widget class="QGroupBox" name="gradfunEnable">
       <property name="title">
        <string>Gradient</string>
          <property name="text">
           <string>Radius</string>
          </property>
+         <property name="buddy">
+          <cstring>gradfunRadiusSlider</cstring>
+         </property>
         </widget>
        </item>
        <item row="0" column="1">
       <property name="text">
        <string>Top</string>
       </property>
+      <property name="buddy">
+       <cstring>cropTopPx</cstring>
+      </property>
      </widget>
     </item>
     <item row="0" column="3">
       <property name="text">
        <string>Left</string>
       </property>
+      <property name="buddy">
+       <cstring>cropLeftPx</cstring>
+      </property>
      </widget>
     </item>
     <item row="1" column="1">
       <property name="text">
        <string>Right</string>
       </property>
+      <property name="buddy">
+       <cstring>cropRightPx</cstring>
+      </property>
      </widget>
     </item>
     <item row="1" column="5">
       <property name="text">
        <string>Bottom</string>
       </property>
+      <property name="buddy">
+       <cstring>cropBotPx</cstring>
+      </property>
      </widget>
     </item>
     <item row="2" column="3">
    <attribute name="title">
     <string>Geometry</string>
    </attribute>
-   <layout class="QGridLayout">
+   <layout class="QGridLayout" name="gridLayout_5">
     <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">
       <property name="text">
        <string>Magnification/Zoom</string>
       </property>
      </widget>
     </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">
       <property name="title">
        <string>Puzzle game</string>
          <property name="text">
           <string>Columns</string>
          </property>
+         <property name="buddy">
+          <cstring>puzzleColsSpin</cstring>
+         </property>
         </widget>
        </item>
        <item row="0" column="0">
          <property name="text">
           <string>Rows</string>
          </property>
+         <property name="buddy">
+          <cstring>puzzleRowsSpin</cstring>
+         </property>
         </widget>
        </item>
       </layout>
      </widget>
     </item>
-    <item row="1" column="0">
-     <widget class="QGroupBox" name="rotateEnable">
+   </layout>
+  </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">
-       <string>Rotate</string>
+       <string>Color threshold</string>
       </property>
       <property name="checkable">
        <bool>true</bool>
        <bool>false</bool>
       </property>
       <layout class="QGridLayout">
-       <item row="0" column="1">
-        <widget class="QDial" name="rotateAngleDial">
-         <property name="maximum">
-          <number>359</number>
+       <item row="2" column="0">
+        <widget class="QLabel" name="label_14">
+         <property name="text">
+          <string>Similarity</string>
          </property>
-         <property name="value">
-          <number>180</number>
+         <property name="buddy">
+          <cstring>colorthresSimilaritythresSlider</cstring>
          </property>
-         <property name="sliderPosition">
-          <number>180</number>
+        </widget>
+       </item>
+       <item row="2" column="1">
+        <widget class="QSlider" name="colorthresSimilaritythresSlider">
+         <property name="orientation">
+          <enum>Qt::Horizontal</enum>
          </property>
         </widget>
        </item>
-       <item row="0" column="0">
-        <widget class="QLabel" name="label_28">
+       <item row="1" column="1">
+        <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">
-          <string>Angle</string>
+          <string>Saturation</string>
+         </property>
+         <property name="buddy">
+          <cstring>colorthresSaturationthresSlider</cstring>
          </property>
         </widget>
        </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">
-        <widget class="QLabel" name="label_6">
+        <widget class="QLabel" name="label_8">
          <property name="text">
           <string>Color</string>
          </property>
+         <property name="buddy">
+          <cstring>colorthresColorText</cstring>
+         </property>
         </widget>
        </item>
        <item row="0" column="1">
-        <widget class="QLineEdit" name="extractComponentText">
+        <widget class="QLineEdit" name="colorthresColorText">
          <property name="inputMask">
           <string>&gt;HHHHHH;#</string>
          </property>
      </widget>
     </item>
     <item row="0" column="1">
-     <widget class="QCheckBox" name="invertEnable">
-      <property name="text">
-       <string>Invert colors</string>
-      </property>
-     </widget>
-    </item>
-    <item row="0" column="0" rowspan="3">
-     <widget class="QGroupBox" name="colorthresEnable">
+     <widget class="QGroupBox" name="gradientEnable">
       <property name="title">
-       <string>Color threshold</string>
+       <string>Gradient</string>
       </property>
       <property name="checkable">
        <bool>true</bool>
       <property name="checked">
        <bool>false</bool>
       </property>
-      <layout class="QGridLayout">
-       <item row="2" column="0">
-        <widget class="QLabel" name="label_14">
+      <layout class="QGridLayout" name="_6">
+       <item row="0" column="0">
+        <widget class="QLabel" name="label_25">
          <property name="text">
-          <string>Similarity</string>
-         </property>
-        </widget>
-       </item>
-       <item row="2" column="1">
-        <widget class="QSlider" name="colorthresSimilaritythresSlider">
-         <property name="orientation">
-          <enum>Qt::Horizontal</enum>
+          <string>Mode</string>
          </property>
         </widget>
        </item>
-       <item row="1" column="1">
-        <widget class="QSlider" name="colorthresSaturationthresSlider">
-         <property name="orientation">
-          <enum>Qt::Horizontal</enum>
+       <item row="1" column="0" colspan="2">
+        <widget class="QCheckBox" name="gradientTypeCheck">
+         <property name="text">
+          <string>Color</string>
          </property>
         </widget>
        </item>
-       <item row="1" column="0">
-        <widget class="QLabel" name="label_13">
+       <item row="2" column="0" colspan="2">
+        <widget class="QCheckBox" name="gradientCartoonCheck">
          <property name="text">
-          <string>Saturation</string>
+          <string>Cartoon</string>
          </property>
         </widget>
        </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">
-        <widget class="QLabel" name="label_8">
+        <widget class="QLabel" name="label_6">
          <property name="text">
           <string>Color</string>
          </property>
         </widget>
        </item>
        <item row="0" column="1">
-        <widget class="QLineEdit" name="colorthresColorText">
+        <widget class="QLineEdit" name="extractComponentText">
          <property name="inputMask">
           <string>&gt;HHHHHH;#</string>
          </property>
       </layout>
      </widget>
     </item>
-    <item row="2" column="1">
+    <item row="0" column="2">
      <widget class="QGroupBox" name="posterizeEnable">
       <property name="title">
        <string>Posterize</string>
       </layout>
      </widget>
     </item>
-   </layout>
-  </widget>
-  <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">
+    <item row="1" column="1">
+     <widget class="QCheckBox" name="invertEnable">
       <property name="text">
-       <string>Waves</string>
+       <string>Invert colors</string>
       </property>
      </widget>
     </item>
-    <item row="3" column="0">
+    <item row="2" column="2">
      <widget class="QCheckBox" name="rippleEnable">
       <property name="text">
        <string>Water effect</string>
       </property>
      </widget>
     </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">
-     <widget class="QCheckBox" name="noiseEnable">
+     <widget class="QCheckBox" name="motiondetectEnable">
       <property name="text">
-       <string>Noise</string>
+       <string>Motion detect</string>
       </property>
      </widget>
     </item>
-    <item row="1" column="1">
-     <widget class="QCheckBox" name="motiondetectEnable">
+    <item row="1" column="2">
+     <widget class="QCheckBox" name="waveEnable">
       <property name="text">
-       <string>Motion detect</string>
+       <string>Waves</string>
       </property>
      </widget>
     </item>
-    <item row="0" column="1">
-     <widget class="QGroupBox" name="motionblurEnable">
-      <property name="title">
-       <string>Motion blur</string>
-      </property>
-      <property name="checkable">
-       <bool>true</bool>
-      </property>
-      <property name="checked">
-       <bool>false</bool>
+    <item row="3" column="1">
+     <widget class="QCheckBox" name="noiseEnable">
+      <property name="text">
+       <string>Noise</string>
       </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>
     </item>
-    <item row="0" column="0" rowspan="2">
-     <widget class="QGroupBox" name="gradientEnable">
-      <property name="title">
-       <string>Gradient</string>
-      </property>
-      <property name="checkable">
-       <bool>true</bool>
-      </property>
-      <property name="checked">
-       <bool>false</bool>
+    <item row="3" column="2">
+     <widget class="QCheckBox" name="psychedelicEnable">
+      <property name="text">
+       <string>Psychedelic</string>
       </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>
     </item>
    </layout>
          <property name="text">
           <string>Edge weightning</string>
          </property>
+         <property name="buddy">
+          <cstring>atmoEdgeweightningSlider</cstring>
+         </property>
         </widget>
        </item>
        <item row="0" column="1">
           <enum>Qt::Horizontal</enum>
          </property>
          <property name="tickPosition">
-          <enum>QSlider::TicksBothSides</enum>
+          <enum>QSlider::TicksBelow</enum>
          </property>
          <property name="tickInterval">
           <number>3</number>
          <property name="text">
           <string>Output Color Filtermode</string>
          </property>
+         <property name="buddy">
+          <cstring>atmoFiltermodeCombo</cstring>
+         </property>
         </widget>
        </item>
        <item row="1" column="0">
          <property name="text">
           <string>Brightness (%)</string>
          </property>
+         <property name="buddy">
+          <cstring>atmoBrightnessSlider</cstring>
+         </property>
         </widget>
        </item>
        <item row="1" column="1">
           <enum>Qt::Horizontal</enum>
          </property>
          <property name="tickPosition">
-          <enum>QSlider::TicksBothSides</enum>
+          <enum>QSlider::TicksBelow</enum>
          </property>
          <property name="tickInterval">
           <number>10</number>
          <property name="text">
           <string>Darkness limit</string>
          </property>
+         <property name="buddy">
+          <cstring>atmoDarknesslimitSlider</cstring>
+         </property>
         </widget>
        </item>
        <item row="2" column="1">
           <enum>Qt::Horizontal</enum>
          </property>
          <property name="tickPosition">
-          <enum>QSlider::TicksBothSides</enum>
+          <enum>QSlider::TicksBelow</enum>
          </property>
          <property name="tickInterval">
           <number>1</number>
          <property name="text">
           <string>Filter length (ms)</string>
          </property>
+         <property name="buddy">
+          <cstring>atmoMeanlengthSlider</cstring>
+         </property>
         </widget>
        </item>
        <item row="3" column="1">
           <enum>Qt::Horizontal</enum>
          </property>
          <property name="tickPosition">
-          <enum>QSlider::TicksBothSides</enum>
+          <enum>QSlider::TicksBelow</enum>
          </property>
          <property name="tickInterval">
           <number>200</number>
          <property name="text">
           <string>Filter threshold (%)</string>
          </property>
+         <property name="buddy">
+          <cstring>atmoMeanthresholdSlider</cstring>
+         </property>
         </widget>
        </item>
        <item row="4" column="1">
           <enum>Qt::Horizontal</enum>
          </property>
          <property name="tickPosition">
-          <enum>QSlider::TicksBothSides</enum>
+          <enum>QSlider::TicksBelow</enum>
          </property>
          <property name="tickInterval">
           <number>10</number>
          <property name="text">
           <string>Filter smoothness (%)</string>
          </property>
+         <property name="buddy">
+          <cstring>atmoPercentnewSlider</cstring>
+         </property>
         </widget>
        </item>
        <item row="5" column="1">
           <enum>Qt::Horizontal</enum>
          </property>
          <property name="tickPosition">
-          <enum>QSlider::TicksBothSides</enum>
+          <enum>QSlider::TicksBelow</enum>
          </property>
          <property name="tickInterval">
           <number>10</number>
          <property name="text">
           <string>Rows</string>
          </property>
+         <property name="buddy">
+          <cstring>wallRowsSpin</cstring>
+         </property>
         </widget>
        </item>
        <item row="1" column="0">
          <property name="text">
           <string>Columns</string>
          </property>
+         <property name="buddy">
+          <cstring>wallColsSpin</cstring>
+         </property>
         </widget>
        </item>
        <item row="1" column="1">
          <property name="text">
           <string>Position</string>
          </property>
+         <property name="buddy">
+          <cstring>marqPositionCombo</cstring>
+         </property>
         </widget>
        </item>
        <item row="0" column="0">
          <property name="text">
           <string>Text</string>
          </property>
+         <property name="buddy">
+          <cstring>marqMarqueeText</cstring>
+         </property>
         </widget>
        </item>
        <item row="0" column="1">
          <property name="text">
           <string>Rows</string>
          </property>
+         <property name="buddy">
+          <cstring>panoramixRowsSpin</cstring>
+         </property>
         </widget>
        </item>
        <item row="0" column="1">
          <property name="text">
           <string>Columns</string>
          </property>
+         <property name="buddy">
+          <cstring>panoramixColsSpin</cstring>
+         </property>
         </widget>
        </item>
        <item row="1" column="1">
          <property name="text">
           <string>Number of clones</string>
          </property>
+         <property name="buddy">
+          <cstring>cloneCountSpin</cstring>
+         </property>
         </widget>
        </item>
        <item row="0" column="1">
        <bool>false</bool>
       </property>
       <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">
         <widget class="QLabel" name="label_21">
          <property name="minimumSize">
          <property name="text">
           <string>Left</string>
          </property>
+         <property name="buddy">
+          <cstring>logoXSpin</cstring>
+         </property>
         </widget>
        </item>
        <item row="1" column="0">
          <property name="text">
           <string>Top</string>
          </property>
+         <property name="buddy">
+          <cstring>logoYSpin</cstring>
+         </property>
         </widget>
        </item>
        <item row="0" column="0">
          <property name="text">
           <string>Logo</string>
          </property>
+         <property name="buddy">
+          <cstring>logoFileText</cstring>
+         </property>
         </widget>
        </item>
        <item row="0" column="2" colspan="2">
          </property>
         </widget>
        </item>
-       <item row="3" column="2" colspan="2">
+       <item row="3" column="0" colspan="4">
         <layout class="QGridLayout" name="gridLayout">
-         <item row="0" column="0" colspan="2">
+         <item row="0" column="1" colspan="2">
           <widget class="QSlider" name="logoOpacitySlider">
            <property name="maximum">
             <number>255</number>
             <enum>Qt::Horizontal</enum>
            </property>
            <property name="tickPosition">
-            <enum>QSlider::TicksBothSides</enum>
+            <enum>QSlider::TicksBelow</enum>
            </property>
            <property name="tickInterval">
             <number>32</number>
            </property>
           </widget>
          </item>
-         <item row="1" column="0">
+         <item row="2" column="1">
           <widget class="QLabel" name="label_48">
            <property name="font">
             <font>
            <property name="text">
             <string>none</string>
            </property>
+           <property name="alignment">
+            <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
+           </property>
+           <property name="buddy">
+            <cstring>logoOpacitySlider</cstring>
+           </property>
           </widget>
          </item>
-         <item row="1" column="1">
+         <item row="2" column="2">
           <widget class="QLabel" name="label_49">
            <property name="font">
             <font>
             <string>full</string>
            </property>
            <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>
           </widget>
          </item>
          <property name="text">
           <string>Top</string>
          </property>
+         <property name="buddy">
+          <cstring>eraseYSpin</cstring>
+         </property>
         </widget>
        </item>
        <item row="2" column="0">
          <property name="text">
           <string>Left</string>
          </property>
+         <property name="buddy">
+          <cstring>eraseXSpin</cstring>
+         </property>
         </widget>
        </item>
        <item row="2" column="1">
          <property name="text">
           <string>Mask</string>
          </property>
+         <property name="buddy">
+          <cstring>eraseMaskText</cstring>
+         </property>
         </widget>
        </item>
        <item row="1" column="2">
   </widget>
  </widget>
  <tabstops>
-  <tabstop>logoEnable</tabstop>
-  <tabstop>logoFileText</tabstop>
-  <tabstop>logoYSpin</tabstop>
-  <tabstop>logoXSpin</tabstop>
-  <tabstop>logoOpacitySlider</tabstop>
-  <tabstop>eraseEnable</tabstop>
-  <tabstop>eraseMaskText</tabstop>
-  <tabstop>eraseYSpin</tabstop>
-  <tabstop>eraseXSpin</tabstop>
+  <tabstop>adjustEnable</tabstop>
+  <tabstop>hueSlider</tabstop>
+  <tabstop>brightnessSlider</tabstop>
+  <tabstop>brightnessThresholdCheck</tabstop>
+  <tabstop>contrastSlider</tabstop>
+  <tabstop>saturationSlider</tabstop>
+  <tabstop>gammaSlider</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>cropLeftPx</tabstop>
   <tabstop>cropRightPx</tabstop>
   <tabstop>cropBotPx</tabstop>
   <tabstop>topBotCropSync</tabstop>
   <tabstop>leftRightCropSync</tabstop>
-  <tabstop>magnifyEnable</tabstop>
+  <tabstop>transformEnable</tabstop>
+  <tabstop>transformTypeCombo</tabstop>
   <tabstop>rotateEnable</tabstop>
   <tabstop>rotateAngleDial</tabstop>
+  <tabstop>magnifyEnable</tabstop>
   <tabstop>puzzleEnable</tabstop>
   <tabstop>puzzleRowsSpin</tabstop>
   <tabstop>puzzleColsSpin</tabstop>
   <tabstop>colorthresColorText</tabstop>
   <tabstop>colorthresSaturationthresSlider</tabstop>
   <tabstop>colorthresSimilaritythresSlider</tabstop>
-  <tabstop>invertEnable</tabstop>
   <tabstop>extractEnable</tabstop>
   <tabstop>extractComponentText</tabstop>
   <tabstop>gradientEnable</tabstop>
   <tabstop>gradientModeCombo</tabstop>
   <tabstop>gradientTypeCheck</tabstop>
   <tabstop>gradientCartoonCheck</tabstop>
-  <tabstop>waveEnable</tabstop>
-  <tabstop>rippleEnable</tabstop>
-  <tabstop>motionblurEnable</tabstop>
-  <tabstop>blurFactorSlider</tabstop>
+  <tabstop>invertEnable</tabstop>
   <tabstop>motiondetectEnable</tabstop>
   <tabstop>noiseEnable</tabstop>
+  <tabstop>posterizeEnable</tabstop>
+  <tabstop>posterizeLevelSpin</tabstop>
+  <tabstop>waveEnable</tabstop>
+  <tabstop>rippleEnable</tabstop>
   <tabstop>psychedelicEnable</tabstop>
   <tabstop>atmoEnable</tabstop>
   <tabstop>atmoEdgeweightningSlider</tabstop>
   <tabstop>marqPositionCombo</tabstop>
   <tabstop>cloneEnable</tabstop>
   <tabstop>cloneCountSpin</tabstop>
-  <tabstop>brightnessSlider</tabstop>
-  <tabstop>contrastSlider</tabstop>
-  <tabstop>hueSlider</tabstop>
-  <tabstop>adjustEnable</tabstop>
-  <tabstop>brightnessThresholdCheck</tabstop>
-  <tabstop>gammaSlider</tabstop>
-  <tabstop>sharpenSigmaSlider</tabstop>
-  <tabstop>saturationSlider</tabstop>
+  <tabstop>logoEnable</tabstop>
+  <tabstop>logoFileText</tabstop>
+  <tabstop>logoYSpin</tabstop>
+  <tabstop>logoXSpin</tabstop>
+  <tabstop>logoOpacitySlider</tabstop>
+  <tabstop>eraseEnable</tabstop>
+  <tabstop>eraseMaskText</tabstop>
+  <tabstop>eraseYSpin</tabstop>
+  <tabstop>eraseXSpin</tabstop>
  </tabstops>
  <resources/>
  <connections/>