]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/qt-console/storage/content.ui
Merge branch 'master' of ssh://bacula.git.sourceforge.net/gitroot/bacula
[bacula/bacula] / bacula / src / qt-console / storage / content.ui
1 <ui version="4.0" >
2  <class>ContentForm</class>
3  <widget class="QWidget" name="ContentForm" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>949</width>
9     <height>695</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Form</string>
14   </property>
15   <layout class="QHBoxLayout" >
16    <item>
17     <layout class="QVBoxLayout" >
18      <item>
19       <widget class="QGroupBox" name="groupBox" >
20        <property name="sizePolicy" >
21         <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
22          <horstretch>0</horstretch>
23          <verstretch>0</verstretch>
24         </sizepolicy>
25        </property>
26        <property name="minimumSize" >
27         <size>
28          <width>240</width>
29          <height>110</height>
30         </size>
31        </property>
32        <property name="title" >
33         <string>Actions</string>
34        </property>
35        <layout class="QGridLayout" >
36         <item row="0" column="0" >
37          <widget class="QPushButton" name="pbUpdate" >
38           <property name="text" >
39            <string>Update slots</string>
40           </property>
41           <property name="icon" >
42            <iconset resource="../main.qrc" >:/images/view-refresh.png</iconset>
43           </property>
44          </widget>
45         </item>
46         <item row="0" column="1" >
47          <widget class="QPushButton" name="pbLabel" >
48           <property name="text" >
49            <string>Label</string>
50           </property>
51           <property name="icon" >
52            <iconset resource="../main.qrc" >:/images/label.png</iconset>
53           </property>
54          </widget>
55         </item>
56         <item row="1" column="0" >
57          <widget class="QPushButton" name="pbMoveToTray" >
58           <property name="enabled" >
59            <bool>false</bool>
60           </property>
61           <property name="text" >
62            <string>Move to tray</string>
63           </property>
64           <property name="icon" >
65            <iconset resource="../main.qrc" >:/images/extern.png</iconset>
66           </property>
67          </widget>
68         </item>
69         <item row="1" column="1" >
70          <widget class="QPushButton" name="pbEmptyTray" >
71           <property name="enabled" >
72            <bool>false</bool>
73           </property>
74           <property name="text" >
75            <string>Empty tray</string>
76           </property>
77           <property name="icon" >
78            <iconset resource="../main.qrc" >:/images/intern.png</iconset>
79           </property>
80          </widget>
81         </item>
82         <item row="2" column="0" >
83          <widget class="QPushButton" name="pbMount" >
84           <property name="text" >
85            <string>Mount</string>
86           </property>
87          </widget>
88         </item>
89         <item row="2" column="1" >
90          <widget class="QPushButton" name="pbUnmount" >
91           <property name="text" >
92            <string>Unmount</string>
93           </property>
94          </widget>
95         </item>
96         <item row="3" column="0" >
97          <widget class="QPushButton" name="pbStatus" >
98           <property name="text" >
99            <string>Status</string>
100           </property>
101          </widget>
102         </item>
103         <item row="3" column="1" >
104          <widget class="QPushButton" name="pbRelease" >
105           <property name="text" >
106            <string>Release</string>
107           </property>
108          </widget>
109         </item>
110        </layout>
111       </widget>
112      </item>
113      <item>
114       <widget class="QGroupBox" name="groupBox_3" >
115        <property name="sizePolicy" >
116         <sizepolicy vsizetype="Expanding" hsizetype="Fixed" >
117          <horstretch>0</horstretch>
118          <verstretch>0</verstretch>
119         </sizepolicy>
120        </property>
121        <property name="minimumSize" >
122         <size>
123          <width>241</width>
124          <height>221</height>
125         </size>
126        </property>
127        <property name="maximumSize" >
128         <size>
129          <width>241</width>
130          <height>16777215</height>
131         </size>
132        </property>
133        <property name="title" >
134         <string>Drives</string>
135        </property>
136        <layout class="QVBoxLayout" >
137         <item>
138          <widget class="QTableWidget" name="tableDrive" >
139           <property name="sizePolicy" >
140            <sizepolicy vsizetype="Expanding" hsizetype="Fixed" >
141             <horstretch>0</horstretch>
142             <verstretch>0</verstretch>
143            </sizepolicy>
144           </property>
145           <property name="minimumSize" >
146            <size>
147             <width>220</width>
148             <height>192</height>
149            </size>
150           </property>
151           <property name="selectionBehavior" >
152            <enum>QAbstractItemView::SelectRows</enum>
153           </property>
154           <row>
155            <property name="text" >
156             <string>LTO1</string>
157            </property>
158           </row>
159           <row>
160            <property name="text" >
161             <string>New Row</string>
162            </property>
163           </row>
164           <column>
165            <property name="text" >
166             <string>Drive</string>
167            </property>
168           </column>
169           <column>
170            <property name="text" >
171             <string>Volume</string>
172            </property>
173           </column>
174           <item row="0" column="0" >
175            <property name="text" >
176             <string>LTO1</string>
177            </property>
178           </item>
179           <item row="0" column="1" >
180            <property name="text" >
181             <string>VOL1</string>
182            </property>
183           </item>
184           <item row="1" column="0" >
185            <property name="text" >
186             <string>LTO2</string>
187            </property>
188           </item>
189           <item row="1" column="1" >
190            <property name="text" >
191             <string>VOL2</string>
192            </property>
193           </item>
194          </widget>
195         </item>
196        </layout>
197       </widget>
198      </item>
199      <item>
200       <widget class="QGroupBox" name="groupBox_4" >
201        <property name="sizePolicy" >
202         <sizepolicy vsizetype="Expanding" hsizetype="Fixed" >
203          <horstretch>0</horstretch>
204          <verstretch>0</verstretch>
205         </sizepolicy>
206        </property>
207        <property name="maximumSize" >
208         <size>
209          <width>240</width>
210          <height>16777215</height>
211         </size>
212        </property>
213        <property name="title" >
214         <string>Tray slots</string>
215        </property>
216        <layout class="QHBoxLayout" >
217         <item>
218          <widget class="QTableWidget" name="tableTray" >
219           <property name="sizePolicy" >
220            <sizepolicy vsizetype="Expanding" hsizetype="Fixed" >
221             <horstretch>0</horstretch>
222             <verstretch>0</verstretch>
223            </sizepolicy>
224           </property>
225           <property name="minimumSize" >
226            <size>
227             <width>100</width>
228             <height>0</height>
229            </size>
230           </property>
231           <property name="selectionBehavior" >
232            <enum>QAbstractItemView::SelectRows</enum>
233           </property>
234           <property name="sortingEnabled" >
235            <bool>false</bool>
236           </property>
237           <column>
238            <property name="text" >
239             <string>Slot</string>
240            </property>
241           </column>
242           <column>
243            <property name="text" >
244             <string>Volume</string>
245            </property>
246           </column>
247          </widget>
248         </item>
249        </layout>
250       </widget>
251      </item>
252     </layout>
253    </item>
254    <item>
255     <widget class="QGroupBox" name="groupBox_2" >
256      <property name="title" >
257       <string>Content</string>
258      </property>
259      <layout class="QHBoxLayout" >
260       <item>
261        <widget class="QTableWidget" name="tableContent" >
262         <property name="alternatingRowColors" >
263          <bool>true</bool>
264         </property>
265         <property name="selectionMode" >
266          <enum>QAbstractItemView::ExtendedSelection</enum>
267         </property>
268         <property name="selectionBehavior" >
269          <enum>QAbstractItemView::SelectRows</enum>
270         </property>
271         <property name="rowCount" >
272          <number>0</number>
273         </property>
274         <column>
275          <property name="text" >
276           <string>  Slot  </string>
277          </property>
278         </column>
279         <column>
280          <property name="text" >
281           <string>  Volume   </string>
282          </property>
283         </column>
284         <column>
285          <property name="text" >
286           <string>   Bytes   </string>
287          </property>
288         </column>
289         <column>
290          <property name="text" >
291           <string>   Status   </string>
292          </property>
293         </column>
294         <column>
295          <property name="text" >
296           <string>   Media Type   </string>
297          </property>
298         </column>
299         <column>
300          <property name="text" >
301           <string>   Pool   </string>
302          </property>
303         </column>
304         <column>
305          <property name="text" >
306           <string>   Last Written   </string>
307          </property>
308         </column>
309         <column>
310          <property name="text" >
311           <string>   When expire?   </string>
312          </property>
313         </column>
314        </widget>
315       </item>
316      </layout>
317     </widget>
318    </item>
319   </layout>
320  </widget>
321  <resources>
322   <include location="../main.qrc" />
323  </resources>
324  <connections/>
325 </ui>