kwin/clients/ozone/config/oxygenconfig.ui
Luboš Luňák 2a9650a740 Oopsie, namespace the config properly too.
svn path=/trunk/KDE/kdebase/workspace/; revision=795808
2008-04-11 13:37:24 +00:00

35 lines
984 B
XML

<ui version="4.0" >
<class>Ozone::OxygenConfigUI</class>
<widget class="QWidget" name="OxygenConfigUI" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>287</width>
<height>33</height>
</rect>
</property>
<property name="windowTitle" >
<string>Ozone</string>
</property>
<layout class="QVBoxLayout" >
<property name="margin" >
<number>0</number>
</property>
<item>
<widget class="QCheckBox" name="blendTitlebarColors" >
<property name="whatsThis" >
<string>When enabled, this option makes the window titlebar use same colors as window contents, instead of using system titlebar colors.</string>
</property>
<property name="text" >
<string>Blend titlebar colors with window contents</string>
</property>
</widget>
</item>
</layout>
</widget>
<layoutdefault spacing="6" margin="11" />
<pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
<resources/>
<connections/>
</ui>