added ui
[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>218</width>
10     <height>176</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Dialog</string>
15   </property>
16   <layout class="QGridLayout" name="gridLayout">
17    <item row="0" column="0">
18     <widget class="QLabel" name="label">
19      <property name="text">
20       <string>Start</string>
21      </property>
22     </widget>
23    </item>
24    <item row="0" column="1">
25     <widget class="QPushButton" name="pushButtonStart">
26      <property name="maximumSize">
27       <size>
28        <width>31</width>
29        <height>26</height>
30       </size>
31      </property>
32      <property name="text">
33       <string>..</string>
34      </property>
35     </widget>
36    </item>
37    <item row="0" column="2">
38     <widget class="QDateEdit" name="dateEditStart"/>
39    </item>
40    <item row="1" column="0">
41     <widget class="QLabel" name="label_2">
42      <property name="text">
43       <string>End</string>
44      </property>
45     </widget>
46    </item>
47    <item row="1" column="1">
48     <widget class="QPushButton" name="pushButtonEnd">
49      <property name="maximumSize">
50       <size>
51        <width>31</width>
52        <height>26</height>
53       </size>
54      </property>
55      <property name="text">
56       <string>..</string>
57      </property>
58     </widget>
59    </item>
60    <item row="1" column="2">
61     <widget class="QDateEdit" name="dateEditEnd"/>
62    </item>
63    <item row="2" column="0" colspan="3">
64     <widget class="QDialogButtonBox" name="buttonBox">
65      <property name="maximumSize">
66       <size>
67        <width>16777215</width>
68        <height>26</height>
69       </size>
70      </property>
71      <property name="orientation">
72       <enum>Qt::Horizontal</enum>
73      </property>
74      <property name="standardButtons">
75       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
76      </property>
77     </widget>
78    </item>
79   </layout>
80  </widget>
81  <resources/>
82  <connections>
83   <connection>
84    <sender>buttonBox</sender>
85    <signal>accepted()</signal>
86    <receiver>DialogSearch</receiver>
87    <slot>accept()</slot>
88    <hints>
89     <hint type="sourcelabel">
90      <x>248</x>
91      <y>254</y>
92     </hint>
93     <hint type="destinationlabel">
94      <x>157</x>
95      <y>274</y>
96     </hint>
97    </hints>
98   </connection>
99   <connection>
100    <sender>buttonBox</sender>
101    <signal>rejected()</signal>
102    <receiver>DialogSearch</receiver>
103    <slot>reject()</slot>
104    <hints>
105     <hint type="sourcelabel">
106      <x>316</x>
107      <y>260</y>
108     </hint>
109     <hint type="destinationlabel">
110      <x>286</x>
111      <y>274</y>
112     </hint>
113    </hints>
114   </connection>
115  </connections>
116 </ui>