Fix layout...
svn path=/trunk/KDE/kdebase/workspace/; revision=712921
This commit is contained in:
parent
70f5fd34bb
commit
3bdf4401eb
1 changed files with 115 additions and 102 deletions
|
@ -1,7 +1,4 @@
|
|||
<ui version="4.0" stdsetdef="1" >
|
||||
<author></author>
|
||||
<comment></comment>
|
||||
<exportmacro></exportmacro>
|
||||
<ui version="4.0" >
|
||||
<class>ConfigDialog</class>
|
||||
<widget class="QWidget" name="ConfigDialog" >
|
||||
<property name="geometry" >
|
||||
|
@ -16,7 +13,16 @@
|
|||
<string>Config Dialog</string>
|
||||
</property>
|
||||
<layout class="QVBoxLayout" >
|
||||
<property name="margin" >
|
||||
<property name="leftMargin" >
|
||||
<number>0</number>
|
||||
</property>
|
||||
<property name="topMargin" >
|
||||
<number>0</number>
|
||||
</property>
|
||||
<property name="rightMargin" >
|
||||
<number>0</number>
|
||||
</property>
|
||||
<property name="bottomMargin" >
|
||||
<number>0</number>
|
||||
</property>
|
||||
<item>
|
||||
|
@ -25,9 +31,6 @@
|
|||
<string>Title &Alignment</string>
|
||||
</property>
|
||||
<layout class="QHBoxLayout" >
|
||||
<property name="margin" >
|
||||
<number>0</number>
|
||||
</property>
|
||||
<item>
|
||||
<widget class="QRadioButton" name="AlignLeft" >
|
||||
<property name="text" >
|
||||
|
@ -54,51 +57,59 @@
|
|||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="coloredBorder" >
|
||||
<property name="whatsThis" >
|
||||
<string>Check this option if the window border should be painted in the titlebar color. Otherwise it will be painted in the background color.</string>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<string>Colored Window Border</string>
|
||||
</property>
|
||||
<property name="shortcut" >
|
||||
<string/>
|
||||
</property>
|
||||
<property name="whatsThis" stdset="0" >
|
||||
<string>Check this option if the window border should be painted in the titlebar color. Otherwise it will be painted in the background color.</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="titleShadow" >
|
||||
<property name="whatsThis" >
|
||||
<string>Check this option if you want the titlebar text to have a 3D look with a shadow behind it.</string>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<string>Use shadowed &text</string>
|
||||
</property>
|
||||
<property name="whatsThis" stdset="0" >
|
||||
<string>Check this option if you want the titlebar text to have a 3D look with a shadow behind it.</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="animateButtons" >
|
||||
<property name="whatsThis" >
|
||||
<string>Check this option if you want the buttons to fade in when the mouse pointer hovers over them and fade out again when it moves away.</string>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<string>Animate buttons</string>
|
||||
</property>
|
||||
<property name="whatsThis" stdset="0" >
|
||||
<string>Check this option if you want the buttons to fade in when the mouse pointer hovers over them and fade out again when it moves away.</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="menuClose" >
|
||||
<property name="whatsThis" >
|
||||
<string>Check this option if you want windows to be closed when you double click the menu button, similar to Microsoft Windows.</string>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<string>Close windows by double clicking the menu button</string>
|
||||
</property>
|
||||
<property name="whatsThis" stdset="0" >
|
||||
<string>Check this option if you want windows to be closed when you double click the menu button, similar to Microsoft Windows.</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<layoutdefault spacing="6" margin="11" />
|
||||
<pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
|
||||
<customwidgets>
|
||||
<customwidget>
|
||||
<class>Q3ButtonGroup</class>
|
||||
<extends>Q3GroupBox</extends>
|
||||
<header>Qt3Support/Q3ButtonGroup</header>
|
||||
<container>1</container>
|
||||
</customwidget>
|
||||
</customwidgets>
|
||||
<tabstops>
|
||||
<tabstop>AlignLeft</tabstop>
|
||||
<tabstop>AlignHCenter</tabstop>
|
||||
|
@ -106,4 +117,6 @@
|
|||
<tabstop>animateButtons</tabstop>
|
||||
<tabstop>titleShadow</tabstop>
|
||||
</tabstops>
|
||||
<resources/>
|
||||
<connections/>
|
||||
</ui>
|
||||
|
|
Loading…
Reference in a new issue