2009-02-15 21:16:10 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2008-06-07 23:06:31 +00:00
|
|
|
<class>OxygenConfigUI</class>
|
2009-02-15 21:16:10 +00:00
|
|
|
<widget class="QWidget" name="OxygenConfigUI">
|
|
|
|
<property name="geometry">
|
2008-06-07 23:06:31 +00:00
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2008-10-08 13:42:24 +00:00
|
|
|
<width>364</width>
|
2009-03-09 22:36:39 +00:00
|
|
|
<height>92</height>
|
2008-06-07 23:06:31 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
2009-02-15 21:16:10 +00:00
|
|
|
<property name="windowTitle">
|
2008-10-08 13:42:24 +00:00
|
|
|
<string>Oxygen</string>
|
2008-06-07 23:06:31 +00:00
|
|
|
</property>
|
2009-02-15 21:16:10 +00:00
|
|
|
<layout class="QVBoxLayout">
|
|
|
|
<property name="margin">
|
2008-06-07 23:06:31 +00:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2008-10-08 13:42:24 +00:00
|
|
|
<item>
|
2009-02-15 21:16:10 +00:00
|
|
|
<widget class="QGroupBox" name="groupBox">
|
|
|
|
<property name="title">
|
2008-10-08 13:42:24 +00:00
|
|
|
<string>Title &Alignment</string>
|
|
|
|
</property>
|
2009-02-15 21:16:10 +00:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
2008-10-08 13:42:24 +00:00
|
|
|
<item>
|
2009-02-15 21:16:10 +00:00
|
|
|
<widget class="QRadioButton" name="titleAlignmentLeft">
|
|
|
|
<property name="enabled">
|
2008-10-08 13:42:24 +00:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2009-02-15 21:16:10 +00:00
|
|
|
<property name="text">
|
2008-10-08 13:42:24 +00:00
|
|
|
<string>&Left</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2009-02-15 21:16:10 +00:00
|
|
|
<widget class="QRadioButton" name="titleAlignmentCenter">
|
|
|
|
<property name="text">
|
2008-10-08 13:42:24 +00:00
|
|
|
<string>Center</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2009-02-15 21:16:10 +00:00
|
|
|
<widget class="QRadioButton" name="titleAlignmentRight">
|
|
|
|
<property name="text">
|
2008-10-08 13:42:24 +00:00
|
|
|
<string>&Right</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2008-06-07 23:06:31 +00:00
|
|
|
<item>
|
2009-02-15 21:16:10 +00:00
|
|
|
<widget class="QCheckBox" name="showStripes">
|
|
|
|
<property name="whatsThis">
|
2008-06-07 23:06:31 +00:00
|
|
|
<string>When enabled, this option increases the visibility of the window titlebar by showing stripes</string>
|
|
|
|
</property>
|
2009-02-15 21:16:10 +00:00
|
|
|
<property name="text">
|
2008-06-07 23:06:31 +00:00
|
|
|
<string>Show stripes next to the title</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2009-03-11 07:52:06 +00:00
|
|
|
<resources/>
|
2008-06-07 23:06:31 +00:00
|
|
|
<connections/>
|
|
|
|
</ui>
|