]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/qt-console/clients/clients.ui
Massive bat notifier rewrite + fix seg fault + implement text input dialog
[bacula/bacula] / bacula / src / qt-console / clients / clients.ui
1 <ui version="4.0" >
2  <class>ClientForm</class>
3  <widget class="QWidget" name="ClientForm" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>492</width>
9     <height>428</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Client Tree</string>
14   </property>
15   <layout class="QGridLayout" >
16    <item row="0" column="0" >
17     <widget class="QTableWidget" name="tableWidget" />
18    </item>
19   </layout>
20   <action name="actionRefreshClients" >
21    <property name="icon" >
22     <iconset resource="../main.qrc" >
23      <normaloff>:/images/view-refresh.png</normaloff>:/images/view-refresh.png</iconset>
24    </property>
25    <property name="text" >
26     <string>Refresh Client List</string>
27    </property>
28    <property name="statusTip" >
29     <string>Requery the director for the list of clients.</string>
30    </property>
31   </action>
32   <action name="actionListJobsofClient" >
33    <property name="icon" >
34     <iconset resource="../main.qrc" >
35      <normaloff>:/images/emblem-system.png</normaloff>:/images/emblem-system.png</iconset>
36    </property>
37    <property name="text" >
38     <string>List Jobs of Client</string>
39    </property>
40    <property name="statusTip" >
41     <string>Open a joblist page selecting this client.</string>
42    </property>
43   </action>
44   <action name="actionPurgeJobs" >
45    <property name="icon" >
46     <iconset resource="../main.qrc" >
47      <normaloff>:/images/weather-severe-alert.png</normaloff>:/images/weather-severe-alert.png</iconset>
48    </property>
49    <property name="text" >
50     <string>Purge Jobs</string>
51    </property>
52    <property name="statusTip" >
53     <string>Purge jobs peformed from this client.</string>
54    </property>
55   </action>
56   <action name="actionPrune" >
57    <property name="icon" >
58     <iconset resource="../main.qrc" >
59      <normaloff>:/images/edit-cut.png</normaloff>:/images/edit-cut.png</iconset>
60    </property>
61    <property name="text" >
62     <string>Prune Jobs</string>
63    </property>
64    <property name="statusTip" >
65     <string>Open the diaolog to prune for this client.</string>
66    </property>
67   </action>
68   <action name="actionStatusClientWindow" >
69    <property name="icon" >
70     <iconset resource="../main.qrc" >
71      <normaloff>:/images/status.png</normaloff>:/images/status.png</iconset>
72    </property>
73    <property name="text" >
74     <string>Status Client</string>
75    </property>
76   </action>
77  </widget>
78  <resources>
79   <include location="../main.qrc" />
80  </resources>
81  <connections/>
82 </ui>