]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/qt-console/medialist/mediaview.ui
Add new MediaView
[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       </item>
121       <item row="0" column="6" >
122        <widget class="QLabel" name="label_3" >
123         <property name="text" >
124          <string>Name:</string>
125         </property>
126        </widget>
127       </item>
128       <item row="0" column="7" >
129        <widget class="QLineEdit" name="m_textName" >
130         <property name="sizePolicy" >
131          <sizepolicy vsizetype="Fixed" hsizetype="Maximum" >
132           <horstretch>0</horstretch>
133           <verstretch>0</verstretch>
134          </sizepolicy>
135         </property>
136        </widget>
137       </item>
138       <item row="0" column="8" colspan="2" >
139        <spacer>
140         <property name="orientation" >
141          <enum>Qt::Horizontal</enum>
142         </property>
143         <property name="sizeHint" >
144          <size>
145           <width>40</width>
146           <height>20</height>
147          </size>
148         </property>
149        </spacer>
150       </item>
151       <item row="1" column="0" >
152        <widget class="QLabel" name="label" >
153         <property name="text" >
154          <string>Pool:</string>
155         </property>
156        </widget>
157       </item>
158       <item row="1" column="1" >
159        <widget class="QComboBox" name="m_cbPool" />
160       </item>
161       <item row="1" column="2" >
162        <widget class="QLabel" name="label_5" >
163         <property name="text" >
164          <string>Location:</string>
165         </property>
166        </widget>
167       </item>
168       <item row="1" column="3" >
169        <widget class="QComboBox" name="m_cbLocation" />
170       </item>
171       <item row="1" column="4" colspan="2" >
172        <widget class="QCheckBox" name="m_chkExpired" >
173         <property name="text" >
174          <string>Expired</string>
175         </property>
176        </widget>
177       </item>
178       <item row="1" column="7" colspan="2" >
179        <spacer>
180         <property name="orientation" >
181          <enum>Qt::Horizontal</enum>
182         </property>
183         <property name="sizeHint" >
184          <size>
185           <width>40</width>
186           <height>20</height>
187          </size>
188         </property>
189        </spacer>
190       </item>
191       <item row="1" column="9" >
192        <widget class="QPushButton" name="pushButton" >
193         <property name="text" >
194          <string>Apply</string>
195         </property>
196         <property name="icon" >
197          <iconset resource="../main.qrc" >:/images/view-refresh.png</iconset>
198         </property>
199        </widget>
200       </item>
201      </layout>
202     </widget>
203    </item>
204    <item>
205     <widget class="QTableWidget" name="m_tableMedia" >
206      <column>
207       <property name="text" >
208        <string>Volume Name</string>
209       </property>
210      </column>
211      <column>
212       <property name="text" >
213        <string>Online</string>
214       </property>
215      </column>
216      <column>
217       <property name="text" >
218        <string>Vol Bytes</string>
219       </property>
220      </column>
221      <column>
222       <property name="text" >
223        <string>Vol Usage</string>
224       </property>
225      </column>
226      <column>
227       <property name="text" >
228        <string>Vol Status</string>
229       </property>
230      </column>
231      <column>
232       <property name="text" >
233        <string>Pool</string>
234       </property>
235      </column>
236      <column>
237       <property name="text" >
238        <string>Media Type</string>
239       </property>
240      </column>
241      <column>
242       <property name="text" >
243        <string>Last Written</string>
244       </property>
245      </column>
246      <column>
247       <property name="text" >
248        <string>When expire?</string>
249       </property>
250      </column>
251     </widget>
252    </item>
253   </layout>
254  </widget>
255  <resources>
256   <include location="../main.qrc" />
257  </resources>
258  <connections/>
259 </ui>