]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/qt-console/restore/restore.ui
Create first cut prerestore and restore dialogs
[bacula/bacula] / bacula / src / qt-console / restore / restore.ui
1 <ui version="4.0" >
2  <class>restoreForm</class>
3  <widget class="QDialog" name="restoreForm" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>1047</width>
9     <height>764</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Restore File Selection</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     <widget class="QSplitter" name="splitter" >
24      <property name="orientation" >
25       <enum>Qt::Horizontal</enum>
26      </property>
27      <widget class="QTreeWidget" name="treeWidget" >
28       <property name="sizePolicy" >
29        <sizepolicy>
30         <hsizetype>5</hsizetype>
31         <vsizetype>7</vsizetype>
32         <horstretch>0</horstretch>
33         <verstretch>0</verstretch>
34        </sizepolicy>
35       </property>
36       <property name="minimumSize" >
37        <size>
38         <width>0</width>
39         <height>0</height>
40        </size>
41       </property>
42       <property name="maximumSize" >
43        <size>
44         <width>16777215</width>
45         <height>16777215</height>
46        </size>
47       </property>
48       <property name="sizeIncrement" >
49        <size>
50         <width>0</width>
51         <height>0</height>
52        </size>
53       </property>
54       <property name="alternatingRowColors" >
55        <bool>true</bool>
56       </property>
57       <property name="columnCount" >
58        <number>1</number>
59       </property>
60       <column>
61        <property name="text" >
62         <string>1</string>
63        </property>
64       </column>
65      </widget>
66      <widget class="QTreeWidget" name="fileWidget" >
67       <property name="sizePolicy" >
68        <sizepolicy>
69         <hsizetype>7</hsizetype>
70         <vsizetype>5</vsizetype>
71         <horstretch>188</horstretch>
72         <verstretch>1</verstretch>
73        </sizepolicy>
74       </property>
75       <property name="minimumSize" >
76        <size>
77         <width>400</width>
78         <height>0</height>
79        </size>
80       </property>
81       <property name="sizeIncrement" >
82        <size>
83         <width>0</width>
84         <height>0</height>
85        </size>
86       </property>
87       <property name="alternatingRowColors" >
88        <bool>true</bool>
89       </property>
90       <property name="columnCount" >
91        <number>7</number>
92       </property>
93       <column>
94        <property name="text" >
95         <string>1</string>
96        </property>
97       </column>
98       <column>
99        <property name="text" >
100         <string>1</string>
101        </property>
102       </column>
103       <column>
104        <property name="text" >
105         <string>2</string>
106        </property>
107       </column>
108       <column>
109        <property name="text" >
110         <string>3</string>
111        </property>
112       </column>
113       <column>
114        <property name="text" >
115         <string>4</string>
116        </property>
117       </column>
118       <column>
119        <property name="text" >
120         <string>5</string>
121        </property>
122       </column>
123       <column>
124        <property name="text" >
125         <string>6</string>
126        </property>
127       </column>
128      </widget>
129     </widget>
130    </item>
131    <item>
132     <layout class="QHBoxLayout" >
133      <property name="margin" >
134       <number>0</number>
135      </property>
136      <property name="spacing" >
137       <number>6</number>
138      </property>
139      <item>
140       <widget class="QLabel" name="label" >
141        <property name="sizePolicy" >
142         <sizepolicy>
143          <hsizetype>0</hsizetype>
144          <vsizetype>5</vsizetype>
145          <horstretch>0</horstretch>
146          <verstretch>0</verstretch>
147         </sizepolicy>
148        </property>
149        <property name="text" >
150         <string>Current Dir:</string>
151        </property>
152       </widget>
153      </item>
154      <item>
155       <widget class="QLineEdit" name="lineEdit" >
156        <property name="minimumSize" >
157         <size>
158          <width>100</width>
159          <height>0</height>
160         </size>
161        </property>
162       </widget>
163      </item>
164      <item>
165       <spacer>
166        <property name="orientation" >
167         <enum>Qt::Horizontal</enum>
168        </property>
169        <property name="sizeType" >
170         <enum>QSizePolicy::Fixed</enum>
171        </property>
172        <property name="sizeHint" >
173         <size>
174          <width>30</width>
175          <height>20</height>
176         </size>
177        </property>
178       </spacer>
179      </item>
180      <item>
181       <widget class="QDialogButtonBox" name="buttonBox" >
182        <property name="orientation" >
183         <enum>Qt::Horizontal</enum>
184        </property>
185        <property name="standardButtons" >
186         <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
187        </property>
188       </widget>
189      </item>
190     </layout>
191    </item>
192   </layout>
193  </widget>
194  <resources/>
195  <connections>
196   <connection>
197    <sender>buttonBox</sender>
198    <signal>accepted()</signal>
199    <receiver>restoreForm</receiver>
200    <slot>accept()</slot>
201    <hints>
202     <hint type="sourcelabel" >
203      <x>248</x>
204      <y>254</y>
205     </hint>
206     <hint type="destinationlabel" >
207      <x>157</x>
208      <y>274</y>
209     </hint>
210    </hints>
211   </connection>
212   <connection>
213    <sender>buttonBox</sender>
214    <signal>rejected()</signal>
215    <receiver>restoreForm</receiver>
216    <slot>reject()</slot>
217    <hints>
218     <hint type="sourcelabel" >
219      <x>316</x>
220      <y>260</y>
221     </hint>
222     <hint type="destinationlabel" >
223      <x>286</x>
224      <y>274</y>
225     </hint>
226    </hints>
227   </connection>
228  </connections>
229 </ui>