]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/qt-console/clients/clients.ui
I could not get a few files to compile until I opened and saved these
[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>413</width>
9     <height>258</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Client 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="actionRefreshClients" >
27    <property name="icon" >
28     <iconset resource="../main.qrc" >:/images/view-refresh.png</iconset>
29    </property>
30    <property name="text" >
31     <string>Refresh Client List</string>
32    </property>
33    <property name="statusTip" >
34     <string>Requery the director for the list of clients.</string>
35    </property>
36   </action>
37   <action name="actionListJobsofClient" >
38    <property name="icon" >
39     <iconset resource="../main.qrc" >:/images/emblem-system.png</iconset>
40    </property>
41    <property name="text" >
42     <string>List Jobs of Client</string>
43    </property>
44    <property name="statusTip" >
45     <string>Open a joblist page selecting this client.</string>
46    </property>
47   </action>
48   <action name="actionStatusClientInConsole" >
49    <property name="icon" >
50     <iconset resource="../main.qrc" >:/images/status.png</iconset>
51    </property>
52    <property name="text" >
53     <string>Status Client In Console</string>
54    </property>
55    <property name="statusTip" >
56     <string>Execute status client in console.</string>
57    </property>
58   </action>
59   <action name="actionPurgeJobs" >
60    <property name="icon" >
61     <iconset resource="../main.qrc" >:/images/weather-severe-alert.png</iconset>
62    </property>
63    <property name="text" >
64     <string>Purge Jobs</string>
65    </property>
66    <property name="statusTip" >
67     <string>Purge jobs peformed from this client.</string>
68    </property>
69   </action>
70   <action name="actionPrune" >
71    <property name="icon" >
72     <iconset resource="../main.qrc" >:/images/edit-cut.png</iconset>
73    </property>
74    <property name="text" >
75     <string>Prune Jobs</string>
76    </property>
77    <property name="statusTip" >
78     <string>Open the diaolog to prune for this client.</string>
79    </property>
80   </action>
81  </widget>
82  <resources>
83   <include location="../main.qrc" />
84  </resources>
85  <connections/>
86 </ui>