1 <?xml version=
"1.0" encoding=
"UTF-8"?>
3 <class>SettingsDialog
</class>
4 <widget class=
"QDialog" name=
"SettingsDialog">
5 <property name=
"geometry">
13 <property name=
"windowTitle">
14 <string>Settings
</string>
16 <property name=
"windowIcon">
17 <iconset resource=
"core.qrc">
18 <normaloff>:/core/images/preferences.png
</normaloff>:/core/images/preferences.png
</iconset>
20 <layout class=
"QVBoxLayout">
21 <property name=
"spacing">
24 <property name=
"margin">
28 <widget class=
"QSplitter" name=
"splitter">
29 <property name=
"orientation">
30 <enum>Qt::Horizontal
</enum>
32 <widget class=
"QTreeWidget" name=
"pageTree">
33 <property name=
"sizePolicy">
34 <sizepolicy hsizetype=
"Expanding" vsizetype=
"Expanding">
35 <horstretch>0</horstretch>
36 <verstretch>0</verstretch>
39 <property name=
"columnCount">
43 <property name=
"text">
48 <widget class=
"QWidget" name=
"layoutWidget">
49 <layout class=
"QVBoxLayout">
50 <property name=
"spacing">
53 <property name=
"margin">
57 <widget class=
"QStackedWidget" name=
"stackedPages">
58 <property name=
"minimumSize">
67 <widget class=
"Line" name=
"line">
68 <property name=
"orientation">
69 <enum>Qt::Horizontal
</enum>
78 <widget class=
"QDialogButtonBox" name=
"buttonBox">
79 <property name=
"orientation">
80 <enum>Qt::Horizontal
</enum>
82 <property name=
"standardButtons">
83 <set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok
</set>
90 <include location=
"core.qrc"/>
94 <sender>buttonBox
</sender>
95 <signal>accepted()
</signal>
96 <receiver>SettingsDialog
</receiver>
99 <hint type=
"sourcelabel">
103 <hint type=
"destinationlabel">
110 <sender>buttonBox
</sender>
111 <signal>rejected()
</signal>
112 <receiver>SettingsDialog
</receiver>
113 <slot>reject()
</slot>
115 <hint type=
"sourcelabel">
119 <hint type=
"destinationlabel">