5b9067fb84
BUG: 172076 svn path=/trunk/KDE/kdebase/workspace/; revision=869205
68 lines
1.8 KiB
XML
68 lines
1.8 KiB
XML
<ui version="4.0" >
|
|
<class>OxygenConfigUI</class>
|
|
<widget class="QWidget" name="OxygenConfigUI" >
|
|
<property name="geometry" >
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>364</width>
|
|
<height>234</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle" >
|
|
<string>Oxygen</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" >
|
|
<property name="margin" >
|
|
<number>0</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QGroupBox" name="groupBox" >
|
|
<property name="title" >
|
|
<string>Title &Alignment</string>
|
|
</property>
|
|
<layout class="QHBoxLayout" name="horizontalLayout" >
|
|
<item>
|
|
<widget class="QRadioButton" name="titleAlignmentLeft" >
|
|
<property name="enabled" >
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text" >
|
|
<string>&Left</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QRadioButton" name="titleAlignmentCenter" >
|
|
<property name="text" >
|
|
<string>Center</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QRadioButton" name="titleAlignmentRight" >
|
|
<property name="text" >
|
|
<string>&Right</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="showStripes" >
|
|
<property name="whatsThis" >
|
|
<string>When enabled, this option increases the visibility of the window titlebar by showing stripes</string>
|
|
</property>
|
|
<property name="text" >
|
|
<string>Show stripes next to the title</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<layoutdefault spacing="6" margin="11" />
|
|
<pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|