2010-04-21 18:18:45 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>KWinAuroraeConfigForm</class>
|
|
|
|
<widget class="QWidget" name="KWinAuroraeConfigForm">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>400</width>
|
|
|
|
<height>300</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<layout class="QFormLayout" name="formLayout">
|
|
|
|
<property name="fieldGrowthPolicy">
|
|
|
|
<enum>QFormLayout::ExpandingFieldsGrow</enum>
|
|
|
|
</property>
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="text">
|
|
|
|
<string>Border size:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>borderSizesCombo</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
2010-05-02 11:03:05 +00:00
|
|
|
<widget class="KComboBox" name="borderSizesCombo">
|
2010-04-21 18:18:45 +00:00
|
|
|
<item>
|
|
|
|
<property name="text">
|
2010-05-22 11:39:44 +00:00
|
|
|
<string comment="@item:inlistbox Border size:">Tiny</string>
|
2010-04-21 18:18:45 +00:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
2010-05-22 11:39:44 +00:00
|
|
|
<string comment="@item:inlistbox Border size:">Normal</string>
|
2010-04-21 18:18:45 +00:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
2010-05-22 11:39:44 +00:00
|
|
|
<string comment="@item:inlistbox Border size:">Large</string>
|
2010-04-21 18:18:45 +00:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
2010-05-22 11:39:44 +00:00
|
|
|
<string comment="@item:inlistbox Border size:">Very Large</string>
|
2010-04-21 18:18:45 +00:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
2010-05-22 11:39:44 +00:00
|
|
|
<string comment="@item:inlistbox Border size:">Huge</string>
|
2010-04-21 18:18:45 +00:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
2010-05-22 11:39:44 +00:00
|
|
|
<string comment="@item:inlistbox Border size:">Very Huge</string>
|
2010-04-21 18:18:45 +00:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
2010-05-22 11:39:44 +00:00
|
|
|
<string comment="@item:inlistbox Border size:">Oversized</string>
|
2010-04-21 18:18:45 +00:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
<property name="text">
|
|
|
|
<string>Button size:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>buttonSizesCombo</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
2010-05-02 11:03:05 +00:00
|
|
|
<widget class="KComboBox" name="buttonSizesCombo">
|
2010-04-21 18:18:45 +00:00
|
|
|
<item>
|
|
|
|
<property name="text">
|
2010-05-22 11:39:44 +00:00
|
|
|
<string comment="@item:inlistbox Button size:">Tiny</string>
|
2010-04-21 18:18:45 +00:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
2010-05-22 11:39:44 +00:00
|
|
|
<string comment="@item:inlistbox Button size:">Normal</string>
|
2010-04-21 18:18:45 +00:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
2010-05-22 11:39:44 +00:00
|
|
|
<string comment="@item:inlistbox Button size:">Large</string>
|
2010-04-21 18:18:45 +00:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
2010-05-22 11:39:44 +00:00
|
|
|
<string comment="@item:inlistbox Button size:">Very Large</string>
|
2010-04-21 18:18:45 +00:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
2010-05-22 11:39:44 +00:00
|
|
|
<string comment="@item:inlistbox Button size:">Huge</string>
|
2010-04-21 18:18:45 +00:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
2010-05-22 11:39:44 +00:00
|
|
|
<string comment="@item:inlistbox Button size:">Very Huge</string>
|
2010-04-21 18:18:45 +00:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
2010-05-22 11:39:44 +00:00
|
|
|
<string comment="@item:inlistbox Button size:">Oversized</string>
|
2010-04-21 18:18:45 +00:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2010-05-02 11:03:05 +00:00
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>KComboBox</class>
|
|
|
|
<extends>QComboBox</extends>
|
|
|
|
<header>kcombobox.h</header>
|
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
2010-04-21 18:18:45 +00:00
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|