]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/qt-console/restore/restore.ui
Update bat
[bacula/bacula] / bacula / src / qt-console / restore / restore.ui
1 <ui version="4.0" >
2  <class>restoreForm</class>
3  <widget class="QWidget" name="restoreForm" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>693</width>
9     <height>366</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      <widget class="QTreeWidget" name="fileWidget" />
29     </widget>
30    </item>
31    <item>
32     <layout class="QHBoxLayout" >
33      <property name="margin" >
34       <number>0</number>
35      </property>
36      <property name="spacing" >
37       <number>6</number>
38      </property>
39      <item>
40       <widget class="QLabel" name="label" >
41        <property name="sizePolicy" >
42         <sizepolicy>
43          <hsizetype>0</hsizetype>
44          <vsizetype>5</vsizetype>
45          <horstretch>0</horstretch>
46          <verstretch>0</verstretch>
47         </sizepolicy>
48        </property>
49        <property name="text" >
50         <string>Current Dir:</string>
51        </property>
52       </widget>
53      </item>
54      <item>
55       <widget class="QLineEdit" name="lineEdit" >
56        <property name="minimumSize" >
57         <size>
58          <width>100</width>
59          <height>0</height>
60         </size>
61        </property>
62       </widget>
63      </item>
64      <item>
65       <spacer>
66        <property name="orientation" >
67         <enum>Qt::Horizontal</enum>
68        </property>
69        <property name="sizeType" >
70         <enum>QSizePolicy::Fixed</enum>
71        </property>
72        <property name="sizeHint" >
73         <size>
74          <width>60</width>
75          <height>20</height>
76         </size>
77        </property>
78       </spacer>
79      </item>
80      <item>
81       <widget class="QPushButton" name="okButton" >
82        <property name="text" >
83         <string>OK</string>
84        </property>
85       </widget>
86      </item>
87      <item>
88       <spacer>
89        <property name="orientation" >
90         <enum>Qt::Horizontal</enum>
91        </property>
92        <property name="sizeType" >
93         <enum>QSizePolicy::Fixed</enum>
94        </property>
95        <property name="sizeHint" >
96         <size>
97          <width>31</width>
98          <height>20</height>
99         </size>
100        </property>
101       </spacer>
102      </item>
103      <item>
104       <widget class="QPushButton" name="cancelButton" >
105        <property name="text" >
106         <string>Cancel</string>
107        </property>
108       </widget>
109      </item>
110     </layout>
111    </item>
112   </layout>
113  </widget>
114  <resources/>
115  <connections/>
116 </ui>