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