]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/qt-console/medialist/medialist.ui
Add a relabel dialog box. It is in context from medialist defaulting in the
[bacula/bacula] / bacula / src / qt-console / medialist / medialist.ui
1 <ui version="4.0" >
2  <class>MediaListForm</class>
3  <widget class="QWidget" name="MediaListForm" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>636</width>
9     <height>357</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Media Tree</string>
14   </property>
15   <layout class="QGridLayout" >
16    <property name="margin" >
17     <number>9</number>
18    </property>
19    <property name="spacing" >
20     <number>6</number>
21    </property>
22    <item row="0" column="0" >
23     <widget class="QTreeWidget" name="mp_treeWidget" />
24    </item>
25   </layout>
26   <action name="actionRefreshMediaList" >
27    <property name="icon" >
28     <iconset>:images/run.png</iconset>
29    </property>
30    <property name="text" >
31     <string>Refresh Media List</string>
32    </property>
33    <property name="statusTip" >
34     <string>Requery the director for the list of media.</string>
35    </property>
36   </action>
37   <action name="actionEditVolume" >
38    <property name="icon" >
39     <iconset>:images/status.png</iconset>
40    </property>
41    <property name="text" >
42     <string>Edit Volume</string>
43    </property>
44   </action>
45   <action name="actionListJobsOnVolume" >
46    <property name="icon" >
47     <iconset>:images/unmark.png</iconset>
48    </property>
49    <property name="text" >
50     <string>List Jobs On Volume</string>
51    </property>
52   </action>
53   <action name="actionDeleteVolume" >
54    <property name="icon" >
55     <iconset>:images/unmark.png</iconset>
56    </property>
57    <property name="text" >
58     <string>Delete Volume</string>
59    </property>
60   </action>
61   <action name="actionPurgeVolume" >
62    <property name="icon" >
63     <iconset>:images/unmark.png</iconset>
64    </property>
65    <property name="text" >
66     <string>Purge Volume</string>
67    </property>
68   </action>
69   <action name="actionRelabelVolume" >
70    <property name="icon" >
71     <iconset>../images/unmark.png</iconset>
72    </property>
73    <property name="text" >
74     <string>Relabel Volume</string>
75    </property>
76   </action>
77  </widget>
78  <resources/>
79  <connections/>
80 </ui>