Files
picard/ui/options_interface.ui
2007-03-18 09:26:08 +01:00

59 lines
1.3 KiB
XML

<ui version="4.0" >
<class>InterfaceOptionsPage</class>
<widget class="QWidget" name="InterfaceOptionsPage" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>238</width>
<height>216</height>
</rect>
</property>
<layout class="QVBoxLayout" >
<property name="margin" >
<number>9</number>
</property>
<property name="spacing" >
<number>6</number>
</property>
<item>
<widget class="QGroupBox" name="groupBox_2" >
<property name="title" >
<string>Toolbar</string>
</property>
<layout class="QVBoxLayout" >
<property name="margin" >
<number>9</number>
</property>
<property name="spacing" >
<number>2</number>
</property>
<item>
<widget class="QCheckBox" name="toolbar_show_labels" >
<property name="text" >
<string>Show text labels under icons</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<spacer>
<property name="orientation" >
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" >
<size>
<width>181</width>
<height>21</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>