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