]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/qt-console/prefs.ui
Commit prefs.ui
[bacula/bacula] / bacula / src / qt-console / prefs.ui
1 <ui version="4.0" >
2  <class>PrefsForm</class>
3  <widget class="QDialog" name="PrefsForm" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>277</width>
9     <height>224</height>
10    </rect>
11   </property>
12   <property name="sizePolicy" >
13    <sizepolicy>
14     <hsizetype>0</hsizetype>
15     <vsizetype>0</vsizetype>
16     <horstretch>0</horstretch>
17     <verstretch>0</verstretch>
18    </sizepolicy>
19   </property>
20   <property name="windowTitle" >
21    <string>Preferences</string>
22   </property>
23   <property name="windowIcon" >
24    <iconset>images/bat.png</iconset>
25   </property>
26   <layout class="QGridLayout" >
27    <property name="margin" >
28     <number>9</number>
29    </property>
30    <property name="spacing" >
31     <number>6</number>
32    </property>
33    <item row="1" column="0" >
34     <widget class="QGroupBox" name="groupBox" >
35      <property name="sizePolicy" >
36       <sizepolicy>
37        <hsizetype>5</hsizetype>
38        <vsizetype>0</vsizetype>
39        <horstretch>0</horstretch>
40        <verstretch>0</verstretch>
41       </sizepolicy>
42      </property>
43      <property name="title" >
44       <string>Debugging Options</string>
45      </property>
46      <layout class="QHBoxLayout" >
47       <property name="margin" >
48        <number>9</number>
49       </property>
50       <property name="spacing" >
51        <number>6</number>
52       </property>
53       <item>
54        <layout class="QGridLayout" >
55         <property name="margin" >
56          <number>0</number>
57         </property>
58         <property name="spacing" >
59          <number>6</number>
60         </property>
61         <item row="1" column="0" >
62          <widget class="QCheckBox" name="displayAll" >
63           <property name="text" >
64            <string>Display all messages</string>
65           </property>
66          </widget>
67         </item>
68         <item row="0" column="0" >
69          <widget class="QCheckBox" name="commDebug" >
70           <property name="text" >
71            <string>Debug comm</string>
72           </property>
73          </widget>
74         </item>
75        </layout>
76       </item>
77      </layout>
78     </widget>
79    </item>
80    <item row="2" column="0" >
81     <widget class="QDialogButtonBox" name="buttonBox" >
82      <property name="orientation" >
83       <enum>Qt::Horizontal</enum>
84      </property>
85      <property name="standardButtons" >
86       <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
87      </property>
88     </widget>
89    </item>
90    <item row="0" column="0" >
91     <layout class="QHBoxLayout" >
92      <property name="margin" >
93       <number>0</number>
94      </property>
95      <property name="spacing" >
96       <number>6</number>
97      </property>
98      <item>
99       <spacer>
100        <property name="orientation" >
101         <enum>Qt::Horizontal</enum>
102        </property>
103        <property name="sizeHint" >
104         <size>
105          <width>81</width>
106          <height>20</height>
107         </size>
108        </property>
109       </spacer>
110      </item>
111      <item>
112       <widget class="QLabel" name="label" >
113        <property name="sizePolicy" >
114         <sizepolicy>
115          <hsizetype>5</hsizetype>
116          <vsizetype>0</vsizetype>
117          <horstretch>0</horstretch>
118          <verstretch>0</verstretch>
119         </sizepolicy>
120        </property>
121        <property name="text" >
122         <string>&lt;h2>Preferences&lt;/h2></string>
123        </property>
124       </widget>
125      </item>
126      <item>
127       <spacer>
128        <property name="orientation" >
129         <enum>Qt::Horizontal</enum>
130        </property>
131        <property name="sizeHint" >
132         <size>
133          <width>101</width>
134          <height>20</height>
135         </size>
136        </property>
137       </spacer>
138      </item>
139     </layout>
140    </item>
141   </layout>
142  </widget>
143  <resources/>
144  <connections>
145   <connection>
146    <sender>buttonBox</sender>
147    <signal>accepted()</signal>
148    <receiver>PrefsForm</receiver>
149    <slot>accept()</slot>
150    <hints>
151     <hint type="sourcelabel" >
152      <x>248</x>
153      <y>254</y>
154     </hint>
155     <hint type="destinationlabel" >
156      <x>157</x>
157      <y>274</y>
158     </hint>
159    </hints>
160   </connection>
161   <connection>
162    <sender>buttonBox</sender>
163    <signal>rejected()</signal>
164    <receiver>PrefsForm</receiver>
165    <slot>reject()</slot>
166    <hints>
167     <hint type="sourcelabel" >
168      <x>316</x>
169      <y>260</y>
170     </hint>
171     <hint type="destinationlabel" >
172      <x>286</x>
173      <y>274</y>
174     </hint>
175    </hints>
176   </connection>
177  </connections>
178 </ui>