]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/qt-console/clients/clients.ui
ebl Add more tests in migration time test (like for copy time test)
[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" >:/images/view-refresh.png</iconset>
23    </property>
24    <property name="text" >
25     <string>Refresh Client List</string>
26    </property>
27    <property name="statusTip" >
28     <string>Requery the director for the list of clients.</string>
29    </property>
30   </action>
31   <action name="actionListJobsofClient" >
32    <property name="icon" >
33     <iconset resource="../main.qrc" >:/images/emblem-system.png</iconset>
34    </property>
35    <property name="text" >
36     <string>List Jobs of Client</string>
37    </property>
38    <property name="statusTip" >
39     <string>Open a joblist page selecting this client.</string>
40    </property>
41   </action>
42   <action name="actionStatusClientInConsole" >
43    <property name="icon" >
44     <iconset resource="../main.qrc" >:/images/status-console.png</iconset>
45    </property>
46    <property name="text" >
47     <string>Status Client In Console</string>
48    </property>
49    <property name="statusTip" >
50     <string>Execute status client in console.</string>
51    </property>
52   </action>
53   <action name="actionPurgeJobs" >
54    <property name="icon" >
55     <iconset resource="../main.qrc" >:/images/weather-severe-alert.png</iconset>
56    </property>
57    <property name="text" >
58     <string>Purge Jobs</string>
59    </property>
60    <property name="statusTip" >
61     <string>Purge jobs peformed from this client.</string>
62    </property>
63   </action>
64   <action name="actionPrune" >
65    <property name="icon" >
66     <iconset resource="../main.qrc" >:/images/edit-cut.png</iconset>
67    </property>
68    <property name="text" >
69     <string>Prune Jobs</string>
70    </property>
71    <property name="statusTip" >
72     <string>Open the diaolog to prune for this client.</string>
73    </property>
74   </action>
75   <action name="actionStatusClientWindow" >
76    <property name="icon" >
77     <iconset resource="../main.qrc" >:/images/status.png</iconset>
78    </property>
79    <property name="text" >
80     <string>Status Client Window</string>
81    </property>
82   </action>
83  </widget>
84  <resources>
85   <include location="../main.qrc" />
86  </resources>
87  <connections/>
88 </ui>