]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/qt-console/select/textinput.ui
Eliminate complier warning
[bacula/bacula] / bacula / src / qt-console / select / textinput.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>textInputForm</class>
4  <widget class="QDialog" name="textInputForm">
5   <property name="windowModality">
6    <enum>Qt::ApplicationModal</enum>
7   </property>
8   <property name="geometry">
9    <rect>
10     <x>0</x>
11     <y>0</y>
12     <width>430</width>
13     <height>132</height>
14    </rect>
15   </property>
16   <property name="windowTitle">
17    <string>Selection dialog</string>
18   </property>
19   <layout class="QGridLayout" name="gridLayout">
20    <item row="0" column="0">
21     <widget class="QLabel" name="labelWidget">
22      <property name="text">
23       <string/>
24      </property>
25     </widget>
26    </item>
27    <item row="1" column="1">
28     <widget class="QLabel" name="label">
29      <property name="text">
30       <string>TextLabel</string>
31      </property>
32     </widget>
33    </item>
34    <item row="2" column="1">
35     <widget class="QLineEdit" name="lineEdit"/>
36    </item>
37    <item row="3" column="1">
38     <layout class="QHBoxLayout" name="horizontalLayout">
39      <item>
40       <spacer name="horizontalSpacer">
41        <property name="orientation">
42         <enum>Qt::Horizontal</enum>
43        </property>
44        <property name="sizeHint" stdset="0">
45         <size>
46          <width>40</width>
47          <height>20</height>
48         </size>
49        </property>
50       </spacer>
51      </item>
52      <item>
53       <widget class="QDialogButtonBox" name="buttonBox">
54        <property name="orientation">
55         <enum>Qt::Horizontal</enum>
56        </property>
57        <property name="standardButtons">
58         <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
59        </property>
60       </widget>
61      </item>
62     </layout>
63    </item>
64   </layout>
65  </widget>
66  <resources/>
67  <connections>
68   <connection>
69    <sender>buttonBox</sender>
70    <signal>accepted()</signal>
71    <receiver>textInputForm</receiver>
72    <slot>accept()</slot>
73    <hints>
74     <hint type="sourcelabel">
75      <x>248</x>
76      <y>254</y>
77     </hint>
78     <hint type="destinationlabel">
79      <x>157</x>
80      <y>274</y>
81     </hint>
82    </hints>
83   </connection>
84   <connection>
85    <sender>buttonBox</sender>
86    <signal>rejected()</signal>
87    <receiver>textInputForm</receiver>
88    <slot>reject()</slot>
89    <hints>
90     <hint type="sourcelabel">
91      <x>316</x>
92      <y>260</y>
93     </hint>
94     <hint type="destinationlabel">
95      <x>286</x>
96      <y>274</y>
97     </hint>
98    </hints>
99   </connection>
100  </connections>
101 </ui>