f7a59dfd24
- Makes .ui files smaller - Removes not necessary setAccel( QKeySequence( ) ); from the generated *.cpp - Translations teams don't get the accelerator to translate making it unpossible to generate errors because the & is placed in a letter and the accel is another letter. If you don't like that blame Stephan Binner, he suggested i could do it. svn path=/trunk/kdebase/kcontrol/; revision=263265
73 lines
2.9 KiB
XML
73 lines
2.9 KiB
XML
<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
|
|
<class>KeramikConfigUI</class>
|
|
<widget class="QWidget">
|
|
<property name="name">
|
|
<cstring>KeramikConfigUI</cstring>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>287</width>
|
|
<height>102</height>
|
|
</rect>
|
|
</property>
|
|
<property name="caption">
|
|
<string>Keramik</string>
|
|
</property>
|
|
<vbox>
|
|
<property name="name">
|
|
<cstring>unnamed</cstring>
|
|
</property>
|
|
<widget class="QCheckBox">
|
|
<property name="name">
|
|
<cstring>showAppIcons</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>Display the window &icon in the caption bubble</string>
|
|
</property>
|
|
<property name="whatsThis" stdset="0">
|
|
<string>Check this option if you want the window icon to be displayed in the caption bubble next to the titlebar text.</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox">
|
|
<property name="name">
|
|
<cstring>smallCaptions</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>Draw &small caption bubbles on active windows</string>
|
|
</property>
|
|
<property name="whatsThis" stdset="0">
|
|
<string>Check this option if you want the caption bubble to have the same size on active windows that it has on inactive ones. This option is useful for laptops or low resolution displays where you want maximize the amount of space available to the window contents.</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox">
|
|
<property name="name">
|
|
<cstring>largeGrabBars</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>Draw g&rab bars below windows</string>
|
|
</property>
|
|
<property name="whatsThis" stdset="0">
|
|
<string>Check this option if you want a grab bar to be drawn below windows. When this option is not selected only a thin border will be drawn in its place.</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox">
|
|
<property name="name">
|
|
<cstring>useShadowedText</cstring>
|
|
</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>
|
|
</vbox>
|
|
</widget>
|
|
<includes>
|
|
<include location="global" impldecl="in implementation">kdialog.h</include>
|
|
</includes>
|
|
<layoutdefaults spacing="6" margin="11"/>
|
|
<layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/>
|
|
</UI>
|