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