0
|
1 |
<ui version="4.0" >
|
|
2 |
<author></author>
|
|
3 |
<comment></comment>
|
|
4 |
<exportmacro></exportmacro>
|
|
5 |
<class>SortDialog</class>
|
|
6 |
<widget class="QDialog" name="SortDialog" >
|
|
7 |
<property name="geometry" >
|
|
8 |
<rect>
|
|
9 |
<x>0</x>
|
|
10 |
<y>0</y>
|
|
11 |
<width>304</width>
|
|
12 |
<height>370</height>
|
|
13 |
</rect>
|
|
14 |
</property>
|
|
15 |
<property name="windowTitle" >
|
|
16 |
<string>Sort</string>
|
|
17 |
</property>
|
|
18 |
<layout class="QGridLayout" >
|
|
19 |
<property name="margin" >
|
|
20 |
<number>8</number>
|
|
21 |
</property>
|
|
22 |
<property name="spacing" >
|
|
23 |
<number>6</number>
|
|
24 |
</property>
|
|
25 |
<item rowspan="2" row="0" column="1" >
|
|
26 |
<layout class="QVBoxLayout" >
|
|
27 |
<property name="margin" >
|
|
28 |
<number>0</number>
|
|
29 |
</property>
|
|
30 |
<property name="spacing" >
|
|
31 |
<number>6</number>
|
|
32 |
</property>
|
|
33 |
<item>
|
|
34 |
<widget class="QPushButton" name="okButton" >
|
|
35 |
<property name="text" >
|
|
36 |
<string>OK</string>
|
|
37 |
</property>
|
|
38 |
<property name="default" >
|
|
39 |
<bool>true</bool>
|
|
40 |
</property>
|
|
41 |
</widget>
|
|
42 |
</item>
|
|
43 |
<item>
|
|
44 |
<spacer>
|
|
45 |
<property name="orientation" >
|
|
46 |
<enum>Qt::Vertical</enum>
|
|
47 |
</property>
|
|
48 |
<property name="sizeHint" >
|
|
49 |
<size>
|
|
50 |
<width>20</width>
|
|
51 |
<height>1</height>
|
|
52 |
</size>
|
|
53 |
</property>
|
|
54 |
</spacer>
|
|
55 |
</item>
|
|
56 |
<item>
|
|
57 |
<widget class="QPushButton" name="moreButton" >
|
|
58 |
<property name="text" >
|
|
59 |
<string>&More</string>
|
|
60 |
</property>
|
|
61 |
<property name="checkable" >
|
|
62 |
<bool>true</bool>
|
|
63 |
</property>
|
|
64 |
</widget>
|
|
65 |
</item>
|
|
66 |
</layout>
|
|
67 |
</item>
|
|
68 |
<item row="1" column="0" >
|
|
69 |
<spacer>
|
|
70 |
<property name="orientation" >
|
|
71 |
<enum>Qt::Vertical</enum>
|
|
72 |
</property>
|
|
73 |
<property name="sizeHint" >
|
|
74 |
<size>
|
|
75 |
<width>20</width>
|
|
76 |
<height>1</height>
|
|
77 |
</size>
|
|
78 |
</property>
|
|
79 |
</spacer>
|
|
80 |
</item>
|
|
81 |
<item row="0" column="0" >
|
|
82 |
<widget class="QGroupBox" name="primaryGroupBox" >
|
|
83 |
<layout class="QHBoxLayout" >
|
|
84 |
<property name="margin" >
|
|
85 |
<number>8</number>
|
|
86 |
</property>
|
|
87 |
<property name="spacing" >
|
|
88 |
<number>6</number>
|
|
89 |
</property>
|
|
90 |
<item row="0" column="0" >
|
|
91 |
<widget class="QComboBox" name="primaryColumnCombo" >
|
|
92 |
<property name="minimumSize" >
|
|
93 |
<size>
|
|
94 |
<width>0</width>
|
|
95 |
<height>100</height>
|
|
96 |
</size>
|
|
97 |
</property>
|
|
98 |
<item>
|
|
99 |
<property name="text" >
|
|
100 |
<string>None</string>
|
|
101 |
</property>
|
|
102 |
</item>
|
|
103 |
</widget>
|
|
104 |
</item>
|
|
105 |
</layout>
|
|
106 |
</widget>
|
|
107 |
</item>
|
|
108 |
</layout>
|
|
109 |
</widget>
|
|
110 |
<pixmapfunction></pixmapfunction>
|
|
111 |
<tabstops>
|
|
112 |
<tabstop>primaryColumnCombo</tabstop>
|
|
113 |
<tabstop>okButton</tabstop>
|
|
114 |
<tabstop>moreButton</tabstop>
|
|
115 |
</tabstops>
|
|
116 |
<resources/>
|
|
117 |
<connections>
|
|
118 |
<connection>
|
|
119 |
<sender>okButton</sender>
|
|
120 |
<signal>clicked()</signal>
|
|
121 |
<receiver>SortDialog</receiver>
|
|
122 |
<slot>accept()</slot>
|
|
123 |
<hints>
|
|
124 |
<hint type="sourcelabel" >
|
|
125 |
<x>257</x>
|
|
126 |
<y>25</y>
|
|
127 |
</hint>
|
|
128 |
<hint type="destinationlabel" >
|
|
129 |
<x>283</x>
|
|
130 |
<y>268</y>
|
|
131 |
</hint>
|
|
132 |
</hints>
|
|
133 |
</connection>
|
|
134 |
</connections>
|
|
135 |
</ui>
|