]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/qt-console/restore/prerestore.ui
kes Apply fix from for building wx-console on the Mac from
[bacula/bacula] / bacula / src / qt-console / restore / prerestore.ui
1 <ui version="4.0" >
2  <class>prerestoreForm</class>
3  <widget class="QDialog" name="prerestoreForm" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>366</width>
9     <height>299</height>
10    </rect>
11   </property>
12   <property name="maximumSize" >
13    <size>
14     <width>500</width>
15     <height>500</height>
16    </size>
17   </property>
18   <property name="focusPolicy" >
19    <enum>Qt::StrongFocus</enum>
20   </property>
21   <property name="windowTitle" >
22    <string>Restore Files</string>
23   </property>
24   <layout class="QVBoxLayout" >
25    <property name="margin" >
26     <number>9</number>
27    </property>
28    <property name="spacing" >
29     <number>6</number>
30    </property>
31    <item>
32     <layout class="QGridLayout" >
33      <property name="margin" >
34       <number>8</number>
35      </property>
36      <property name="spacing" >
37       <number>6</number>
38      </property>
39      <item row="3" column="0" >
40       <widget class="QLabel" name="label_4" >
41        <property name="text" >
42         <string>Pool:</string>
43        </property>
44        <property name="buddy" >
45         <cstring>poolCombo</cstring>
46        </property>
47       </widget>
48      </item>
49      <item row="1" column="0" >
50       <widget class="QLabel" name="label_2" >
51        <property name="text" >
52         <string>Client:</string>
53        </property>
54        <property name="buddy" >
55         <cstring>clientCombo</cstring>
56        </property>
57       </widget>
58      </item>
59      <item row="2" column="1" >
60       <widget class="QComboBox" name="filesetCombo" />
61      </item>
62      <item row="1" column="1" >
63       <widget class="QComboBox" name="clientCombo" />
64      </item>
65      <item row="4" column="1" >
66       <widget class="QComboBox" name="storageCombo" />
67      </item>
68      <item row="3" column="1" >
69       <widget class="QComboBox" name="poolCombo" />
70      </item>
71      <item row="5" column="1" >
72       <widget class="QDateTimeEdit" name="beforeDateTime" >
73        <property name="minimumDate" >
74         <date>
75          <year>2000</year>
76          <month>1</month>
77          <day>1</day>
78         </date>
79        </property>
80        <property name="displayFormat" >
81         <string>yyyy-mm-dd h:mm:ss</string>
82        </property>
83        <property name="calendarPopup" >
84         <bool>true</bool>
85        </property>
86       </widget>
87      </item>
88      <item row="2" column="0" >
89       <widget class="QLabel" name="label_3" >
90        <property name="text" >
91         <string>File Set:</string>
92        </property>
93        <property name="buddy" >
94         <cstring>filesetCombo</cstring>
95        </property>
96       </widget>
97      </item>
98      <item row="0" column="0" >
99       <widget class="QLabel" name="label" >
100        <property name="text" >
101         <string>Job:</string>
102        </property>
103        <property name="buddy" >
104         <cstring>jobCombo</cstring>
105        </property>
106       </widget>
107      </item>
108      <item row="4" column="0" >
109       <widget class="QLabel" name="label_5" >
110        <property name="text" >
111         <string>Storage:</string>
112        </property>
113        <property name="buddy" >
114         <cstring>storageCombo</cstring>
115        </property>
116       </widget>
117      </item>
118      <item row="5" column="0" >
119       <widget class="QLabel" name="label_6" >
120        <property name="text" >
121         <string>Before:</string>
122        </property>
123        <property name="buddy" >
124         <cstring>beforeDateTime</cstring>
125        </property>
126       </widget>
127      </item>
128      <item row="0" column="1" >
129       <widget class="QComboBox" name="jobCombo" >
130        <property name="sizePolicy" >
131         <sizepolicy>
132          <hsizetype>7</hsizetype>
133          <vsizetype>0</vsizetype>
134          <horstretch>0</horstretch>
135          <verstretch>0</verstretch>
136         </sizepolicy>
137        </property>
138        <property name="maximumSize" >
139         <size>
140          <width>600</width>
141          <height>600</height>
142         </size>
143        </property>
144       </widget>
145      </item>
146     </layout>
147    </item>
148    <item>
149     <widget class="QDialogButtonBox" name="buttonBox" >
150      <property name="orientation" >
151       <enum>Qt::Horizontal</enum>
152      </property>
153      <property name="standardButtons" >
154       <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
155      </property>
156     </widget>
157    </item>
158   </layout>
159  </widget>
160  <resources/>
161  <connections>
162   <connection>
163    <sender>buttonBox</sender>
164    <signal>accepted()</signal>
165    <receiver>prerestoreForm</receiver>
166    <slot>accept()</slot>
167    <hints>
168     <hint type="sourcelabel" >
169      <x>248</x>
170      <y>254</y>
171     </hint>
172     <hint type="destinationlabel" >
173      <x>157</x>
174      <y>274</y>
175     </hint>
176    </hints>
177   </connection>
178   <connection>
179    <sender>buttonBox</sender>
180    <signal>rejected()</signal>
181    <receiver>prerestoreForm</receiver>
182    <slot>reject()</slot>
183    <hints>
184     <hint type="sourcelabel" >
185      <x>316</x>
186      <y>260</y>
187     </hint>
188     <hint type="destinationlabel" >
189      <x>286</x>
190      <y>274</y>
191     </hint>
192    </hints>
193   </connection>
194  </connections>
195 </ui>