[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    koffice/krita/ui/forms
From:       Sven Langkamp <sven.langkamp () gmail ! com>
Date:       2008-03-10 22:31:19
Message-ID: 1205188279.274867.11429.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 784320 by langkamp:

fixed layout of the layer properties dialog

 M  +71 -140   wdglayerproperties.ui  


--- trunk/koffice/krita/ui/forms/wdglayerproperties.ui #784319:784320
@@ -9,146 +9,77 @@
     <height>207</height>
    </rect>
   </property>
-  <widget class="QLabel" name="textLabel1" >
-   <property name="geometry" >
-    <rect>
-     <x>4</x>
-     <y>4</y>
-     <width>118</width>
-     <height>29</height>
-    </rect>
-   </property>
-   <property name="text" >
-    <string>&amp;Name:</string>
-   </property>
-   <property name="buddy" >
-    <cstring>editName</cstring>
-   </property>
-  </widget>
-  <widget class="QLabel" name="textLabel3" >
-   <property name="geometry" >
-    <rect>
-     <x>4</x>
-     <y>122</y>
-     <width>118</width>
-     <height>39</height>
-    </rect>
-   </property>
-   <property name="text" >
-    <string>&amp;Opacity:</string>
-   </property>
-   <property name="buddy" >
-    <cstring>intOpacity</cstring>
-   </property>
-  </widget>
-  <widget class="QLabel" name="textLabel4" >
-   <property name="geometry" >
-    <rect>
-     <x>4</x>
-     <y>165</y>
-     <width>118</width>
-     <height>38</height>
-    </rect>
-   </property>
-   <property name="text" >
-    <string>Composite mode:</string>
-   </property>
-  </widget>
-  <widget class="KisCmbComposite" native="1" name="cmbComposite" >
-   <property name="geometry" >
-    <rect>
-     <x>371</x>
-     <y>165</y>
-     <width>119</width>
-     <height>38</height>
-    </rect>
-   </property>
-  </widget>
-  <widget class="KoSliderCombo" native="1" name="intOpacity" >
-   <property name="geometry" >
-    <rect>
-     <x>126</x>
-     <y>122</y>
-     <width>364</width>
-     <height>39</height>
-    </rect>
-   </property>
-  </widget>
-  <widget class="QLabel" name="textLabel1_2" >
-   <property name="geometry" >
-    <rect>
-     <x>4</x>
-     <y>80</y>
-     <width>118</width>
-     <height>38</height>
-    </rect>
-   </property>
-   <property name="text" >
-    <string>Profile:</string>
-   </property>
-  </widget>
-  <widget class="SqueezedComboBox" native="1" name="cmbProfile" >
-   <property name="geometry" >
-    <rect>
-     <x>249</x>
-     <y>80</y>
-     <width>241</width>
-     <height>38</height>
-    </rect>
-   </property>
-  </widget>
-  <widget class="KisCmbIDList" native="1" name="cmbColorSpaces" >
-   <property name="geometry" >
-    <rect>
-     <x>249</x>
-     <y>37</y>
-     <width>241</width>
-     <height>39</height>
-    </rect>
-   </property>
-  </widget>
-  <widget class="QLineEdit" name="editName" >
-   <property name="geometry" >
-    <rect>
-     <x>249</x>
-     <y>4</y>
-     <width>241</width>
-     <height>29</height>
-    </rect>
-   </property>
-  </widget>
-  <widget class="QLabel" name="textLabel2" >
-   <property name="geometry" >
-    <rect>
-     <x>4</x>
-     <y>37</y>
-     <width>118</width>
-     <height>39</height>
-    </rect>
-   </property>
-   <property name="text" >
-    <string>Colorspace:</string>
-   </property>
-  </widget>
-  <widget class="QGroupBox" name="grpActiveChannels" >
-   <property name="geometry" >
-    <rect>
-     <x>494</x>
-     <y>4</y>
-     <width>118</width>
-     <height>199</height>
-    </rect>
-   </property>
-   <property name="toolTip" >
-    <string>Select the set of active channels.</string>
-   </property>
-   <property name="whatsThis" >
-    <string>Select the set of active channels. Only active channels will be visible, \
                filtered or affected by painting.</string>
-   </property>
-   <property name="title" >
-    <string>&amp;Active Channels</string>
-   </property>
-  </widget>
+  <layout class="QGridLayout" >
+   <item row="0" column="0" >
+    <widget class="QLabel" name="textLabel1" >
+     <property name="text" >
+      <string>&amp;Name:</string>
+     </property>
+     <property name="buddy" >
+      <cstring>editName</cstring>
+     </property>
+    </widget>
+   </item>
+   <item row="0" column="1" >
+    <widget class="QLineEdit" name="editName" />
+   </item>
+   <item rowspan="5" row="0" column="2" >
+    <widget class="QGroupBox" name="grpActiveChannels" >
+     <property name="toolTip" >
+      <string>Select the set of active channels.</string>
+     </property>
+     <property name="whatsThis" >
+      <string>Select the set of active channels. Only active channels will be \
visible, filtered or affected by painting.</string> +     </property>
+     <property name="title" >
+      <string>&amp;Active Channels</string>
+     </property>
+    </widget>
+   </item>
+   <item row="1" column="0" >
+    <widget class="QLabel" name="textLabel2" >
+     <property name="text" >
+      <string>Colorspace:</string>
+     </property>
+    </widget>
+   </item>
+   <item row="1" column="1" >
+    <widget class="KisCmbIDList" native="1" name="cmbColorSpaces" />
+   </item>
+   <item row="2" column="0" >
+    <widget class="QLabel" name="textLabel1_2" >
+     <property name="text" >
+      <string>Profile:</string>
+     </property>
+    </widget>
+   </item>
+   <item row="2" column="1" >
+    <widget class="SqueezedComboBox" native="1" name="cmbProfile" />
+   </item>
+   <item row="3" column="0" >
+    <widget class="QLabel" name="textLabel3" >
+     <property name="text" >
+      <string>&amp;Opacity:</string>
+     </property>
+     <property name="buddy" >
+      <cstring>intOpacity</cstring>
+     </property>
+    </widget>
+   </item>
+   <item row="3" column="1" >
+    <widget class="KoSliderCombo" native="1" name="intOpacity" />
+   </item>
+   <item row="4" column="0" >
+    <widget class="QLabel" name="textLabel4" >
+     <property name="text" >
+      <string>Composite mode:</string>
+     </property>
+    </widget>
+   </item>
+   <item row="4" column="1" >
+    <widget class="KisCmbComposite" native="1" name="cmbComposite" />
+   </item>
+  </layout>
  </widget>
  <layoutdefault spacing="6" margin="11" />
  <customwidgets>


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic