info banner
[badge] / dialogsearch.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>DialogSearch</class>
4  <widget class="QDialog" name="DialogSearch">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>299</width>
10     <height>229</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Dialog</string>
15   </property>
16   <widget class="QWidget" name="">
17    <property name="geometry">
18     <rect>
19      <x>9</x>
20      <y>9</y>
21      <width>291</width>
22      <height>211</height>
23     </rect>
24    </property>
25    <layout class="QVBoxLayout" name="verticalLayout">
26     <item>
27      <layout class="QHBoxLayout" name="horizontalLayout">
28       <item>
29        <widget class="QLabel" name="label">
30         <property name="text">
31          <string>Start</string>
32         </property>
33        </widget>
34       </item>
35       <item>
36        <widget class="QPushButton" name="pushButtonStart">
37         <property name="maximumSize">
38          <size>
39           <width>31</width>
40           <height>26</height>
41          </size>
42         </property>
43         <property name="text">
44          <string>..</string>
45         </property>
46        </widget>
47       </item>
48       <item>
49        <widget class="QDateEdit" name="dateEditStart"/>
50       </item>
51      </layout>
52     </item>
53     <item>
54      <layout class="QHBoxLayout" name="horizontalLayout_2">
55       <item>
56        <widget class="QLabel" name="label_2">
57         <property name="text">
58          <string>End</string>
59         </property>
60        </widget>
61       </item>
62       <item>
63        <widget class="QPushButton" name="pushButtonEnd">
64         <property name="maximumSize">
65          <size>
66           <width>31</width>
67           <height>26</height>
68          </size>
69         </property>
70         <property name="text">
71          <string>..</string>
72         </property>
73        </widget>
74       </item>
75       <item>
76        <widget class="QDateEdit" name="dateEditEnd"/>
77       </item>
78      </layout>
79     </item>
80     <item>
81      <spacer name="horizontalSpacer">
82       <property name="orientation">
83        <enum>Qt::Horizontal</enum>
84       </property>
85       <property name="sizeHint" stdset="0">
86        <size>
87         <width>40</width>
88         <height>20</height>
89        </size>
90       </property>
91      </spacer>
92     </item>
93     <item>
94      <widget class="QDialogButtonBox" name="buttonBox">
95       <property name="maximumSize">
96        <size>
97         <width>16777215</width>
98         <height>26</height>
99        </size>
100       </property>
101       <property name="orientation">
102        <enum>Qt::Horizontal</enum>
103       </property>
104       <property name="standardButtons">
105        <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
106       </property>
107      </widget>
108     </item>
109    </layout>
110   </widget>
111   <zorder>label</zorder>
112   <zorder>pushButtonStart</zorder>
113   <zorder>dateEditStart</zorder>
114   <zorder>label_2</zorder>
115   <zorder>pushButtonEnd</zorder>
116   <zorder>dateEditEnd</zorder>
117   <zorder>buttonBox</zorder>
118   <zorder>buttonBox</zorder>
119  </widget>
120  <resources/>
121  <connections>
122   <connection>
123    <sender>buttonBox</sender>
124    <signal>accepted()</signal>
125    <receiver>DialogSearch</receiver>
126    <slot>accept()</slot>
127    <hints>
128     <hint type="sourcelabel">
129      <x>208</x>
130      <y>149</y>
131     </hint>
132     <hint type="destinationlabel">
133      <x>157</x>
134      <y>274</y>
135     </hint>
136    </hints>
137   </connection>
138   <connection>
139    <sender>buttonBox</sender>
140    <signal>rejected()</signal>
141    <receiver>DialogSearch</receiver>
142    <slot>reject()</slot>
143    <hints>
144     <hint type="sourcelabel">
145      <x>208</x>
146      <y>149</y>
147     </hint>
148     <hint type="destinationlabel">
149      <x>286</x>
150      <y>274</y>
151     </hint>
152    </hints>
153   </connection>
154   <connection>
155    <sender>pushButtonStart</sender>
156    <signal>clicked()</signal>
157    <receiver>DialogSearch</receiver>
158    <slot>start()</slot>
159    <hints>
160     <hint type="sourcelabel">
161      <x>83</x>
162      <y>38</y>
163     </hint>
164     <hint type="destinationlabel">
165      <x>63</x>
166      <y>18</y>
167     </hint>
168    </hints>
169   </connection>
170   <connection>
171    <sender>pushButtonEnd</sender>
172    <signal>clicked()</signal>
173    <receiver>DialogSearch</receiver>
174    <slot>end()</slot>
175    <hints>
176     <hint type="sourcelabel">
177      <x>89</x>
178      <y>92</y>
179     </hint>
180     <hint type="destinationlabel">
181      <x>79</x>
182      <y>105</y>
183     </hint>
184    </hints>
185   </connection>
186  </connections>
187  <slots>
188   <slot>start()</slot>
189   <slot>end()</slot>
190  </slots>
191 </ui>