Move DBus- and other notification-related settings to their own SettingsPage
[quassel.git] / src / qtui / settingspages / notificationssettingspage.ui
1 <ui version="4.0" >
2  <class>NotificationsSettingsPage</class>
3  <widget class="QWidget" name="NotificationsSettingsPage" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>422</width>
9     <height>386</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Form</string>
14   </property>
15   <layout class="QVBoxLayout" name="verticalLayout" >
16    <item>
17     <widget class="QGroupBox" name="groupBox_3" >
18      <property name="title" >
19       <string>System Tray</string>
20      </property>
21      <layout class="QGridLayout" >
22       <item row="1" column="0" >
23        <widget class="QCheckBox" name="animateTrayIcon" >
24         <property name="text" >
25          <string>Animate tray icon</string>
26         </property>
27         <property name="checked" >
28          <bool>true</bool>
29         </property>
30        </widget>
31       </item>
32       <item row="2" column="0" >
33        <widget class="QCheckBox" name="showBubble" >
34         <property name="text" >
35          <string>Show Bubble</string>
36         </property>
37        </widget>
38       </item>
39      </layout>
40     </widget>
41    </item>
42    <item>
43     <widget class="QGroupBox" name="desktopBox" >
44      <property name="title" >
45       <string>Desktop Notification (via DBus)</string>
46      </property>
47      <property name="checkable" >
48       <bool>true</bool>
49      </property>
50      <layout class="QHBoxLayout" name="horizontalLayout" >
51       <item>
52        <layout class="QGridLayout" name="gridLayout" >
53         <item row="0" column="0" >
54          <widget class="QLabel" name="timeout_label" >
55           <property name="text" >
56            <string>Timeout</string>
57           </property>
58          </widget>
59         </item>
60         <item row="0" column="1" >
61          <widget class="QSpinBox" name="timeout_value" >
62           <property name="minimum" >
63            <number>-1</number>
64           </property>
65           <property name="maximum" >
66            <number>100000</number>
67           </property>
68           <property name="value" >
69            <number>5000</number>
70           </property>
71          </widget>
72         </item>
73         <item row="1" column="0" >
74          <widget class="QLabel" name="x_label" >
75           <property name="text" >
76            <string>X</string>
77           </property>
78          </widget>
79         </item>
80         <item row="1" column="1" >
81          <widget class="QSpinBox" name="x_value" >
82           <property name="maximum" >
83            <number>10000</number>
84           </property>
85          </widget>
86         </item>
87         <item row="2" column="0" >
88          <widget class="QLabel" name="y_label" >
89           <property name="text" >
90            <string>Y</string>
91           </property>
92          </widget>
93         </item>
94         <item row="2" column="1" >
95          <widget class="QSpinBox" name="y_value" >
96           <property name="maximum" >
97            <number>10000</number>
98           </property>
99          </widget>
100         </item>
101        </layout>
102       </item>
103       <item>
104        <spacer name="horizontalSpacer" >
105         <property name="orientation" >
106          <enum>Qt::Horizontal</enum>
107         </property>
108         <property name="sizeHint" stdset="0" >
109          <size>
110           <width>261</width>
111           <height>20</height>
112          </size>
113         </property>
114        </spacer>
115       </item>
116      </layout>
117     </widget>
118    </item>
119    <item>
120     <spacer name="verticalSpacer" >
121      <property name="orientation" >
122       <enum>Qt::Vertical</enum>
123      </property>
124      <property name="sizeHint" stdset="0" >
125       <size>
126        <width>20</width>
127        <height>143</height>
128       </size>
129      </property>
130     </spacer>
131    </item>
132   </layout>
133  </widget>
134  <resources/>
135  <connections/>
136 </ui>