2009-06-11 05:37:41 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
2008-04-11 13:37:24 +00:00
<class>Ozone::OxygenConfigUI</class>
2009-06-11 05:37:41 +00:00
<widget class="QWidget" name="OxygenConfigUI">
<property name="geometry">
2008-04-09 15:48:12 +00:00
<rect>
<x>0</x>
<y>0</y>
2008-10-17 21:10:04 +00:00
<width>364</width>
2009-06-11 05:44:39 +00:00
<height>92</height>
2008-04-09 15:48:12 +00:00
</rect>
</property>
2009-06-11 05:37:41 +00:00
<property name="windowTitle">
2008-04-09 15:48:12 +00:00
<string>Ozone</string>
</property>
2009-06-11 05:37:41 +00:00
<layout class="QVBoxLayout">
<property name="margin">
2008-04-09 15:48:12 +00:00
<number>0</number>
</property>
2008-10-17 21:10:04 +00:00
<item>
2009-06-11 05:37:41 +00:00
<widget class="QGroupBox" name="groupBox">
<property name="title">
2008-10-17 21:10:04 +00:00
<string>Title &Alignment</string>
</property>
2009-06-11 05:37:41 +00:00
<layout class="QHBoxLayout" name="horizontalLayout">
2008-10-17 21:10:04 +00:00
<item>
2009-06-11 05:37:41 +00:00
<widget class="QRadioButton" name="titleAlignmentLeft">
<property name="enabled">
2008-10-17 21:10:04 +00:00
<bool>true</bool>
</property>
2009-06-11 05:37:41 +00:00
<property name="text">
2008-10-17 21:10:04 +00:00
<string>&Left</string>
</property>
</widget>
</item>
<item>
2009-06-11 05:37:41 +00:00
<widget class="QRadioButton" name="titleAlignmentCenter">
<property name="text">
2008-10-17 21:10:04 +00:00
<string>Center</string>
</property>
</widget>
</item>
<item>
2009-06-11 05:37:41 +00:00
<widget class="QRadioButton" name="titleAlignmentRight">
<property name="text">
2008-10-17 21:10:04 +00:00
<string>&Right</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
2008-04-09 15:48:12 +00:00
<item>
2009-06-11 05:37:41 +00:00
<widget class="QCheckBox" name="blendTitlebarColors">
<property name="whatsThis">
2008-04-19 22:36:47 +00:00
<string>When enabled, this option makes the window title bar use the same colors as the window contents, instead of using the system title bar colors.</string>
2008-04-09 15:48:12 +00:00
</property>
2009-06-11 05:37:41 +00:00
<property name="text">
2008-04-19 22:36:47 +00:00
<string>Blend title bar colors with window contents</string>
2008-04-09 15:48:12 +00:00
</property>
</widget>
</item>
2008-06-09 14:50:57 +00:00
<item>
2009-06-11 05:37:41 +00:00
<widget class="QCheckBox" name="showStripes">
<property name="whatsThis">
2008-06-09 14:50:57 +00:00
<string>When enabled, this option increases the visibility of the window titlebar by showing stripes</string>
</property>
2009-06-11 05:37:41 +00:00
<property name="text">
2008-06-09 14:50:57 +00:00
<string>Show stripes next to the title</string>
</property>
</widget>
</item>
2008-04-09 15:48:12 +00:00
</layout>
</widget>
2009-03-11 07:52:06 +00:00
<resources/>
2008-04-09 15:48:12 +00:00
<connections/>
</ui>