]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/qt-console/select/select.ui
Fix of case from Fileset to FileSet for compatibility with mysql.
[bacula/bacula] / bacula / src / qt-console / select / select.ui
1 <ui version="4.0" >
2  <class>selectForm</class>
3  <widget class="QDialog" name="selectForm" >
4   <property name="windowModality" >
5    <enum>Qt::NonModal</enum>
6   </property>
7   <property name="geometry" >
8    <rect>
9     <x>0</x>
10     <y>0</y>
11     <width>377</width>
12     <height>323</height>
13    </rect>
14   </property>
15   <property name="windowTitle" >
16    <string>Selection dialog</string>
17   </property>
18   <layout class="QGridLayout" >
19    <property name="margin" >
20     <number>9</number>
21    </property>
22    <property name="spacing" >
23     <number>6</number>
24    </property>
25    <item row="2" column="0" >
26     <widget class="QDialogButtonBox" name="buttonBox" >
27      <property name="orientation" >
28       <enum>Qt::Horizontal</enum>
29      </property>
30      <property name="standardButtons" >
31       <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
32      </property>
33     </widget>
34    </item>
35    <item row="1" column="0" >
36     <widget class="QListWidget" name="listBox" />
37    </item>
38    <item row="0" column="0" >
39     <widget class="QLabel" name="labelWidget" >
40      <property name="text" >
41       <string/>
42      </property>
43     </widget>
44    </item>
45   </layout>
46  </widget>
47  <resources/>
48  <connections>
49   <connection>
50    <sender>buttonBox</sender>
51    <signal>accepted()</signal>
52    <receiver>selectForm</receiver>
53    <slot>accept()</slot>
54    <hints>
55     <hint type="sourcelabel" >
56      <x>248</x>
57      <y>254</y>
58     </hint>
59     <hint type="destinationlabel" >
60      <x>157</x>
61      <y>274</y>
62     </hint>
63    </hints>
64   </connection>
65   <connection>
66    <sender>buttonBox</sender>
67    <signal>rejected()</signal>
68    <receiver>selectForm</receiver>
69    <slot>reject()</slot>
70    <hints>
71     <hint type="sourcelabel" >
72      <x>316</x>
73      <y>260</y>
74     </hint>
75     <hint type="destinationlabel" >
76      <x>286</x>
77      <y>274</y>
78     </hint>
79    </hints>
80   </connection>
81  </connections>
82 </ui>