]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/qt-console/label/label.ui
dhb forgot to remove a couple of debugging printf's
[bacula/bacula] / bacula / src / qt-console / label / label.ui
1 <ui version="4.0" >
2  <class>labelForm</class>
3  <widget class="QDialog" name="labelForm" >
4   <property name="windowModality" >
5    <enum>Qt::WindowModal</enum>
6   </property>
7   <property name="geometry" >
8    <rect>
9     <x>0</x>
10     <y>0</y>
11     <width>400</width>
12     <height>300</height>
13    </rect>
14   </property>
15   <property name="windowTitle" >
16    <string>Label</string>
17   </property>
18   <layout class="QVBoxLayout" >
19    <property name="margin" >
20     <number>9</number>
21    </property>
22    <property name="spacing" >
23     <number>6</number>
24    </property>
25    <item>
26     <layout class="QHBoxLayout" >
27      <property name="margin" >
28       <number>0</number>
29      </property>
30      <property name="spacing" >
31       <number>6</number>
32      </property>
33      <item>
34       <spacer>
35        <property name="orientation" >
36         <enum>Qt::Horizontal</enum>
37        </property>
38        <property name="sizeHint" >
39         <size>
40          <width>71</width>
41          <height>21</height>
42         </size>
43        </property>
44       </spacer>
45      </item>
46      <item>
47       <widget class="QLabel" name="label" >
48        <property name="maximumSize" >
49         <size>
50          <width>16777215</width>
51          <height>30</height>
52         </size>
53        </property>
54        <property name="text" >
55         <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
56 p, li { white-space: pre-wrap; }
57 &lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;">
58 &lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;span style=" font-size:12pt; font-weight:600;">Label a Volume&lt;/span>&lt;/p>&lt;/body>&lt;/html></string>
59        </property>
60       </widget>
61      </item>
62      <item>
63       <spacer>
64        <property name="orientation" >
65         <enum>Qt::Horizontal</enum>
66        </property>
67        <property name="sizeHint" >
68         <size>
69          <width>81</width>
70          <height>20</height>
71         </size>
72        </property>
73       </spacer>
74      </item>
75     </layout>
76    </item>
77    <item>
78     <spacer>
79      <property name="orientation" >
80       <enum>Qt::Vertical</enum>
81      </property>
82      <property name="sizeType" >
83       <enum>QSizePolicy::Maximum</enum>
84      </property>
85      <property name="sizeHint" >
86       <size>
87        <width>20</width>
88        <height>10</height>
89       </size>
90      </property>
91     </spacer>
92    </item>
93    <item>
94     <layout class="QGridLayout" >
95      <property name="margin" >
96       <number>0</number>
97      </property>
98      <property name="spacing" >
99       <number>6</number>
100      </property>
101      <item row="3" column="1" >
102       <widget class="QSpinBox" name="slotSpin" >
103        <property name="maximum" >
104         <number>10000</number>
105        </property>
106       </widget>
107      </item>
108      <item row="1" column="0" >
109       <widget class="QLabel" name="label_3" >
110        <property name="text" >
111         <string>Pool:</string>
112        </property>
113        <property name="buddy" >
114         <cstring>poolCombo</cstring>
115        </property>
116       </widget>
117      </item>
118      <item row="0" column="0" >
119       <widget class="QLabel" name="label_2" >
120        <property name="text" >
121         <string>Storage:</string>
122        </property>
123        <property name="buddy" >
124         <cstring>storageCombo</cstring>
125        </property>
126       </widget>
127      </item>
128      <item row="2" column="1" >
129       <widget class="QLineEdit" name="volumeName" >
130        <property name="minimumSize" >
131         <size>
132          <width>200</width>
133          <height>0</height>
134         </size>
135        </property>
136       </widget>
137      </item>
138      <item row="1" column="1" >
139       <widget class="QComboBox" name="poolCombo" />
140      </item>
141      <item row="2" column="0" >
142       <widget class="QLabel" name="label_5" >
143        <property name="text" >
144         <string>Volume Name:</string>
145        </property>
146        <property name="buddy" >
147         <cstring>volumeName</cstring>
148        </property>
149       </widget>
150      </item>
151      <item row="0" column="1" >
152       <widget class="QComboBox" name="storageCombo" />
153      </item>
154      <item row="3" column="0" >
155       <widget class="QLabel" name="label_4" >
156        <property name="text" >
157         <string>Slot:</string>
158        </property>
159        <property name="buddy" >
160         <cstring>slotSpin</cstring>
161        </property>
162       </widget>
163      </item>
164     </layout>
165    </item>
166    <item>
167     <spacer>
168      <property name="orientation" >
169       <enum>Qt::Vertical</enum>
170      </property>
171      <property name="sizeType" >
172       <enum>QSizePolicy::Maximum</enum>
173      </property>
174      <property name="sizeHint" >
175       <size>
176        <width>21</width>
177        <height>16</height>
178       </size>
179      </property>
180     </spacer>
181    </item>
182    <item>
183     <widget class="QDialogButtonBox" name="buttonBox" >
184      <property name="orientation" >
185       <enum>Qt::Horizontal</enum>
186      </property>
187      <property name="standardButtons" >
188       <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
189      </property>
190     </widget>
191    </item>
192   </layout>
193  </widget>
194  <resources/>
195  <connections>
196   <connection>
197    <sender>buttonBox</sender>
198    <signal>accepted()</signal>
199    <receiver>labelForm</receiver>
200    <slot>accept()</slot>
201    <hints>
202     <hint type="sourcelabel" >
203      <x>248</x>
204      <y>254</y>
205     </hint>
206     <hint type="destinationlabel" >
207      <x>157</x>
208      <y>274</y>
209     </hint>
210    </hints>
211   </connection>
212   <connection>
213    <sender>buttonBox</sender>
214    <signal>rejected()</signal>
215    <receiver>labelForm</receiver>
216    <slot>reject()</slot>
217    <hints>
218     <hint type="sourcelabel" >
219      <x>316</x>
220      <y>260</y>
221     </hint>
222     <hint type="destinationlabel" >
223      <x>286</x>
224      <y>274</y>
225     </hint>
226    </hints>
227   </connection>
228  </connections>
229 </ui>