[kde-doc-english] playground/utils/synaptiks/kcmodule/ui

Sebastian Wiesner basti.wiesner at gmx.net
Thu Mar 11 17:22:16 CET 2010


SVN commit 1102023 by swiesner:

GUI: Removed frame from button box

 M  +153 -165  tappingpage.ui  


--- trunk/playground/utils/synaptiks/kcmodule/ui/tappingpage.ui #1102022:1102023
@@ -7,7 +7,7 @@
     <x>0</x>
     <y>0</y>
     <width>563</width>
-    <height>461</height>
+    <height>445</height>
    </rect>
   </property>
   <property name="windowTitle">
@@ -37,171 +37,159 @@
      </property>
      <layout class="QVBoxLayout" name="verticalLayout_3">
       <item>
-       <widget class="QFrame" name="frame">
-        <property name="frameShape">
-         <enum>QFrame::StyledPanel</enum>
-        </property>
-        <property name="frameShadow">
-         <enum>QFrame::Raised</enum>
-        </property>
-        <layout class="QVBoxLayout" name="verticalLayout">
-         <item>
-          <layout class="QHBoxLayout" name="topLayout">
-           <item>
-            <layout class="QVBoxLayout" name="topLeftLayout">
-             <item>
-              <widget class="synaptiks::MouseButtonComboBox" name="kcfg_LeftTopCornerButton"/>
-             </item>
-             <item>
-              <widget class="QLabel" name="topLeftLabel">
-               <property name="text">
-                <string comment="@label:listbox">Top left corner</string>
-               </property>
-              </widget>
-             </item>
-            </layout>
-           </item>
-           <item>
-            <spacer name="horizontalSpacer">
-             <property name="orientation">
-              <enum>Qt::Horizontal</enum>
-             </property>
-             <property name="sizeHint" stdset="0">
-              <size>
-               <width>40</width>
-               <height>20</height>
-              </size>
-             </property>
-            </spacer>
-           </item>
-           <item>
-            <layout class="QVBoxLayout" name="topRightLayout">
-             <item>
-              <widget class="synaptiks::MouseButtonComboBox" name="kcfg_RightTopCornerButton"/>
-             </item>
-             <item>
-              <widget class="QLabel" name="topRightLabel">
-               <property name="text">
-                <string comment="@label:listbox">Top right corner</string>
-               </property>
-              </widget>
-             </item>
-            </layout>
-           </item>
-          </layout>
-         </item>
-         <item>
-          <layout class="QHBoxLayout" name="horizontalLayout">
-           <item>
-            <spacer name="horizontalSpacer_3">
-             <property name="orientation">
-              <enum>Qt::Horizontal</enum>
-             </property>
-             <property name="sizeHint" stdset="0">
-              <size>
-               <width>40</width>
-               <height>20</height>
-              </size>
-             </property>
-            </spacer>
-           </item>
-           <item>
-            <layout class="QFormLayout" name="fingerButtonsLayout">
-             <item row="0" column="0">
-              <widget class="QLabel" name="oneFingerLabel">
-               <property name="text">
-                <string comment="@label:listbox">Tapping with one finger</string>
-               </property>
-              </widget>
-             </item>
-             <item row="1" column="0">
-              <widget class="QLabel" name="twoFingerLabel">
-               <property name="text">
-                <string comment="@label:listbox">Tapping with two fingers</string>
-               </property>
-              </widget>
-             </item>
-             <item row="2" column="0">
-              <widget class="QLabel" name="threeFingerLabel">
-               <property name="text">
-                <string comment="@label:listbox">Tapping with three fingers</string>
-               </property>
-              </widget>
-             </item>
-             <item row="0" column="1">
-              <widget class="synaptiks::MouseButtonComboBox" name="kcfg_OneFingerButton"/>
-             </item>
-             <item row="1" column="1">
-              <widget class="synaptiks::MouseButtonComboBox" name="kcfg_TwoFingerButton"/>
-             </item>
-             <item row="2" column="1">
-              <widget class="synaptiks::MouseButtonComboBox" name="kcfg_ThreeFingerButton"/>
-             </item>
-            </layout>
-           </item>
-           <item>
-            <spacer name="horizontalSpacer_4">
-             <property name="orientation">
-              <enum>Qt::Horizontal</enum>
-             </property>
-             <property name="sizeHint" stdset="0">
-              <size>
-               <width>40</width>
-               <height>20</height>
-              </size>
-             </property>
-            </spacer>
-           </item>
-          </layout>
-         </item>
-         <item>
-          <layout class="QHBoxLayout" name="bottomLayout">
-           <item>
-            <layout class="QVBoxLayout" name="bottomLeftLayout">
-             <item>
-              <widget class="QLabel" name="bottomLeftLabel">
-               <property name="text">
-                <string comment="@label:listbox">Bottom left corner</string>
-               </property>
-              </widget>
-             </item>
-             <item>
-              <widget class="synaptiks::MouseButtonComboBox" name="kcfg_LeftBottomCornerButton"/>
-             </item>
-            </layout>
-           </item>
-           <item>
-            <spacer name="horizontalSpacer_2">
-             <property name="orientation">
-              <enum>Qt::Horizontal</enum>
-             </property>
-             <property name="sizeHint" stdset="0">
-              <size>
-               <width>40</width>
-               <height>20</height>
-              </size>
-             </property>
-            </spacer>
-           </item>
-           <item>
-            <layout class="QVBoxLayout" name="bottomRightLayout">
-             <item>
-              <widget class="QLabel" name="bottomRightLabel">
-               <property name="text">
-                <string comment="@label:listbox">Bottom right corner</string>
-               </property>
-              </widget>
-             </item>
-             <item>
-              <widget class="synaptiks::MouseButtonComboBox" name="kcfg_RightBottomCornerButton"/>
-             </item>
-            </layout>
-           </item>
-          </layout>
-         </item>
-        </layout>
-       </widget>
+       <layout class="QHBoxLayout" name="topLayout">
+        <item>
+         <layout class="QVBoxLayout" name="topLeftLayout">
+          <item>
+           <widget class="synaptiks::MouseButtonComboBox" name="kcfg_LeftTopCornerButton"/>
+          </item>
+          <item>
+           <widget class="QLabel" name="topLeftLabel">
+            <property name="text">
+             <string comment="@label:listbox">Top left corner</string>
+            </property>
+           </widget>
+          </item>
+         </layout>
+        </item>
+        <item>
+         <spacer name="horizontalSpacer">
+          <property name="orientation">
+           <enum>Qt::Horizontal</enum>
+          </property>
+          <property name="sizeHint" stdset="0">
+           <size>
+            <width>40</width>
+            <height>20</height>
+           </size>
+          </property>
+         </spacer>
+        </item>
+        <item>
+         <layout class="QVBoxLayout" name="topRightLayout">
+          <item>
+           <widget class="synaptiks::MouseButtonComboBox" name="kcfg_RightTopCornerButton"/>
+          </item>
+          <item>
+           <widget class="QLabel" name="topRightLabel">
+            <property name="text">
+             <string comment="@label:listbox">Top right corner</string>
+            </property>
+           </widget>
+          </item>
+         </layout>
+        </item>
+       </layout>
       </item>
+      <item>
+       <layout class="QHBoxLayout" name="horizontalLayout">
+        <item>
+         <spacer name="horizontalSpacer_3">
+          <property name="orientation">
+           <enum>Qt::Horizontal</enum>
+          </property>
+          <property name="sizeHint" stdset="0">
+           <size>
+            <width>40</width>
+            <height>20</height>
+           </size>
+          </property>
+         </spacer>
+        </item>
+        <item>
+         <layout class="QFormLayout" name="fingerButtonsLayout">
+          <item row="0" column="0">
+           <widget class="QLabel" name="oneFingerLabel">
+            <property name="text">
+             <string comment="@label:listbox">Tapping with one finger</string>
+            </property>
+           </widget>
+          </item>
+          <item row="1" column="0">
+           <widget class="QLabel" name="twoFingerLabel">
+            <property name="text">
+             <string comment="@label:listbox">Tapping with two fingers</string>
+            </property>
+           </widget>
+          </item>
+          <item row="2" column="0">
+           <widget class="QLabel" name="threeFingerLabel">
+            <property name="text">
+             <string comment="@label:listbox">Tapping with three fingers</string>
+            </property>
+           </widget>
+          </item>
+          <item row="0" column="1">
+           <widget class="synaptiks::MouseButtonComboBox" name="kcfg_OneFingerButton"/>
+          </item>
+          <item row="1" column="1">
+           <widget class="synaptiks::MouseButtonComboBox" name="kcfg_TwoFingerButton"/>
+          </item>
+          <item row="2" column="1">
+           <widget class="synaptiks::MouseButtonComboBox" name="kcfg_ThreeFingerButton"/>
+          </item>
+         </layout>
+        </item>
+        <item>
+         <spacer name="horizontalSpacer_4">
+          <property name="orientation">
+           <enum>Qt::Horizontal</enum>
+          </property>
+          <property name="sizeHint" stdset="0">
+           <size>
+            <width>40</width>
+            <height>20</height>
+           </size>
+          </property>
+         </spacer>
+        </item>
+       </layout>
+      </item>
+      <item>
+       <layout class="QHBoxLayout" name="bottomLayout">
+        <item>
+         <layout class="QVBoxLayout" name="bottomLeftLayout">
+          <item>
+           <widget class="QLabel" name="bottomLeftLabel">
+            <property name="text">
+             <string comment="@label:listbox">Bottom left corner</string>
+            </property>
+           </widget>
+          </item>
+          <item>
+           <widget class="synaptiks::MouseButtonComboBox" name="kcfg_LeftBottomCornerButton"/>
+          </item>
+         </layout>
+        </item>
+        <item>
+         <spacer name="horizontalSpacer_2">
+          <property name="orientation">
+           <enum>Qt::Horizontal</enum>
+          </property>
+          <property name="sizeHint" stdset="0">
+           <size>
+            <width>40</width>
+            <height>20</height>
+           </size>
+          </property>
+         </spacer>
+        </item>
+        <item>
+         <layout class="QVBoxLayout" name="bottomRightLayout">
+          <item>
+           <widget class="QLabel" name="bottomRightLabel">
+            <property name="text">
+             <string comment="@label:listbox">Bottom right corner</string>
+            </property>
+           </widget>
+          </item>
+          <item>
+           <widget class="synaptiks::MouseButtonComboBox" name="kcfg_RightBottomCornerButton"/>
+          </item>
+         </layout>
+        </item>
+       </layout>
+      </item>
      </layout>
     </widget>
    </item>



More information about the kde-doc-english mailing list