Remove "Minimize on minimize" setting
[quassel.git] / src / qtui / settingspages / generalsettingspage.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>GeneralSettingsPage</class>
4  <widget class="QWidget" name="GeneralSettingsPage">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>467</width>
10     <height>515</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="useSystemTrayIcon">
19      <property name="title">
20       <string>Show System Tray Icon</string>
21      </property>
22      <property name="checkable">
23       <bool>true</bool>
24      </property>
25      <layout class="QVBoxLayout" name="_2">
26       <item>
27        <widget class="QCheckBox" name="minimizeOnClose">
28         <property name="text">
29          <string>Hide to tray on close button</string>
30         </property>
31        </widget>
32       </item>
33      </layout>
34     </widget>
35    </item>
36    <item>
37     <widget class="QGroupBox" name="macOnly">
38      <property name="title">
39       <string>Tray Icon</string>
40      </property>
41      <layout class="QHBoxLayout" name="_3">
42       <item>
43        <widget class="QCheckBox" name="showSystemTrayIcon">
44         <property name="text">
45          <string>Show system tray icon</string>
46         </property>
47         <property name="checked">
48          <bool>true</bool>
49         </property>
50        </widget>
51       </item>
52      </layout>
53     </widget>
54    </item>
55    <item>
56     <widget class="QGroupBox" name="groupBox">
57      <property name="title">
58       <string>Message Redirection</string>
59      </property>
60      <layout class="QGridLayout" name="gridLayout_2">
61       <item row="1" column="0">
62        <widget class="QLabel" name="label_3">
63         <property name="text">
64          <string>User Notices:</string>
65         </property>
66        </widget>
67       </item>
68       <item row="1" column="1">
69        <widget class="QCheckBox" name="userNoticesInDefaultBuffer">
70         <property name="enabled">
71          <bool>true</bool>
72         </property>
73         <property name="text">
74          <string/>
75         </property>
76         <property name="checked">
77          <bool>true</bool>
78         </property>
79        </widget>
80       </item>
81       <item row="1" column="2">
82        <widget class="QCheckBox" name="userNoticesInStatusBuffer">
83         <property name="enabled">
84          <bool>true</bool>
85         </property>
86         <property name="text">
87          <string/>
88         </property>
89         <property name="checked">
90          <bool>false</bool>
91         </property>
92        </widget>
93       </item>
94       <item row="1" column="3">
95        <widget class="QCheckBox" name="userNoticesInCurrentBuffer">
96         <property name="enabled">
97          <bool>true</bool>
98         </property>
99         <property name="text">
100          <string/>
101         </property>
102        </widget>
103       </item>
104       <item row="2" column="0">
105        <widget class="QLabel" name="label_4">
106         <property name="text">
107          <string>Server Notices:</string>
108         </property>
109        </widget>
110       </item>
111       <item row="2" column="1">
112        <widget class="QCheckBox" name="serverNoticesInDefaultBuffer">
113         <property name="text">
114          <string/>
115         </property>
116        </widget>
117       </item>
118       <item row="0" column="1">
119        <widget class="QLabel" name="label_5">
120         <property name="text">
121          <string>Default Target</string>
122         </property>
123        </widget>
124       </item>
125       <item row="0" column="2">
126        <widget class="QLabel" name="label_6">
127         <property name="text">
128          <string>Status Buffer</string>
129         </property>
130        </widget>
131       </item>
132       <item row="0" column="3">
133        <widget class="QLabel" name="label_7">
134         <property name="text">
135          <string>Current Buffer</string>
136         </property>
137        </widget>
138       </item>
139       <item row="3" column="0">
140        <widget class="QLabel" name="label_8">
141         <property name="text">
142          <string>Errors:</string>
143         </property>
144        </widget>
145       </item>
146       <item row="2" column="2">
147        <widget class="QCheckBox" name="serverNoticesInStatusBuffer">
148         <property name="text">
149          <string/>
150         </property>
151         <property name="checked">
152          <bool>true</bool>
153         </property>
154        </widget>
155       </item>
156       <item row="2" column="3">
157        <widget class="QCheckBox" name="serverNoticesInCurrentBuffer">
158         <property name="text">
159          <string/>
160         </property>
161        </widget>
162       </item>
163       <item row="3" column="1">
164        <widget class="QCheckBox" name="errorMsgsInDefaultBuffer">
165         <property name="text">
166          <string/>
167         </property>
168         <property name="checked">
169          <bool>true</bool>
170         </property>
171        </widget>
172       </item>
173       <item row="3" column="2">
174        <widget class="QCheckBox" name="errorMsgsInStatusBuffer">
175         <property name="text">
176          <string/>
177         </property>
178        </widget>
179       </item>
180       <item row="3" column="3">
181        <widget class="QCheckBox" name="errorMsgsInCurrentBuffer">
182         <property name="text">
183          <string/>
184         </property>
185        </widget>
186       </item>
187      </layout>
188     </widget>
189    </item>
190    <item>
191     <widget class="QGroupBox" name="groupBox_2">
192      <property name="title">
193       <string>Buffer View</string>
194      </property>
195      <layout class="QVBoxLayout">
196       <item>
197        <widget class="QCheckBox" name="displayTopicInTooltip">
198         <property name="text">
199          <string>Display topic in tooltip</string>
200         </property>
201        </widget>
202       </item>
203       <item>
204        <widget class="QCheckBox" name="mouseWheelChangesBuffers">
205         <property name="text">
206          <string>Mouse wheel changes displayed buffers</string>
207         </property>
208         <property name="checked">
209          <bool>false</bool>
210         </property>
211        </widget>
212       </item>
213      </layout>
214     </widget>
215    </item>
216    <item>
217     <widget class="QGroupBox" name="inputLineGroup">
218      <property name="toolTip">
219       <string>The suffix appended to a nick on completion via TAB. Default is &quot;: &quot;</string>
220      </property>
221      <property name="title">
222       <string>Input Line</string>
223      </property>
224      <layout class="QVBoxLayout" name="verticalLayout">
225       <item>
226        <layout class="QHBoxLayout" name="horizontalLayout">
227         <item>
228          <widget class="QLabel" name="completionSuffixDesc">
229           <property name="text">
230            <string>Completion suffix:</string>
231           </property>
232          </widget>
233         </item>
234         <item>
235          <widget class="QLineEdit" name="completionSuffix">
236           <property name="sizePolicy">
237            <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
238             <horstretch>0</horstretch>
239             <verstretch>0</verstretch>
240            </sizepolicy>
241           </property>
242          </widget>
243         </item>
244         <item>
245          <spacer name="horizontalSpacer">
246           <property name="orientation">
247            <enum>Qt::Horizontal</enum>
248           </property>
249           <property name="sizeType">
250            <enum>QSizePolicy::MinimumExpanding</enum>
251           </property>
252           <property name="sizeHint" stdset="0">
253            <size>
254             <width>157</width>
255             <height>27</height>
256            </size>
257           </property>
258          </spacer>
259         </item>
260        </layout>
261       </item>
262      </layout>
263     </widget>
264    </item>
265    <item>
266     <spacer name="verticalSpacer">
267      <property name="orientation">
268       <enum>Qt::Vertical</enum>
269      </property>
270      <property name="sizeHint" stdset="0">
271       <size>
272        <width>20</width>
273        <height>40</height>
274       </size>
275      </property>
276     </spacer>
277    </item>
278   </layout>
279  </widget>
280  <resources/>
281  <connections/>
282 </ui>