kwin/clients/plastik/config/configdialog.ui

123 lines
3.5 KiB
Text
Raw Normal View History

<ui version="4.0" >
<class>ConfigDialog</class>
<widget class="QWidget" name="ConfigDialog" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>541</width>
<height>170</height>
</rect>
</property>
<property name="windowTitle" >
<string>Config Dialog</string>
</property>
<layout class="QVBoxLayout" >
<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>
<widget class="Q3ButtonGroup" name="titleAlign" >
<property name="title" >
<string>Title &amp;Alignment</string>
</property>
<layout class="QHBoxLayout" >
<item>
<widget class="QRadioButton" name="AlignLeft" >
<property name="text" >
<string>Left</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="AlignHCenter" >
<property name="text" >
<string>Center</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="AlignRight" >
<property name="text" >
<string>Right</string>
</property>
</widget>
</item>
</layout>
</widget>
</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>
</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 &amp;text</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>
</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>
</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>
<tabstop>AlignRight</tabstop>
<tabstop>animateButtons</tabstop>
<tabstop>titleShadow</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>