Fix game:addSpawnShapesByZone
[ryzomcore.git] / studio / src / plugins / core / settings_dialog.ui
blob8e9780c9aebfbe55cac8b57971819bb8e520542f
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>SettingsDialog</class>
4 <widget class="QDialog" name="SettingsDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>697</width>
10 <height>476</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Settings</string>
15 </property>
16 <property name="windowIcon">
17 <iconset resource="core.qrc">
18 <normaloff>:/core/images/preferences.png</normaloff>:/core/images/preferences.png</iconset>
19 </property>
20 <layout class="QVBoxLayout">
21 <property name="spacing">
22 <number>6</number>
23 </property>
24 <property name="margin">
25 <number>9</number>
26 </property>
27 <item>
28 <widget class="QSplitter" name="splitter">
29 <property name="orientation">
30 <enum>Qt::Horizontal</enum>
31 </property>
32 <widget class="QTreeWidget" name="pageTree">
33 <property name="sizePolicy">
34 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
35 <horstretch>0</horstretch>
36 <verstretch>0</verstretch>
37 </sizepolicy>
38 </property>
39 <property name="columnCount">
40 <number>1</number>
41 </property>
42 <column>
43 <property name="text">
44 <string>0</string>
45 </property>
46 </column>
47 </widget>
48 <widget class="QWidget" name="layoutWidget">
49 <layout class="QVBoxLayout">
50 <property name="spacing">
51 <number>6</number>
52 </property>
53 <property name="margin">
54 <number>0</number>
55 </property>
56 <item>
57 <widget class="QStackedWidget" name="stackedPages">
58 <property name="minimumSize">
59 <size>
60 <width>350</width>
61 <height>250</height>
62 </size>
63 </property>
64 </widget>
65 </item>
66 <item>
67 <widget class="Line" name="line">
68 <property name="orientation">
69 <enum>Qt::Horizontal</enum>
70 </property>
71 </widget>
72 </item>
73 </layout>
74 </widget>
75 </widget>
76 </item>
77 <item>
78 <widget class="QDialogButtonBox" name="buttonBox">
79 <property name="orientation">
80 <enum>Qt::Horizontal</enum>
81 </property>
82 <property name="standardButtons">
83 <set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
84 </property>
85 </widget>
86 </item>
87 </layout>
88 </widget>
89 <resources>
90 <include location="core.qrc"/>
91 </resources>
92 <connections>
93 <connection>
94 <sender>buttonBox</sender>
95 <signal>accepted()</signal>
96 <receiver>SettingsDialog</receiver>
97 <slot>accept()</slot>
98 <hints>
99 <hint type="sourcelabel">
100 <x>297</x>
101 <y>361</y>
102 </hint>
103 <hint type="destinationlabel">
104 <x>297</x>
105 <y>193</y>
106 </hint>
107 </hints>
108 </connection>
109 <connection>
110 <sender>buttonBox</sender>
111 <signal>rejected()</signal>
112 <receiver>SettingsDialog</receiver>
113 <slot>reject()</slot>
114 <hints>
115 <hint type="sourcelabel">
116 <x>297</x>
117 <y>361</y>
118 </hint>
119 <hint type="destinationlabel">
120 <x>297</x>
121 <y>193</y>
122 </hint>
123 </hints>
124 </connection>
125 </connections>
126 </ui>