0.7.1
[fapman] / sortselector.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>SortSelector</class>
4  <widget class="QDialog" name="SortSelector">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>278</width>
10     <height>71</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Sort by</string>
15   </property>
16   <layout class="QHBoxLayout" name="horizontalLayout">
17    <property name="spacing">
18     <number>0</number>
19    </property>
20    <property name="margin">
21     <number>2</number>
22    </property>
23    <item>
24     <widget class="QRadioButton" name="radioButton_name">
25      <property name="text">
26       <string>Name</string>
27      </property>
28     </widget>
29    </item>
30    <item>
31     <widget class="QRadioButton" name="radioButton_date">
32      <property name="text">
33       <string>Date</string>
34      </property>
35     </widget>
36    </item>
37    <item>
38     <widget class="QRadioButton" name="radioButton_size">
39      <property name="text">
40       <string>Size</string>
41      </property>
42     </widget>
43    </item>
44   </layout>
45  </widget>
46  <resources/>
47  <connections>
48   <connection>
49    <sender>radioButton_date</sender>
50    <signal>clicked()</signal>
51    <receiver>SortSelector</receiver>
52    <slot>accept()</slot>
53    <hints>
54     <hint type="sourcelabel">
55      <x>138</x>
56      <y>34</y>
57     </hint>
58     <hint type="destinationlabel">
59      <x>138</x>
60      <y>35</y>
61     </hint>
62    </hints>
63   </connection>
64   <connection>
65    <sender>radioButton_name</sender>
66    <signal>clicked()</signal>
67    <receiver>SortSelector</receiver>
68    <slot>accept()</slot>
69    <hints>
70     <hint type="sourcelabel">
71      <x>47</x>
72      <y>34</y>
73     </hint>
74     <hint type="destinationlabel">
75      <x>138</x>
76      <y>35</y>
77     </hint>
78    </hints>
79   </connection>
80   <connection>
81    <sender>radioButton_size</sender>
82    <signal>clicked()</signal>
83    <receiver>SortSelector</receiver>
84    <slot>accept()</slot>
85    <hints>
86     <hint type="sourcelabel">
87      <x>230</x>
88      <y>34</y>
89     </hint>
90     <hint type="destinationlabel">
91      <x>138</x>
92      <y>35</y>
93     </hint>
94    </hints>
95   </connection>
96  </connections>
97 </ui>