2 <class>ConfigDialog</class>
3 <widget class="QWidget" name="ConfigDialog" >
4 <property name="geometry" >
12 <property name="windowTitle" >
13 <string>Config Dialog</string>
15 <layout class="QVBoxLayout" >
16 <property name="margin" >
20 <widget class="KButtonGroup" name="titleAlign" >
21 <property name="title" >
22 <string>Title &Alignment</string>
24 <layout class="QHBoxLayout" name="horizontalLayout" >
26 <widget class="QRadioButton" name="AlignLeft" >
27 <property name="text" >
33 <widget class="QRadioButton" name="AlignHCenter" >
34 <property name="text" >
35 <string>Center</string>
40 <widget class="QRadioButton" name="AlignRight" >
41 <property name="text" >
42 <string>Right</string>
47 <zorder>AlignLeft</zorder>
48 <zorder>AlignHCenter</zorder>
49 <zorder>titleAlign_</zorder>
50 <zorder>AlignRight</zorder>
54 <widget class="QCheckBox" name="coloredBorder" >
55 <property name="whatsThis" >
56 <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>
58 <property name="text" >
59 <string>Colored window border</string>
61 <property name="shortcut" >
67 <widget class="QCheckBox" name="titleShadow" >
68 <property name="whatsThis" >
69 <string>Check this option if you want the titlebar text to have a 3D look with a shadow behind it.</string>
71 <property name="text" >
72 <string>Use shadowed &text</string>
77 <widget class="QCheckBox" name="animateButtons" >
78 <property name="whatsThis" >
79 <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>
81 <property name="text" >
82 <string>Animate buttons</string>
87 <widget class="QCheckBox" name="menuClose" >
88 <property name="whatsThis" >
89 <string>Check this option if you want windows to be closed when you double click the menu button, similar to Microsoft Windows.</string>
91 <property name="text" >
92 <string>Close windows by double clicking the menu button</string>
98 <layoutdefault spacing="6" margin="11" />
99 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
102 <class>KButtonGroup</class>
103 <extends>QGroupBox</extends>
104 <header>kbuttongroup.h</header>
105 <container>1</container>
109 <tabstop>animateButtons</tabstop>
110 <tabstop>titleShadow</tabstop>