]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/qt-console/restore/restore-select.ui
Update bat
[bacula/bacula] / bacula / src / qt-console / restore / restore-select.ui
1 <ui version="4.0" >
2  <class>restoreFileForm</class>
3  <widget class="QWidget" name="restoreFileForm" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>400</width>
9     <height>300</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Restore Files Dialog</string>
14   </property>
15   <layout class="QVBoxLayout" >
16    <property name="margin" >
17     <number>9</number>
18    </property>
19    <property name="spacing" >
20     <number>6</number>
21    </property>
22    <item>
23     <layout class="QGridLayout" >
24      <property name="margin" >
25       <number>8</number>
26      </property>
27      <property name="spacing" >
28       <number>6</number>
29      </property>
30      <item row="2" column="0" >
31       <widget class="QLabel" name="label_3" >
32        <property name="text" >
33         <string>File Set:</string>
34        </property>
35        <property name="buddy" >
36         <cstring>filesetCombo</cstring>
37        </property>
38       </widget>
39      </item>
40      <item row="3" column="1" >
41       <widget class="QComboBox" name="poolCombo" />
42      </item>
43      <item row="0" column="1" >
44       <widget class="QComboBox" name="jobCombo" >
45        <property name="sizePolicy" >
46         <sizepolicy>
47          <hsizetype>7</hsizetype>
48          <vsizetype>0</vsizetype>
49          <horstretch>0</horstretch>
50          <verstretch>0</verstretch>
51         </sizepolicy>
52        </property>
53       </widget>
54      </item>
55      <item row="1" column="0" >
56       <widget class="QLabel" name="label_2" >
57        <property name="text" >
58         <string>Client:</string>
59        </property>
60        <property name="buddy" >
61         <cstring>clientCombo</cstring>
62        </property>
63       </widget>
64      </item>
65      <item row="5" column="0" >
66       <widget class="QLabel" name="label_6" >
67        <property name="text" >
68         <string>Before:</string>
69        </property>
70        <property name="buddy" >
71         <cstring>dateTimeEdit</cstring>
72        </property>
73       </widget>
74      </item>
75      <item row="4" column="0" >
76       <widget class="QLabel" name="label_5" >
77        <property name="text" >
78         <string>Storage:</string>
79        </property>
80        <property name="buddy" >
81         <cstring>storageCombo</cstring>
82        </property>
83       </widget>
84      </item>
85      <item row="4" column="1" >
86       <widget class="QComboBox" name="storageCombo" />
87      </item>
88      <item row="3" column="0" >
89       <widget class="QLabel" name="label_4" >
90        <property name="text" >
91         <string>Pool:</string>
92        </property>
93        <property name="buddy" >
94         <cstring>poolCombo</cstring>
95        </property>
96       </widget>
97      </item>
98      <item row="1" column="1" >
99       <widget class="QComboBox" name="clientCombo" />
100      </item>
101      <item row="5" column="1" >
102       <widget class="QDateTimeEdit" name="dateTimeEdit" >
103        <property name="minimumDate" >
104         <date>
105          <year>2000</year>
106          <month>1</month>
107          <day>1</day>
108         </date>
109        </property>
110        <property name="displayFormat" >
111         <string>yyyy-mm-dd h:mm:ss</string>
112        </property>
113        <property name="calendarPopup" >
114         <bool>true</bool>
115        </property>
116       </widget>
117      </item>
118      <item row="0" column="0" >
119       <widget class="QLabel" name="label" >
120        <property name="text" >
121         <string>Job:</string>
122        </property>
123        <property name="buddy" >
124         <cstring>jobCombo</cstring>
125        </property>
126       </widget>
127      </item>
128      <item row="2" column="1" >
129       <widget class="QComboBox" name="filesetCombo" />
130      </item>
131     </layout>
132    </item>
133    <item>
134     <layout class="QHBoxLayout" >
135      <property name="margin" >
136       <number>8</number>
137      </property>
138      <property name="spacing" >
139       <number>6</number>
140      </property>
141      <item>
142       <spacer>
143        <property name="orientation" >
144         <enum>Qt::Horizontal</enum>
145        </property>
146        <property name="sizeHint" >
147         <size>
148          <width>40</width>
149          <height>20</height>
150         </size>
151        </property>
152       </spacer>
153      </item>
154      <item>
155       <widget class="QPushButton" name="nextButton" >
156        <property name="text" >
157         <string>Next</string>
158        </property>
159       </widget>
160      </item>
161      <item>
162       <spacer>
163        <property name="orientation" >
164         <enum>Qt::Horizontal</enum>
165        </property>
166        <property name="sizeType" >
167         <enum>QSizePolicy::Fixed</enum>
168        </property>
169        <property name="sizeHint" >
170         <size>
171          <width>16</width>
172          <height>21</height>
173         </size>
174        </property>
175       </spacer>
176      </item>
177      <item>
178       <widget class="QPushButton" name="cancelButton" >
179        <property name="text" >
180         <string>Cancel</string>
181        </property>
182       </widget>
183      </item>
184     </layout>
185    </item>
186   </layout>
187  </widget>
188  <resources/>
189  <connections/>
190 </ui>