]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/qt-console/mount/mount.ui
Added delete and purge options in medialist. Shorten headings to get more to
[bacula/bacula] / bacula / src / qt-console / mount / mount.ui
1 <ui version="4.0" >
2  <class>mountForm</class>
3  <widget class="QDialog" name="mountForm" >
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="QGridLayout" >
19    <property name="margin" >
20     <number>9</number>
21    </property>
22    <property name="spacing" >
23     <number>6</number>
24    </property>
25    <item row="1" column="0" >
26     <widget class="QLabel" name="storageLabel" >
27      <property name="maximumSize" >
28       <size>
29        <width>16777215</width>
30        <height>20</height>
31       </size>
32      </property>
33      <property name="text" >
34       <string>TextLabel</string>
35      </property>
36      <property name="alignment" >
37       <set>Qt::AlignCenter</set>
38      </property>
39     </widget>
40    </item>
41    <item row="3" column="0" >
42     <layout class="QHBoxLayout" >
43      <property name="margin" >
44       <number>0</number>
45      </property>
46      <property name="spacing" >
47       <number>6</number>
48      </property>
49      <item>
50       <widget class="QLabel" name="label_4" >
51        <property name="text" >
52         <string>Slot:</string>
53        </property>
54        <property name="buddy" >
55         <cstring>slotSpin</cstring>
56        </property>
57       </widget>
58      </item>
59      <item>
60       <widget class="QSpinBox" name="slotSpin" >
61        <property name="maximum" >
62         <number>10000</number>
63        </property>
64       </widget>
65      </item>
66     </layout>
67    </item>
68    <item row="5" column="0" >
69     <widget class="QDialogButtonBox" name="buttonBox" >
70      <property name="orientation" >
71       <enum>Qt::Horizontal</enum>
72      </property>
73      <property name="standardButtons" >
74       <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
75      </property>
76     </widget>
77    </item>
78    <item row="4" column="0" >
79     <spacer>
80      <property name="orientation" >
81       <enum>Qt::Vertical</enum>
82      </property>
83      <property name="sizeType" >
84       <enum>QSizePolicy::Maximum</enum>
85      </property>
86      <property name="sizeHint" >
87       <size>
88        <width>21</width>
89        <height>16</height>
90       </size>
91      </property>
92     </spacer>
93    </item>
94    <item row="0" column="0" >
95     <layout class="QHBoxLayout" >
96      <property name="margin" >
97       <number>0</number>
98      </property>
99      <property name="spacing" >
100       <number>6</number>
101      </property>
102      <item>
103       <spacer>
104        <property name="orientation" >
105         <enum>Qt::Horizontal</enum>
106        </property>
107        <property name="sizeHint" >
108         <size>
109          <width>71</width>
110          <height>21</height>
111         </size>
112        </property>
113       </spacer>
114      </item>
115      <item>
116       <widget class="QLabel" name="label" >
117        <property name="maximumSize" >
118         <size>
119          <width>16777215</width>
120          <height>30</height>
121         </size>
122        </property>
123        <property name="text" >
124         <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
125 p, li { white-space: pre-wrap; }
126 &lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;">
127 &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;">Mount a Slot&lt;/span>&lt;/p>&lt;/body>&lt;/html></string>
128        </property>
129       </widget>
130      </item>
131      <item>
132       <spacer>
133        <property name="orientation" >
134         <enum>Qt::Horizontal</enum>
135        </property>
136        <property name="sizeHint" >
137         <size>
138          <width>81</width>
139          <height>20</height>
140         </size>
141        </property>
142       </spacer>
143      </item>
144     </layout>
145    </item>
146    <item row="2" column="0" >
147     <spacer>
148      <property name="orientation" >
149       <enum>Qt::Vertical</enum>
150      </property>
151      <property name="sizeType" >
152       <enum>QSizePolicy::Maximum</enum>
153      </property>
154      <property name="sizeHint" >
155       <size>
156        <width>382</width>
157        <height>16</height>
158       </size>
159      </property>
160     </spacer>
161    </item>
162   </layout>
163  </widget>
164  <resources/>
165  <connections>
166   <connection>
167    <sender>buttonBox</sender>
168    <signal>accepted()</signal>
169    <receiver>mountForm</receiver>
170    <slot>accept()</slot>
171    <hints>
172     <hint type="sourcelabel" >
173      <x>248</x>
174      <y>254</y>
175     </hint>
176     <hint type="destinationlabel" >
177      <x>157</x>
178      <y>274</y>
179     </hint>
180    </hints>
181   </connection>
182   <connection>
183    <sender>buttonBox</sender>
184    <signal>rejected()</signal>
185    <receiver>mountForm</receiver>
186    <slot>reject()</slot>
187    <hints>
188     <hint type="sourcelabel" >
189      <x>316</x>
190      <y>260</y>
191     </hint>
192     <hint type="destinationlabel" >
193      <x>286</x>
194      <y>274</y>
195     </hint>
196    </hints>
197   </connection>
198  </connections>
199 </ui>