]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/qt-console/joblist/joblist.ui
Add check boxes and combo boxes to limit the joblist. Move setTitle
[bacula/bacula] / bacula / src / qt-console / joblist / joblist.ui
1 <ui version="4.0" >
2  <class>JobListForm</class>
3  <widget class="QWidget" name="JobListForm" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>621</width>
9     <height>500</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Form</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="1" column="0" >
23     <layout class="QHBoxLayout" >
24      <property name="margin" >
25       <number>0</number>
26      </property>
27      <property name="spacing" >
28       <number>6</number>
29      </property>
30      <item>
31       <layout class="QVBoxLayout" >
32        <property name="margin" >
33         <number>0</number>
34        </property>
35        <property name="spacing" >
36         <number>6</number>
37        </property>
38        <item>
39         <widget class="QCheckBox" name="limitCheckBox" >
40          <property name="text" >
41           <string>Record Limit</string>
42          </property>
43         </widget>
44        </item>
45        <item>
46         <widget class="QSpinBox" name="limitSpinBox" >
47          <property name="maximum" >
48           <number>10000</number>
49          </property>
50          <property name="minimum" >
51           <number>1</number>
52          </property>
53          <property name="singleStep" >
54           <number>25</number>
55          </property>
56         </widget>
57        </item>
58       </layout>
59      </item>
60      <item>
61       <layout class="QVBoxLayout" >
62        <property name="margin" >
63         <number>0</number>
64        </property>
65        <property name="spacing" >
66         <number>6</number>
67        </property>
68        <item>
69         <widget class="QCheckBox" name="daysCheckBox" >
70          <property name="text" >
71           <string>Days Limit</string>
72          </property>
73         </widget>
74        </item>
75        <item>
76         <widget class="QSpinBox" name="daysSpinBox" >
77          <property name="singleStep" >
78           <number>10</number>
79          </property>
80         </widget>
81        </item>
82       </layout>
83      </item>
84      <item>
85       <layout class="QVBoxLayout" >
86        <property name="margin" >
87         <number>0</number>
88        </property>
89        <property name="spacing" >
90         <number>6</number>
91        </property>
92        <item>
93         <widget class="QLabel" name="clientsLabel" >
94          <property name="text" >
95           <string>Clients</string>
96          </property>
97         </widget>
98        </item>
99        <item>
100         <widget class="QComboBox" name="clientsComboBox" />
101        </item>
102       </layout>
103      </item>
104      <item>
105       <layout class="QVBoxLayout" >
106        <property name="margin" >
107         <number>0</number>
108        </property>
109        <property name="spacing" >
110         <number>6</number>
111        </property>
112        <item>
113         <widget class="QLabel" name="volumeLabel" >
114          <property name="text" >
115           <string>Volume</string>
116          </property>
117         </widget>
118        </item>
119        <item>
120         <widget class="QComboBox" name="volumeComboBox" />
121        </item>
122       </layout>
123      </item>
124      <item>
125       <widget class="QPushButton" name="refreshButton" >
126        <property name="maximumSize" >
127         <size>
128          <width>65</width>
129          <height>16777215</height>
130         </size>
131        </property>
132        <property name="text" >
133         <string>Refresh</string>
134        </property>
135       </widget>
136      </item>
137     </layout>
138    </item>
139    <item row="0" column="0" >
140     <widget class="QTableWidget" name="mp_tableWidget" />
141    </item>
142   </layout>
143   <action name="actionRefreshJobList" >
144    <property name="icon" >
145     <iconset>../../../../../../../:images/run.png</iconset>
146    </property>
147    <property name="text" >
148     <string>Refresh Job List</string>
149    </property>
150    <property name="statusTip" >
151     <string>Requery the director for the list of jobs.</string>
152    </property>
153   </action>
154   <action name="actionListJobid" >
155    <property name="icon" >
156     <iconset>../../../../../../../:images/unmark.png</iconset>
157    </property>
158    <property name="text" >
159     <string>ListJobid</string>
160    </property>
161   </action>
162   <action name="actionListFilesOnJob" >
163    <property name="icon" >
164     <iconset>../../../../../../../:images/unmark.png</iconset>
165    </property>
166    <property name="text" >
167     <string>List Files On Job</string>
168    </property>
169   </action>
170   <action name="actionListJobMedia" >
171    <property name="icon" >
172     <iconset>../../../../../../../:images/unmark.png</iconset>
173    </property>
174    <property name="text" >
175     <string>ListJobMedia</string>
176    </property>
177   </action>
178   <action name="actionListVolumes" >
179    <property name="icon" >
180     <iconset>../../../../../../../:images/unmark.png</iconset>
181    </property>
182    <property name="text" >
183     <string>ListVolumes</string>
184    </property>
185   </action>
186   <action name="actionLongListJob" >
187    <property name="icon" >
188     <iconset>../../../../../../../:images/unmark.png</iconset>
189    </property>
190    <property name="text" >
191     <string>LongListJob</string>
192    </property>
193   </action>
194   <action name="actionDeleteJob" >
195    <property name="icon" >
196     <iconset>../../../../../../../:images/unmark.png</iconset>
197    </property>
198    <property name="text" >
199     <string>DeleteJob</string>
200    </property>
201   </action>
202   <action name="actionPurgeFiles" >
203    <property name="icon" >
204     <iconset>../../../../../../../:images/unmark.png</iconset>
205    </property>
206    <property name="text" >
207     <string>PurgeFiles</string>
208    </property>
209   </action>
210  </widget>
211  <resources/>
212  <connections/>
213 </ui>