]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/qt-console/medialist/mediaview.ui
a86a8ce5349bee08609ecfa06ea8922a07317445
[bacula/bacula] / bacula / src / qt-console / medialist / mediaview.ui
1 <ui version="4.0" >
2  <class>MediaViewForm</class>
3  <widget class="QWidget" name="MediaViewForm" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>949</width>
9     <height>638</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Form</string>
14   </property>
15   <layout class="QVBoxLayout" >
16    <item>
17     <layout class="QHBoxLayout" >
18      <item>
19       <widget class="QPushButton" name="m_pbEdit" >
20        <property name="text" >
21         <string>Edit</string>
22        </property>
23        <property name="icon" >
24         <iconset resource="../main.qrc" >:/images/edit.png</iconset>
25        </property>
26        <property name="flat" >
27         <bool>true</bool>
28        </property>
29       </widget>
30      </item>
31      <item>
32       <widget class="QPushButton" name="m_pbPurge" >
33        <property name="text" >
34         <string>Purge</string>
35        </property>
36        <property name="icon" >
37         <iconset resource="../main.qrc" >:/images/purge.png</iconset>
38        </property>
39        <property name="flat" >
40         <bool>true</bool>
41        </property>
42       </widget>
43      </item>
44      <item>
45       <widget class="QPushButton" name="m_pbDelete" >
46        <property name="text" >
47         <string>Delete</string>
48        </property>
49        <property name="icon" >
50         <iconset resource="../main.qrc" >:/images/purge.png</iconset>
51        </property>
52        <property name="flat" >
53         <bool>true</bool>
54        </property>
55       </widget>
56      </item>
57      <item>
58       <widget class="QPushButton" name="m_pbPrune" >
59        <property name="text" >
60         <string>Prune</string>
61        </property>
62        <property name="icon" >
63         <iconset resource="../main.qrc" >:/images/edit-cut.png</iconset>
64        </property>
65        <property name="flat" >
66         <bool>true</bool>
67        </property>
68       </widget>
69      </item>
70      <item>
71       <spacer>
72        <property name="orientation" >
73         <enum>Qt::Horizontal</enum>
74        </property>
75        <property name="sizeHint" >
76         <size>
77          <width>40</width>
78          <height>20</height>
79         </size>
80        </property>
81       </spacer>
82      </item>
83     </layout>
84    </item>
85    <item>
86     <widget class="QGroupBox" name="groupBox" >
87      <property name="title" >
88       <string>Filter</string>
89      </property>
90      <layout class="QGridLayout" >
91       <item row="0" column="0" >
92        <widget class="QLabel" name="label_2" >
93         <property name="text" >
94          <string>Media Type:</string>
95         </property>
96        </widget>
97       </item>
98       <item row="0" column="1" >
99        <widget class="QComboBox" name="m_cbMediaType" />
100       </item>
101       <item row="0" column="2" >
102        <widget class="QLabel" name="label_4" >
103         <property name="text" >
104          <string>Status:</string>
105         </property>
106        </widget>
107       </item>
108       <item row="0" column="3" >
109        <widget class="QComboBox" name="m_cbStatus" />
110       </item>
111       <item row="0" column="4" >
112        <widget class="QLabel" name="label_6" >
113         <property name="text" >
114          <string>Limit:</string>
115         </property>
116        </widget>
117       </item>
118       <item row="0" column="5" >
119        <widget class="QSpinBox" name="m_sbLimit" >
120         <property name="minimum" >
121          <number>1</number>
122         </property>
123         <property name="maximum" >
124          <number>1000</number>
125         </property>
126         <property name="value" >
127          <number>100</number>
128         </property>
129        </widget>
130       </item>
131       <item row="0" column="6" >
132        <widget class="QLabel" name="label_3" >
133         <property name="text" >
134          <string>Name:</string>
135         </property>
136        </widget>
137       </item>
138       <item row="0" column="7" >
139        <widget class="QLineEdit" name="m_textName" >
140         <property name="sizePolicy" >
141          <sizepolicy vsizetype="Fixed" hsizetype="Maximum" >
142           <horstretch>0</horstretch>
143           <verstretch>0</verstretch>
144          </sizepolicy>
145         </property>
146        </widget>
147       </item>
148       <item row="0" column="8" colspan="2" >
149        <spacer>
150         <property name="orientation" >
151          <enum>Qt::Horizontal</enum>
152         </property>
153         <property name="sizeHint" >
154          <size>
155           <width>40</width>
156           <height>20</height>
157          </size>
158         </property>
159        </spacer>
160       </item>
161       <item row="1" column="0" >
162        <widget class="QLabel" name="label" >
163         <property name="text" >
164          <string>Pool:</string>
165         </property>
166        </widget>
167       </item>
168       <item row="1" column="1" >
169        <widget class="QComboBox" name="m_cbPool" />
170       </item>
171       <item row="1" column="2" >
172        <widget class="QLabel" name="label_5" >
173         <property name="text" >
174          <string>Location:</string>
175         </property>
176        </widget>
177       </item>
178       <item row="1" column="3" >
179        <widget class="QComboBox" name="m_cbLocation" />
180       </item>
181       <item row="1" column="4" colspan="2" >
182        <widget class="QCheckBox" name="m_chkExpired" >
183         <property name="text" >
184          <string>Expired</string>
185         </property>
186        </widget>
187       </item>
188       <item row="1" column="7" colspan="2" >
189        <spacer>
190         <property name="orientation" >
191          <enum>Qt::Horizontal</enum>
192         </property>
193         <property name="sizeHint" >
194          <size>
195           <width>40</width>
196           <height>20</height>
197          </size>
198         </property>
199        </spacer>
200       </item>
201       <item row="1" column="9" >
202        <widget class="QPushButton" name="m_pbApply" >
203         <property name="text" >
204          <string>Apply</string>
205         </property>
206         <property name="icon" >
207          <iconset resource="../main.qrc" >:/images/view-refresh.png</iconset>
208         </property>
209        </widget>
210       </item>
211      </layout>
212     </widget>
213    </item>
214    <item>
215     <widget class="QTableWidget" name="m_tableMedia" >
216      <property name="selectionMode" >
217       <enum>QAbstractItemView::ExtendedSelection</enum>
218      </property>
219      <property name="selectionBehavior" >
220       <enum>QAbstractItemView::SelectRows</enum>
221      </property>
222      <property name="sortingEnabled" >
223       <bool>true</bool>
224      </property>
225      <column>
226       <property name="text" >
227        <string>Volume Name</string>
228       </property>
229      </column>
230      <column>
231       <property name="text" >
232        <string>Online</string>
233       </property>
234      </column>
235      <column>
236       <property name="text" >
237        <string>Vol Bytes</string>
238       </property>
239      </column>
240      <column>
241       <property name="text" >
242        <string>Vol Usage</string>
243       </property>
244      </column>
245      <column>
246       <property name="text" >
247        <string>Vol Status</string>
248       </property>
249      </column>
250      <column>
251       <property name="text" >
252        <string>Pool</string>
253       </property>
254      </column>
255      <column>
256       <property name="text" >
257        <string>Media Type</string>
258       </property>
259      </column>
260      <column>
261       <property name="text" >
262        <string>Last Written</string>
263       </property>
264      </column>
265      <column>
266       <property name="text" >
267        <string>When expire?</string>
268       </property>
269      </column>
270     </widget>
271    </item>
272   </layout>
273  </widget>
274  <resources>
275   <include location="../main.qrc" />
276  </resources>
277  <connections/>
278 </ui>