1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>RefDialog</class>
4 <widget class="QDialog" name="RefDialog">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>279</width>
10    <height>97</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Labels</string>
15  </property>
16  <layout class="QGridLayout">
17   <property name="margin">
18    <number>9</number>
19   </property>
20   <property name="spacing">
21    <number>6</number>
22   </property>
23   <item row="0" column="0">
24    <layout class="QHBoxLayout">
25     <property name="spacing">
26      <number>6</number>
27     </property>
28     <property name="margin">
29      <number>0</number>
30     </property>
31     <item>
32      <widget class="QLabel" name="label">
33       <property name="sizePolicy">
34        <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
35         <horstretch>0</horstretch>
36         <verstretch>0</verstretch>
37        </sizepolicy>
38       </property>
39       <property name="text">
40        <string>Labels</string>
41       </property>
42      </widget>
43     </item>
44     <item>
45      <widget class="QComboBox" name="comboBox">
46       <property name="sizePolicy">
47        <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
48         <horstretch>0</horstretch>
49         <verstretch>0</verstretch>
50        </sizepolicy>
51       </property>
52      </widget>
53     </item>
54    </layout>
55   </item>
56   <item row="1" column="0">
57    <layout class="QHBoxLayout">
58     <property name="spacing">
59      <number>6</number>
60     </property>
61     <property name="margin">
62      <number>0</number>
63     </property>
64     <item>
65      <spacer>
66       <property name="orientation">
67        <enum>Qt::Horizontal</enum>
68       </property>
69       <property name="sizeHint" stdset="0">
70        <size>
71         <width>131</width>
72         <height>31</height>
73        </size>
74       </property>
75      </spacer>
76     </item>
77     <item>
78      <widget class="QDialogButtonBox" name="buttonBox">
79       <property name="standardButtons">
80        <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
81       </property>
82      </widget>
83     </item>
84    </layout>
85   </item>
86  </layout>
87 </widget>
88 <tabstops>
89  <tabstop>comboBox</tabstop>
90 </tabstops>
91 <resources/>
92 <connections>
93  <connection>
94   <sender>buttonBox</sender>
95   <signal>accepted()</signal>
96   <receiver>RefDialog</receiver>
97   <slot>accept()</slot>
98   <hints>
99    <hint type="sourcelabel">
100     <x>182</x>
101     <y>69</y>
102    </hint>
103    <hint type="destinationlabel">
104     <x>139</x>
105     <y>48</y>
106    </hint>
107   </hints>
108  </connection>
109  <connection>
110   <sender>buttonBox</sender>
111   <signal>rejected()</signal>
112   <receiver>RefDialog</receiver>
113   <slot>reject()</slot>
114   <hints>
115    <hint type="sourcelabel">
116     <x>182</x>
117     <y>69</y>
118    </hint>
119    <hint type="destinationlabel">
120     <x>139</x>
121     <y>48</y>
122    </hint>
123   </hints>
124  </connection>
125 </connections>
126</ui>
127