]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/qt-console/jobs/jobs.ui
jobs: add actions and slots for performing commands.
[bacula/bacula] / bacula / src / qt-console / jobs / jobs.ui
1 <ui version="4.0" >
2  <class>jobsForm</class>
3  <widget class="QWidget" name="jobsForm" >
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="actionRefreshJobs" >
27    <property name="icon" >
28     <iconset resource="../main.qrc" >:/images/view-refresh.svg</iconset>
29    </property>
30    <property name="text" >
31     <string>Refresh Jobs 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="actionConsoleListFiles" >
38    <property name="icon" >
39     <iconset resource="../main.qrc" >:/images/utilities-terminal.svg</iconset>
40    </property>
41    <property name="text" >
42     <string>List Files Command</string>
43    </property>
44    <property name="iconText" >
45     <string>List Files Command</string>
46    </property>
47    <property name="toolTip" >
48     <string>List Files Command</string>
49    </property>
50    <property name="statusTip" >
51     <string>List Files Command</string>
52    </property>
53   </action>
54   <action name="actionConsoleListVolumes" >
55    <property name="icon" >
56     <iconset resource="../main.qrc" >:/images/utilities-terminal.svg</iconset>
57    </property>
58    <property name="text" >
59     <string>List Volumes Command</string>
60    </property>
61    <property name="iconText" >
62     <string>List Volumes Command</string>
63    </property>
64    <property name="toolTip" >
65     <string>List Volumes Command</string>
66    </property>
67    <property name="statusTip" >
68     <string>List Volumes Command</string>
69    </property>
70   </action>
71   <action name="actionConsoleListNextVolume" >
72    <property name="icon" >
73     <iconset resource="../main.qrc" >:/images/utilities-terminal.svg</iconset>
74    </property>
75    <property name="text" >
76     <string>List Next Volume Command</string>
77    </property>
78    <property name="iconText" >
79     <string>List Next Volume Command</string>
80    </property>
81    <property name="toolTip" >
82     <string>List Next Volume Command</string>
83    </property>
84    <property name="statusTip" >
85     <string>List Next Volume Command</string>
86    </property>
87   </action>
88   <action name="actionConsoleEnableJob" >
89    <property name="icon" >
90     <iconset resource="../main.qrc" >:/images/utilities-terminal.svg</iconset>
91    </property>
92    <property name="text" >
93     <string>Enable Job Command</string>
94    </property>
95    <property name="iconText" >
96     <string>Enable Job Command</string>
97    </property>
98    <property name="toolTip" >
99     <string>Enable Job Command</string>
100    </property>
101    <property name="statusTip" >
102     <string>Enable Job Command</string>
103    </property>
104   </action>
105   <action name="actionConsoleDisableJob" >
106    <property name="icon" >
107     <iconset resource="../main.qrc" >:/images/utilities-terminal.svg</iconset>
108    </property>
109    <property name="text" >
110     <string>Disable Job Command</string>
111    </property>
112    <property name="iconText" >
113     <string>Disable Job Command</string>
114    </property>
115    <property name="toolTip" >
116     <string>Disable Job Command</string>
117    </property>
118    <property name="statusTip" >
119     <string>Disable Job Command</string>
120    </property>
121   </action>
122   <action name="actionJobListQuery" >
123    <property name="icon" >
124     <iconset resource="../main.qrc" >:/images/emblem-system.svg</iconset>
125    </property>
126    <property name="text" >
127     <string>Open JobList on Job</string>
128    </property>
129    <property name="iconText" >
130     <string>Open JobList on Job</string>
131    </property>
132    <property name="toolTip" >
133     <string>Open JobList on Job</string>
134    </property>
135    <property name="statusTip" >
136     <string>Open JobList on Job</string>
137    </property>
138   </action>
139   <action name="actionConsoleCancel" >
140    <property name="icon" >
141     <iconset resource="../main.qrc" >:/images/utilities-terminal.svg</iconset>
142    </property>
143    <property name="text" >
144     <string>Cancel Job Command</string>
145    </property>
146    <property name="statusTip" >
147     <string>Cancel Job Command</string>
148    </property>
149   </action>
150  </widget>
151  <resources>
152   <include location="../main.qrc" />
153  </resources>
154  <connections/>
155 </ui>