2009-12-31 18:21:15 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>PlastikConfigDialog</class>
|
|
|
|
<widget class="QWidget" name="PlastikConfigDialog">
|
|
|
|
<property name="geometry">
|
2007-09-15 17:40:59 +00:00
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>541</width>
|
2008-05-12 12:18:49 +00:00
|
|
|
<height>176</height>
|
2007-09-15 17:40:59 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
2009-12-31 18:21:15 +00:00
|
|
|
<property name="windowTitle">
|
2007-09-15 17:40:59 +00:00
|
|
|
<string>Config Dialog</string>
|
|
|
|
</property>
|
2009-12-31 18:21:15 +00:00
|
|
|
<layout class="QVBoxLayout">
|
|
|
|
<property name="margin">
|
2007-09-15 17:40:59 +00:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
2009-12-31 18:21:15 +00:00
|
|
|
<widget class="KButtonGroup" name="titleAlign">
|
|
|
|
<property name="title">
|
2007-09-15 17:40:59 +00:00
|
|
|
<string>Title &Alignment</string>
|
|
|
|
</property>
|
2009-12-31 18:21:15 +00:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
2007-04-29 22:31:09 +00:00
|
|
|
<item>
|
2009-12-31 18:21:15 +00:00
|
|
|
<widget class="QRadioButton" name="AlignLeft">
|
|
|
|
<property name="text">
|
2007-09-15 17:40:59 +00:00
|
|
|
<string>Left</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2007-04-29 22:31:09 +00:00
|
|
|
</item>
|
|
|
|
<item>
|
2009-12-31 18:21:15 +00:00
|
|
|
<widget class="QRadioButton" name="AlignHCenter">
|
|
|
|
<property name="text">
|
2007-09-15 17:40:59 +00:00
|
|
|
<string>Center</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2007-04-29 22:31:09 +00:00
|
|
|
</item>
|
|
|
|
<item>
|
2009-12-31 18:21:15 +00:00
|
|
|
<widget class="QRadioButton" name="AlignRight">
|
|
|
|
<property name="text">
|
2007-09-15 17:40:59 +00:00
|
|
|
<string>Right</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2007-04-29 22:31:09 +00:00
|
|
|
</item>
|
2007-09-15 17:40:59 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2009-12-31 18:21:15 +00:00
|
|
|
<widget class="QCheckBox" name="coloredBorder">
|
|
|
|
<property name="whatsThis">
|
2007-09-15 17:40:59 +00:00
|
|
|
<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>
|
2009-12-31 18:21:15 +00:00
|
|
|
<property name="text">
|
2008-11-17 18:35:18 +00:00
|
|
|
<string>Colored window border</string>
|
2007-09-15 17:40:59 +00:00
|
|
|
</property>
|
2009-12-31 18:21:15 +00:00
|
|
|
<property name="shortcut">
|
2007-09-15 17:40:59 +00:00
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2009-12-31 18:21:15 +00:00
|
|
|
<widget class="QCheckBox" name="titleShadow">
|
|
|
|
<property name="whatsThis">
|
2007-09-15 17:40:59 +00:00
|
|
|
<string>Check this option if you want the titlebar text to have a 3D look with a shadow behind it.</string>
|
|
|
|
</property>
|
2009-12-31 18:21:15 +00:00
|
|
|
<property name="text">
|
2007-09-15 17:40:59 +00:00
|
|
|
<string>Use shadowed &text</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2009-12-31 18:21:15 +00:00
|
|
|
<widget class="QCheckBox" name="animateButtons">
|
|
|
|
<property name="whatsThis">
|
2007-09-15 17:40:59 +00:00
|
|
|
<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>
|
2009-12-31 18:21:15 +00:00
|
|
|
<property name="text">
|
2007-09-15 17:40:59 +00:00
|
|
|
<string>Animate buttons</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2009-12-31 18:21:15 +00:00
|
|
|
<widget class="QCheckBox" name="menuClose">
|
|
|
|
<property name="whatsThis">
|
2007-09-15 17:40:59 +00:00
|
|
|
<string>Check this option if you want windows to be closed when you double click the menu button, similar to Microsoft Windows.</string>
|
|
|
|
</property>
|
2009-12-31 18:21:15 +00:00
|
|
|
<property name="text">
|
2007-09-15 17:40:59 +00:00
|
|
|
<string>Close windows by double clicking the menu button</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2009-12-31 18:21:15 +00:00
|
|
|
<customwidgets>
|
2007-09-15 17:40:59 +00:00
|
|
|
<customwidget>
|
2008-05-12 12:18:49 +00:00
|
|
|
<class>KButtonGroup</class>
|
|
|
|
<extends>QGroupBox</extends>
|
|
|
|
<header>kbuttongroup.h</header>
|
2007-09-15 17:40:59 +00:00
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
|
|
|
<tabstops>
|
|
|
|
<tabstop>animateButtons</tabstop>
|
|
|
|
<tabstop>titleShadow</tabstop>
|
|
|
|
</tabstops>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
2007-04-29 22:31:09 +00:00
|
|
|
</ui>
|