6ec07d6a7f49b649a90e0388bff19792b7023788
[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="addNewBuffersAutomatically">
141         <property name="text">
142          <string>Add new chats automatically</string>
143         </property>
144        </widget>
145       </item>
146       <item>
147        <widget class="QCheckBox" name="sortAlphabetically">
148         <property name="text">
149          <string>Sort alphabetically</string>
150         </property>
151        </widget>
152       </item>
153       <item>
154        <widget class="QLabel" name="label_3">
155         <property name="text">
156          <string>Minimum Activity:</string>
157         </property>
158        </widget>
159       </item>
160       <item>
161        <widget class="QComboBox" name="minimumActivitySelector">
162         <item>
163          <property name="text">
164           <string>No Activity</string>
165          </property>
166         </item>
167         <item>
168          <property name="text">
169           <string>Other Activity</string>
170          </property>
171         </item>
172         <item>
173          <property name="text">
174           <string>New Message</string>
175          </property>
176         </item>
177         <item>
178          <property name="text">
179           <string>Highlight</string>
180          </property>
181         </item>
182        </widget>
183       </item>
184       <item>
185        <spacer>
186         <property name="orientation">
187          <enum>Qt::Vertical</enum>
188         </property>
189         <property name="sizeHint" stdset="0">
190          <size>
191           <width>20</width>
192           <height>40</height>
193          </size>
194         </property>
195        </spacer>
196       </item>
197      </layout>
198     </widget>
199    </item>
200    <item>
201     <layout class="QVBoxLayout">
202      <item>
203       <widget class="QLabel" name="label_2">
204        <property name="text">
205         <string>Preview:</string>
206        </property>
207       </widget>
208      </item>
209      <item>
210       <widget class="PreviewBufferView" name="bufferViewPreview">
211        <property name="headerHidden">
212         <bool>true</bool>
213        </property>
214       </widget>
215      </item>
216     </layout>
217    </item>
218   </layout>
219  </widget>
220  <customwidgets>
221   <customwidget>
222    <class>PreviewBufferView</class>
223    <extends>QTreeView</extends>
224    <header>settingspages/previewbufferview.h</header>
225   </customwidget>
226  </customwidgets>
227  <tabstops>
228   <tabstop>bufferViewList</tabstop>
229   <tabstop>renameBufferView</tabstop>
230   <tabstop>addBufferView</tabstop>
231   <tabstop>deleteBufferView</tabstop>
232   <tabstop>networkSelector</tabstop>
233   <tabstop>onlyStatusBuffers</tabstop>
234   <tabstop>onlyChannelBuffers</tabstop>
235   <tabstop>onlyQueryBuffers</tabstop>
236   <tabstop>hideInactiveBuffers</tabstop>
237   <tabstop>addNewBuffersAutomatically</tabstop>
238   <tabstop>sortAlphabetically</tabstop>
239   <tabstop>minimumActivitySelector</tabstop>
240   <tabstop>bufferViewPreview</tabstop>
241  </tabstops>
242  <resources/>
243  <connections/>
244 </ui>