2010-02-03 17:17:04 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>SettingsDialog</class>
|
|
|
|
<widget class="QDialog" name="SettingsDialog">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2011-06-08 16:48:43 +02:00
|
|
|
<width>827</width>
|
|
|
|
<height>768</height>
|
2010-02-03 17:17:04 +01:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
2010-06-23 18:27:23 +02:00
|
|
|
<string>Preferences</string>
|
2010-02-03 17:17:04 +01:00
|
|
|
</property>
|
2010-06-11 00:09:35 +02:00
|
|
|
<property name="windowIcon">
|
2010-09-30 22:17:36 +02:00
|
|
|
<iconset resource="../../data/data.qrc">
|
2010-06-11 00:09:35 +02:00
|
|
|
<normaloff>:/icon.png</normaloff>:/icon.png</iconset>
|
|
|
|
</property>
|
2010-02-03 17:17:04 +01:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
|
|
<item>
|
2011-10-30 17:51:43 +01:00
|
|
|
<widget class="QTreeWidget" name="list">
|
2010-02-03 17:17:04 +01:00
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
2010-12-14 19:28:14 +01:00
|
|
|
<width>220</width>
|
2010-02-03 17:17:04 +01:00
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2011-10-30 17:51:43 +01:00
|
|
|
<property name="horizontalScrollBarPolicy">
|
|
|
|
<enum>Qt::ScrollBarAlwaysOff</enum>
|
|
|
|
</property>
|
2010-02-03 17:17:04 +01:00
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>32</width>
|
|
|
|
<height>32</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2011-10-30 17:51:43 +01:00
|
|
|
<property name="rootIsDecorated">
|
|
|
|
<bool>false</bool>
|
2010-02-03 17:17:04 +01:00
|
|
|
</property>
|
2011-10-30 17:51:43 +01:00
|
|
|
<property name="itemsExpandable">
|
|
|
|
<bool>false</bool>
|
2010-02-03 17:17:04 +01:00
|
|
|
</property>
|
2011-10-30 17:51:43 +01:00
|
|
|
<property name="expandsOnDoubleClick">
|
|
|
|
<bool>false</bool>
|
2010-02-03 17:17:04 +01:00
|
|
|
</property>
|
2011-10-30 17:51:43 +01:00
|
|
|
<attribute name="headerVisible">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string notr="true">1</string>
|
|
|
|
</property>
|
|
|
|
</column>
|
2010-02-03 17:17:04 +01:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="title"/>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="Line" name="line_2">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2010-03-25 20:30:10 +01:00
|
|
|
<widget class="QStackedWidget" name="stacked_widget">
|
2010-02-03 17:17:04 +01:00
|
|
|
<property name="currentIndex">
|
2011-08-14 01:07:10 +02:00
|
|
|
<number>-1</number>
|
2010-02-03 17:17:04 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="Line" name="line">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QDialogButtonBox" name="buttonBox">
|
|
|
|
<property name="standardButtons">
|
|
|
|
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<tabstops>
|
|
|
|
<tabstop>list</tabstop>
|
2010-12-04 18:31:50 +01:00
|
|
|
<tabstop>buttonBox</tabstop>
|
2010-02-03 17:17:04 +01:00
|
|
|
</tabstops>
|
2010-09-30 22:17:36 +02:00
|
|
|
<resources>
|
|
|
|
<include location="../../data/data.qrc"/>
|
|
|
|
</resources>
|
2010-02-03 17:17:04 +01:00
|
|
|
<connections>
|
|
|
|
<connection>
|
|
|
|
<sender>buttonBox</sender>
|
|
|
|
<signal>accepted()</signal>
|
|
|
|
<receiver>SettingsDialog</receiver>
|
|
|
|
<slot>accept()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
2011-08-14 01:07:10 +02:00
|
|
|
<x>816</x>
|
|
|
|
<y>757</y>
|
2010-02-03 17:17:04 +01:00
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>521</x>
|
|
|
|
<y>545</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>buttonBox</sender>
|
|
|
|
<signal>rejected()</signal>
|
|
|
|
<receiver>SettingsDialog</receiver>
|
|
|
|
<slot>reject()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
2011-08-14 01:07:10 +02:00
|
|
|
<x>816</x>
|
|
|
|
<y>757</y>
|
2010-02-03 17:17:04 +01:00
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>322</x>
|
|
|
|
<y>549</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
</connections>
|
|
|
|
</ui>
|