added colorsettingspage
[quassel.git] / src / qtui / settingspages / generalsettingspage.ui
1 <ui version="4.0" >
2  <class>GeneralSettingsPage</class>
3  <widget class="QWidget" name="GeneralSettingsPage" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>475</width>
9     <height>366</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Form</string>
14   </property>
15   <layout class="QVBoxLayout" >
16    <item>
17     <widget class="QGroupBox" name="useSystemTrayIcon" >
18      <property name="title" >
19       <string>Use system tray icon:</string>
20      </property>
21      <property name="checkable" >
22       <bool>true</bool>
23      </property>
24      <layout class="QVBoxLayout" >
25       <item>
26        <widget class="QCheckBox" name="minimizeOnMinimize" >
27         <property name="text" >
28          <string>Minimize to tray on minimize button</string>
29         </property>
30        </widget>
31       </item>
32       <item>
33        <widget class="QCheckBox" name="minimizeOnClose" >
34         <property name="text" >
35          <string>Minimize to tray on close button</string>
36         </property>
37        </widget>
38       </item>
39      </layout>
40     </widget>
41    </item>
42    <item>
43     <widget class="QGroupBox" name="macOnly" >
44      <property name="title" >
45       <string>Tray icon:</string>
46      </property>
47      <layout class="QHBoxLayout" >
48       <item>
49        <widget class="QCheckBox" name="showSystemTrayIcon" >
50         <property name="text" >
51          <string>Show system tray icon</string>
52         </property>
53         <property name="checked" >
54          <bool>true</bool>
55         </property>
56        </widget>
57       </item>
58      </layout>
59     </widget>
60    </item>
61    <item>
62     <widget class="QGroupBox" name="groupBox" >
63      <property name="title" >
64       <string>Display user related messages:</string>
65      </property>
66      <layout class="QVBoxLayout" >
67       <item>
68        <widget class="QCheckBox" name="userMessagesInStatusBuffer" >
69         <property name="enabled" >
70          <bool>false</bool>
71         </property>
72         <property name="text" >
73          <string>in status buffer</string>
74         </property>
75         <property name="checked" >
76          <bool>true</bool>
77         </property>
78        </widget>
79       </item>
80       <item>
81        <widget class="QCheckBox" name="userMessagesInQueryBuffer" >
82         <property name="enabled" >
83          <bool>false</bool>
84         </property>
85         <property name="text" >
86          <string> in query buffer (if exists)</string>
87         </property>
88        </widget>
89       </item>
90       <item>
91        <widget class="QCheckBox" name="userMessagesInCurrentBuffer" >
92         <property name="enabled" >
93          <bool>false</bool>
94         </property>
95         <property name="text" >
96          <string>in current buffer</string>
97         </property>
98        </widget>
99       </item>
100      </layout>
101     </widget>
102    </item>
103    <item>
104     <spacer>
105      <property name="orientation" >
106       <enum>Qt::Vertical</enum>
107      </property>
108      <property name="sizeHint" >
109       <size>
110        <width>457</width>
111        <height>51</height>
112       </size>
113      </property>
114     </spacer>
115    </item>
116   </layout>
117  </widget>
118  <resources/>
119  <connections>
120   <connection>
121    <sender>showSystemTrayIcon</sender>
122    <signal>clicked(bool)</signal>
123    <receiver>useSystemTrayIcon</receiver>
124    <slot>setChecked(bool)</slot>
125    <hints>
126     <hint type="sourcelabel" >
127      <x>237</x>
128      <y>139</y>
129     </hint>
130     <hint type="destinationlabel" >
131      <x>237</x>
132      <y>49</y>
133     </hint>
134    </hints>
135   </connection>
136   <connection>
137    <sender>useSystemTrayIcon</sender>
138    <signal>clicked(bool)</signal>
139    <receiver>showSystemTrayIcon</receiver>
140    <slot>setChecked(bool)</slot>
141    <hints>
142     <hint type="sourcelabel" >
143      <x>237</x>
144      <y>49</y>
145     </hint>
146     <hint type="destinationlabel" >
147      <x>237</x>
148      <y>139</y>
149     </hint>
150    </hints>
151   </connection>
152  </connections>
153 </ui>