2 <class>ClientForm</class>
3 <widget class="QWidget" name="ClientForm" >
4 <property name="geometry" >
12 <property name="windowTitle" >
13 <string>Client Tree</string>
15 <layout class="QGridLayout" >
16 <item row="0" column="0" >
17 <widget class="QTableWidget" name="tableWidget" />
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>
25 <property name="text" >
26 <string>Refresh Client List</string>
28 <property name="statusTip" >
29 <string>Requery the director for the list of clients.</string>
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>
37 <property name="text" >
38 <string>List Jobs of Client</string>
40 <property name="statusTip" >
41 <string>Open a joblist page selecting this client.</string>
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>
49 <property name="text" >
50 <string>Purge Jobs</string>
52 <property name="statusTip" >
53 <string>Purge jobs peformed from this client.</string>
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>
61 <property name="text" >
62 <string>Prune Jobs</string>
64 <property name="statusTip" >
65 <string>Open the diaolog to prune for this client.</string>
68 <action name="actionStatusClientWindow" >
69 <property name="icon" >
70 <iconset resource="../main.qrc" >
71 <normaloff>:/images/status.png</normaloff>:/images/status.png</iconset>
73 <property name="text" >
74 <string>Status Client</string>
79 <include location="../main.qrc" />