a26b69f4014753493e9b945fc0d85961b608d4d0
[quassel.git] / src / qtui / ui / desktopnotificationconfigwidget.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>DesktopNotificationConfigWidget</class>
4  <widget class="QWidget" name="DesktopNotificationConfigWidget">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>435</width>
10     <height>144</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Form</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout_2">
17    <item>
18     <widget class="QGroupBox" name="enabled">
19      <property name="title">
20       <string>Desktop Notification (via D-Bus)</string>
21      </property>
22      <property name="checkable">
23       <bool>true</bool>
24      </property>
25      <property name="checked">
26       <bool>false</bool>
27      </property>
28      <layout class="QVBoxLayout" name="verticalLayout">
29       <item>
30        <layout class="QHBoxLayout" name="horizontalLayout_2">
31         <item>
32          <widget class="QCheckBox" name="useTimeout">
33           <property name="text">
34            <string>Timeout:</string>
35           </property>
36           <property name="checked">
37            <bool>true</bool>
38           </property>
39          </widget>
40         </item>
41         <item>
42          <widget class="QSpinBox" name="timeout">
43           <property name="specialValueText">
44            <string/>
45           </property>
46           <property name="suffix">
47            <string> s</string>
48           </property>
49           <property name="minimum">
50            <number>1</number>
51           </property>
52           <property name="value">
53            <number>10</number>
54           </property>
55          </widget>
56         </item>
57         <item>
58          <spacer name="horizontalSpacer">
59           <property name="orientation">
60            <enum>Qt::Horizontal</enum>
61           </property>
62           <property name="sizeHint" stdset="0">
63            <size>
64             <width>40</width>
65             <height>20</height>
66            </size>
67           </property>
68          </spacer>
69         </item>
70        </layout>
71       </item>
72       <item>
73        <layout class="QHBoxLayout" name="horizontalLayout">
74         <item>
75          <widget class="QCheckBox" name="useHints">
76           <property name="text">
77            <string>Position hint:</string>
78           </property>
79          </widget>
80         </item>
81         <item>
82          <widget class="QSpinBox" name="xHint">
83           <property name="enabled">
84            <bool>false</bool>
85           </property>
86           <property name="suffix">
87            <string> px</string>
88           </property>
89           <property name="prefix">
90            <string>X: </string>
91           </property>
92           <property name="maximum">
93            <number>9999</number>
94           </property>
95          </widget>
96         </item>
97         <item>
98          <widget class="QSpinBox" name="yHint">
99           <property name="enabled">
100            <bool>false</bool>
101           </property>
102           <property name="suffix">
103            <string> px</string>
104           </property>
105           <property name="prefix">
106            <string>Y: </string>
107           </property>
108           <property name="maximum">
109            <number>9999</number>
110           </property>
111          </widget>
112         </item>
113         <item>
114          <spacer name="horizontalSpacer_2">
115           <property name="orientation">
116            <enum>Qt::Horizontal</enum>
117           </property>
118           <property name="sizeHint" stdset="0">
119            <size>
120             <width>40</width>
121             <height>20</height>
122            </size>
123           </property>
124          </spacer>
125         </item>
126        </layout>
127       </item>
128       <item>
129        <widget class="QCheckBox" name="queueNotifications">
130         <property name="text">
131          <string>Queue unread notifications</string>
132         </property>
133         <property name="checked">
134          <bool>true</bool>
135         </property>
136        </widget>
137       </item>
138      </layout>
139     </widget>
140    </item>
141    <item>
142     <spacer name="verticalSpacer">
143      <property name="orientation">
144       <enum>Qt::Vertical</enum>
145      </property>
146      <property name="sizeHint" stdset="0">
147       <size>
148        <width>20</width>
149        <height>40</height>
150       </size>
151      </property>
152     </spacer>
153    </item>
154   </layout>
155  </widget>
156  <tabstops>
157   <tabstop>enabled</tabstop>
158   <tabstop>useTimeout</tabstop>
159   <tabstop>timeout</tabstop>
160   <tabstop>useHints</tabstop>
161   <tabstop>xHint</tabstop>
162   <tabstop>yHint</tabstop>
163   <tabstop>queueNotifications</tabstop>
164  </tabstops>
165  <resources/>
166  <connections>
167   <connection>
168    <sender>useHints</sender>
169    <signal>toggled(bool)</signal>
170    <receiver>xHint</receiver>
171    <slot>setEnabled(bool)</slot>
172    <hints>
173     <hint type="sourcelabel">
174      <x>92</x>
175      <y>82</y>
176     </hint>
177     <hint type="destinationlabel">
178      <x>156</x>
179      <y>82</y>
180     </hint>
181    </hints>
182   </connection>
183   <connection>
184    <sender>useHints</sender>
185    <signal>toggled(bool)</signal>
186    <receiver>yHint</receiver>
187    <slot>setEnabled(bool)</slot>
188    <hints>
189     <hint type="sourcelabel">
190      <x>51</x>
191      <y>78</y>
192     </hint>
193     <hint type="destinationlabel">
194      <x>262</x>
195      <y>83</y>
196     </hint>
197    </hints>
198   </connection>
199   <connection>
200    <sender>useTimeout</sender>
201    <signal>toggled(bool)</signal>
202    <receiver>timeout</receiver>
203    <slot>setEnabled(bool)</slot>
204    <hints>
205     <hint type="sourcelabel">
206      <x>58</x>
207      <y>50</y>
208     </hint>
209     <hint type="destinationlabel">
210      <x>128</x>
211      <y>51</y>
212     </hint>
213    </hints>
214   </connection>
215  </connections>
216 </ui>