]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/qt-console/storage/content.ui
tweak autochanger content view
[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           <column>
155            <property name="text" >
156             <string>Drive</string>
157            </property>
158           </column>
159           <column>
160            <property name="text" >
161             <string>Volume</string>
162            </property>
163           </column>
164          </widget>
165         </item>
166        </layout>
167       </widget>
168      </item>
169      <item>
170       <widget class="QGroupBox" name="groupBox_4" >
171        <property name="sizePolicy" >
172         <sizepolicy vsizetype="Expanding" hsizetype="Fixed" >
173          <horstretch>0</horstretch>
174          <verstretch>0</verstretch>
175         </sizepolicy>
176        </property>
177        <property name="maximumSize" >
178         <size>
179          <width>240</width>
180          <height>16777215</height>
181         </size>
182        </property>
183        <property name="title" >
184         <string>Import/Export</string>
185        </property>
186        <layout class="QHBoxLayout" >
187         <item>
188          <widget class="QTableWidget" name="tableTray" >
189           <property name="sizePolicy" >
190            <sizepolicy vsizetype="Expanding" hsizetype="Fixed" >
191             <horstretch>0</horstretch>
192             <verstretch>0</verstretch>
193            </sizepolicy>
194           </property>
195           <property name="minimumSize" >
196            <size>
197             <width>100</width>
198             <height>0</height>
199            </size>
200           </property>
201           <property name="selectionBehavior" >
202            <enum>QAbstractItemView::SelectRows</enum>
203           </property>
204           <property name="sortingEnabled" >
205            <bool>false</bool>
206           </property>
207           <column>
208            <property name="text" >
209             <string>Slot</string>
210            </property>
211           </column>
212           <column>
213            <property name="text" >
214             <string>Volume</string>
215            </property>
216           </column>
217          </widget>
218         </item>
219        </layout>
220       </widget>
221      </item>
222     </layout>
223    </item>
224    <item>
225     <widget class="QGroupBox" name="groupBox_2" >
226      <property name="title" >
227       <string>Content</string>
228      </property>
229      <layout class="QHBoxLayout" >
230       <item>
231        <widget class="QTableWidget" name="tableContent" >
232         <property name="alternatingRowColors" >
233          <bool>true</bool>
234         </property>
235         <property name="selectionMode" >
236          <enum>QAbstractItemView::ExtendedSelection</enum>
237         </property>
238         <property name="selectionBehavior" >
239          <enum>QAbstractItemView::SelectRows</enum>
240         </property>
241         <property name="rowCount" >
242          <number>0</number>
243         </property>
244         <column>
245          <property name="text" >
246           <string>  Slot  </string>
247          </property>
248         </column>
249         <column>
250          <property name="text" >
251           <string>  Volume   </string>
252          </property>
253         </column>
254         <column>
255          <property name="text" >
256           <string>   Bytes   </string>
257          </property>
258         </column>
259         <column>
260          <property name="text" >
261           <string>   Status   </string>
262          </property>
263         </column>
264         <column>
265          <property name="text" >
266           <string>   Media Type   </string>
267          </property>
268         </column>
269         <column>
270          <property name="text" >
271           <string>   Pool   </string>
272          </property>
273         </column>
274         <column>
275          <property name="text" >
276           <string>   Last Written   </string>
277          </property>
278         </column>
279         <column>
280          <property name="text" >
281           <string>   When expire?   </string>
282          </property>
283         </column>
284        </widget>
285       </item>
286      </layout>
287     </widget>
288    </item>
289   </layout>
290  </widget>
291  <resources>
292   <include location="../main.qrc" />
293  </resources>
294  <connections/>
295 </ui>