]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/qt-console/restore/prerestore.ui
Addressed issue of long compiles. Simplify with Pages::setCurrent
[bacula/bacula] / bacula / src / qt-console / restore / prerestore.ui
1 <ui version="4.0" >
2  <class>prerestoreForm</class>
3  <widget class="QWidget" name="prerestoreForm" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>561</width>
9     <height>408</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="3" column="1" >
23     <spacer>
24      <property name="orientation" >
25       <enum>Qt::Vertical</enum>
26      </property>
27      <property name="sizeHint" >
28       <size>
29        <width>20</width>
30        <height>40</height>
31       </size>
32      </property>
33     </spacer>
34    </item>
35    <item row="0" column="1" >
36     <spacer>
37      <property name="orientation" >
38       <enum>Qt::Vertical</enum>
39      </property>
40      <property name="sizeHint" >
41       <size>
42        <width>20</width>
43        <height>40</height>
44       </size>
45      </property>
46     </spacer>
47    </item>
48    <item row="1" column="2" >
49     <spacer>
50      <property name="orientation" >
51       <enum>Qt::Horizontal</enum>
52      </property>
53      <property name="sizeHint" >
54       <size>
55        <width>40</width>
56        <height>20</height>
57       </size>
58      </property>
59     </spacer>
60    </item>
61    <item row="1" column="0" >
62     <spacer>
63      <property name="orientation" >
64       <enum>Qt::Horizontal</enum>
65      </property>
66      <property name="sizeHint" >
67       <size>
68        <width>40</width>
69        <height>20</height>
70       </size>
71      </property>
72     </spacer>
73    </item>
74    <item row="1" column="1" >
75     <layout class="QGridLayout" >
76      <property name="margin" >
77       <number>8</number>
78      </property>
79      <property name="spacing" >
80       <number>6</number>
81      </property>
82      <item row="3" column="0" >
83       <widget class="QLabel" name="label_4" >
84        <property name="text" >
85         <string>Pool:</string>
86        </property>
87        <property name="buddy" >
88         <cstring>poolCombo</cstring>
89        </property>
90       </widget>
91      </item>
92      <item row="1" column="0" >
93       <widget class="QLabel" name="label_2" >
94        <property name="text" >
95         <string>Client:</string>
96        </property>
97        <property name="buddy" >
98         <cstring>clientCombo</cstring>
99        </property>
100       </widget>
101      </item>
102      <item row="2" column="1" >
103       <widget class="QComboBox" name="filesetCombo" />
104      </item>
105      <item row="1" column="1" >
106       <widget class="QComboBox" name="clientCombo" />
107      </item>
108      <item row="4" column="1" >
109       <widget class="QComboBox" name="storageCombo" />
110      </item>
111      <item row="3" column="1" >
112       <widget class="QComboBox" name="poolCombo" />
113      </item>
114      <item row="5" column="1" >
115       <widget class="QDateTimeEdit" name="beforeDateTime" >
116        <property name="minimumDate" >
117         <date>
118          <year>2000</year>
119          <month>1</month>
120          <day>1</day>
121         </date>
122        </property>
123        <property name="displayFormat" >
124         <string>yyyy-mm-dd h:mm:ss</string>
125        </property>
126        <property name="calendarPopup" >
127         <bool>true</bool>
128        </property>
129       </widget>
130      </item>
131      <item row="2" column="0" >
132       <widget class="QLabel" name="label_3" >
133        <property name="text" >
134         <string>File Set:</string>
135        </property>
136        <property name="buddy" >
137         <cstring>filesetCombo</cstring>
138        </property>
139       </widget>
140      </item>
141      <item row="0" column="0" >
142       <widget class="QLabel" name="label" >
143        <property name="text" >
144         <string>Job:</string>
145        </property>
146        <property name="buddy" >
147         <cstring>jobCombo</cstring>
148        </property>
149       </widget>
150      </item>
151      <item row="4" column="0" >
152       <widget class="QLabel" name="label_5" >
153        <property name="text" >
154         <string>Storage:</string>
155        </property>
156        <property name="buddy" >
157         <cstring>storageCombo</cstring>
158        </property>
159       </widget>
160      </item>
161      <item row="5" column="0" >
162       <widget class="QLabel" name="label_6" >
163        <property name="text" >
164         <string>Before:</string>
165        </property>
166        <property name="buddy" >
167         <cstring>beforeDateTime</cstring>
168        </property>
169       </widget>
170      </item>
171      <item row="0" column="1" >
172       <widget class="QComboBox" name="jobCombo" >
173        <property name="sizePolicy" >
174         <sizepolicy>
175          <hsizetype>7</hsizetype>
176          <vsizetype>0</vsizetype>
177          <horstretch>0</horstretch>
178          <verstretch>0</verstretch>
179         </sizepolicy>
180        </property>
181        <property name="maximumSize" >
182         <size>
183          <width>600</width>
184          <height>600</height>
185         </size>
186        </property>
187       </widget>
188      </item>
189     </layout>
190    </item>
191    <item row="2" column="1" >
192     <layout class="QHBoxLayout" >
193      <property name="margin" >
194       <number>0</number>
195      </property>
196      <property name="spacing" >
197       <number>6</number>
198      </property>
199      <item>
200       <spacer>
201        <property name="orientation" >
202         <enum>Qt::Horizontal</enum>
203        </property>
204        <property name="sizeHint" >
205         <size>
206          <width>171</width>
207          <height>20</height>
208         </size>
209        </property>
210       </spacer>
211      </item>
212      <item>
213       <widget class="QPushButton" name="okButton" >
214        <property name="text" >
215         <string>OK</string>
216        </property>
217       </widget>
218      </item>
219      <item>
220       <widget class="QPushButton" name="cancelButton" >
221        <property name="text" >
222         <string>Cancel</string>
223        </property>
224       </widget>
225      </item>
226     </layout>
227    </item>
228   </layout>
229  </widget>
230  <resources/>
231  <connections/>
232 </ui>