modernize: Prefer default member init over ctor init
[quassel.git] / src / qtui / settingspages / bufferviewsettingspage.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>BufferViewSettingsPage</class>
4  <widget class="QWidget" name="BufferViewSettingsPage">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>672</width>
10     <height>529</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Form</string>
15   </property>
16   <layout class="QHBoxLayout">
17    <item>
18     <layout class="QVBoxLayout">
19      <item>
20       <widget class="QListWidget" name="bufferViewList"/>
21      </item>
22      <item>
23       <widget class="QPushButton" name="renameBufferView">
24        <property name="sizePolicy">
25         <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
26          <horstretch>0</horstretch>
27          <verstretch>0</verstretch>
28         </sizepolicy>
29        </property>
30        <property name="text">
31         <string>Re&amp;name...</string>
32        </property>
33        <property name="icon">
34         <iconset>
35          <normaloff>:/16x16/actions/oxygen/16x16/actions/edit-rename.png</normaloff>:/16x16/actions/oxygen/16x16/actions/edit-rename.png</iconset>
36        </property>
37       </widget>
38      </item>
39      <item>
40       <widget class="QPushButton" name="addBufferView">
41        <property name="sizePolicy">
42         <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
43          <horstretch>0</horstretch>
44          <verstretch>0</verstretch>
45         </sizepolicy>
46        </property>
47        <property name="text">
48         <string>&amp;Add...</string>
49        </property>
50        <property name="icon">
51         <iconset>
52          <normaloff>:/16x16/actions/oxygen/16x16/actions/list-add.png</normaloff>:/16x16/actions/oxygen/16x16/actions/list-add.png</iconset>
53        </property>
54        <property name="iconSize">
55         <size>
56          <width>16</width>
57          <height>16</height>
58         </size>
59        </property>
60       </widget>
61      </item>
62      <item>
63       <widget class="QPushButton" name="deleteBufferView">
64        <property name="sizePolicy">
65         <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
66          <horstretch>0</horstretch>
67          <verstretch>0</verstretch>
68         </sizepolicy>
69        </property>
70        <property name="text">
71         <string>De&amp;lete</string>
72        </property>
73        <property name="icon">
74         <iconset>
75          <normaloff>:/16x16/actions/oxygen/16x16/actions/edit-delete.png</normaloff>:/16x16/actions/oxygen/16x16/actions/edit-delete.png</iconset>
76        </property>
77       </widget>
78      </item>
79     </layout>
80    </item>
81    <item>
82     <widget class="QGroupBox" name="settingsGroupBox">
83      <property name="title">
84       <string>Chat List Settings</string>
85      </property>
86      <layout class="QVBoxLayout" name="verticalLayout">
87       <item>
88        <layout class="QHBoxLayout">
89         <item>
90          <widget class="QLabel" name="label">
91           <property name="text">
92            <string>Network:</string>
93           </property>
94          </widget>
95         </item>
96         <item>
97          <widget class="QComboBox" name="networkSelector">
98           <item>
99            <property name="text">
100             <string>All</string>
101            </property>
102           </item>
103          </widget>
104         </item>
105        </layout>
106       </item>
107       <item>
108        <widget class="QCheckBox" name="onlyStatusBuffers">
109         <property name="toolTip">
110          <string>This option is not available when all Networks are visible.
111 In this mode no separate status buffer is displayed.</string>
112         </property>
113         <property name="text">
114          <string>Show status window</string>
115         </property>
116        </widget>
117       </item>
118       <item>
119        <widget class="QCheckBox" name="onlyChannelBuffers">
120         <property name="text">
121          <string>Show channels</string>
122         </property>
123        </widget>
124       </item>
125       <item>
126        <widget class="QCheckBox" name="onlyQueryBuffers">
127         <property name="text">
128          <string>Show queries</string>
129         </property>
130        </widget>
131       </item>
132       <item>
133        <widget class="QCheckBox" name="hideInactiveBuffers">
134         <property name="text">
135          <string>Hide inactive chats</string>
136         </property>
137        </widget>
138       </item>
139       <item>
140        <widget class="QCheckBox" name="hideInactiveNetworks">
141         <property name="text">
142          <string>Hide inactive networks</string>
143         </property>
144        </widget>
145       </item>
146       <item>
147        <widget class="QCheckBox" name="addNewBuffersAutomatically">
148         <property name="text">
149          <string>Add new chats automatically</string>
150         </property>
151        </widget>
152       </item>
153       <item>
154        <widget class="QCheckBox" name="sortAlphabetically">
155         <property name="text">
156          <string>Sort alphabetically</string>
157         </property>
158        </widget>
159       </item>
160       <item>
161        <widget class="QCheckBox" name="showSearch">
162         <property name="text">
163          <string>Show search</string>
164         </property>
165        </widget>
166       </item>
167       <item>
168        <widget class="QLabel" name="label_3">
169         <property name="text">
170          <string>Minimum Activity:</string>
171         </property>
172        </widget>
173       </item>
174       <item>
175        <widget class="QComboBox" name="minimumActivitySelector">
176         <item>
177          <property name="text">
178           <string>No Activity</string>
179          </property>
180         </item>
181         <item>
182          <property name="text">
183           <string>Other Activity</string>
184          </property>
185         </item>
186         <item>
187          <property name="text">
188           <string>New Message</string>
189          </property>
190         </item>
191         <item>
192          <property name="text">
193           <string>Highlight</string>
194          </property>
195         </item>
196        </widget>
197       </item>
198       <item>
199        <spacer>
200         <property name="orientation">
201          <enum>Qt::Vertical</enum>
202         </property>
203         <property name="sizeHint" stdset="0">
204          <size>
205           <width>20</width>
206           <height>40</height>
207          </size>
208         </property>
209        </spacer>
210       </item>
211      </layout>
212     </widget>
213    </item>
214    <item>
215     <layout class="QVBoxLayout">
216      <item>
217       <widget class="QLabel" name="label_2">
218        <property name="text">
219         <string>Preview:</string>
220        </property>
221       </widget>
222      </item>
223      <item>
224       <widget class="PreviewBufferView" name="bufferViewPreview">
225        <property name="headerHidden">
226         <bool>true</bool>
227        </property>
228       </widget>
229      </item>
230     </layout>
231    </item>
232   </layout>
233  </widget>
234  <customwidgets>
235   <customwidget>
236    <class>PreviewBufferView</class>
237    <extends>QTreeView</extends>
238    <header>settingspages/previewbufferview.h</header>
239   </customwidget>
240  </customwidgets>
241  <tabstops>
242   <tabstop>bufferViewList</tabstop>
243   <tabstop>renameBufferView</tabstop>
244   <tabstop>addBufferView</tabstop>
245   <tabstop>deleteBufferView</tabstop>
246   <tabstop>networkSelector</tabstop>
247   <tabstop>onlyStatusBuffers</tabstop>
248   <tabstop>onlyChannelBuffers</tabstop>
249   <tabstop>onlyQueryBuffers</tabstop>
250   <tabstop>hideInactiveBuffers</tabstop>
251   <tabstop>addNewBuffersAutomatically</tabstop>
252   <tabstop>sortAlphabetically</tabstop>
253   <tabstop>minimumActivitySelector</tabstop>
254   <tabstop>bufferViewPreview</tabstop>
255  </tabstops>
256  <resources/>
257  <connections/>
258 </ui>