ffea438a4956bf750c3b3c159cebf3ebdd2ba1b3
[quassel.git] / gui / channelwidget.ui
1 <ui version="4.0" >
2  <class>ChannelWidget</class>
3  <widget class="QWidget" name="ChannelWidget" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>713</width>
9     <height>519</height>
10    </rect>
11   </property>
12   <property name="sizePolicy" >
13    <sizepolicy>
14     <hsizetype>3</hsizetype>
15     <vsizetype>3</vsizetype>
16     <horstretch>0</horstretch>
17     <verstretch>0</verstretch>
18    </sizepolicy>
19   </property>
20   <property name="minimumSize" >
21    <size>
22     <width>200</width>
23     <height>100</height>
24    </size>
25   </property>
26   <property name="contextMenuPolicy" >
27    <enum>Qt::DefaultContextMenu</enum>
28   </property>
29   <property name="windowTitle" >
30    <string>YourNickname #quassel Network: The Topic</string>
31   </property>
32   <layout class="QVBoxLayout" >
33    <property name="margin" >
34     <number>1</number>
35    </property>
36    <property name="spacing" >
37     <number>6</number>
38    </property>
39    <item>
40     <layout class="QHBoxLayout" >
41      <property name="margin" >
42       <number>0</number>
43      </property>
44      <property name="spacing" >
45       <number>6</number>
46      </property>
47      <item>
48       <widget class="QLineEdit" name="topicEdit" >
49        <property name="focusPolicy" >
50         <enum>Qt::ClickFocus</enum>
51        </property>
52        <property name="readOnly" >
53         <bool>true</bool>
54        </property>
55       </widget>
56      </item>
57      <item>
58       <widget class="QToolButton" name="chanSettingsButton" >
59        <property name="windowModality" >
60         <enum>Qt::NonModal</enum>
61        </property>
62        <property name="sizePolicy" >
63         <sizepolicy>
64          <hsizetype>0</hsizetype>
65          <vsizetype>0</vsizetype>
66          <horstretch>0</horstretch>
67          <verstretch>0</verstretch>
68         </sizepolicy>
69        </property>
70        <property name="layoutDirection" >
71         <enum>Qt::LeftToRight</enum>
72        </property>
73        <property name="text" >
74         <string>...</string>
75        </property>
76       </widget>
77      </item>
78     </layout>
79    </item>
80    <item>
81     <widget class="QSplitter" name="splitter" >
82      <property name="sizePolicy" >
83       <sizepolicy>
84        <hsizetype>7</hsizetype>
85        <vsizetype>5</vsizetype>
86        <horstretch>0</horstretch>
87        <verstretch>0</verstretch>
88       </sizepolicy>
89      </property>
90      <property name="lineWidth" >
91       <number>1</number>
92      </property>
93      <property name="orientation" >
94       <enum>Qt::Horizontal</enum>
95      </property>
96      <widget class="QTextBrowser" name="chatWidget" >
97       <property name="sizePolicy" >
98        <sizepolicy>
99         <hsizetype>7</hsizetype>
100         <vsizetype>5</vsizetype>
101         <horstretch>4</horstretch>
102         <verstretch>0</verstretch>
103        </sizepolicy>
104       </property>
105       <property name="font" >
106        <font>
107         <family>Monospace</family>
108        </font>
109       </property>
110      </widget>
111      <widget class="QTreeWidget" name="nickTree" >
112       <property name="sizePolicy" >
113        <sizepolicy>
114         <hsizetype>5</hsizetype>
115         <vsizetype>5</vsizetype>
116         <horstretch>1</horstretch>
117         <verstretch>0</verstretch>
118        </sizepolicy>
119       </property>
120       <property name="layoutDirection" >
121        <enum>Qt::LeftToRight</enum>
122       </property>
123       <property name="dragEnabled" >
124        <bool>true</bool>
125       </property>
126       <property name="textElideMode" >
127        <enum>Qt::ElideRight</enum>
128       </property>
129       <property name="sortingEnabled" >
130        <bool>false</bool>
131       </property>
132       <property name="animated" >
133        <bool>true</bool>
134       </property>
135       <property name="columnCount" >
136        <number>1</number>
137       </property>
138       <column>
139        <property name="text" >
140         <string>32 Users</string>
141        </property>
142       </column>
143       <item>
144        <property name="text" >
145         <string>@ Operators</string>
146        </property>
147        <item>
148         <property name="text" >
149          <string>New Sub Item</string>
150         </property>
151        </item>
152        <item>
153         <property name="text" >
154          <string>New Item</string>
155         </property>
156        </item>
157        <item>
158         <property name="text" >
159          <string>New Item</string>
160         </property>
161        </item>
162       </item>
163       <item>
164        <property name="text" >
165         <string>4 Voiced</string>
166        </property>
167        <item>
168         <property name="text" >
169          <string>New Item</string>
170         </property>
171        </item>
172        <item>
173         <property name="text" >
174          <string>New Item</string>
175         </property>
176        </item>
177        <item>
178         <property name="text" >
179          <string>New Item</string>
180         </property>
181        </item>
182       </item>
183       <item>
184        <property name="text" >
185         <string>19 Users</string>
186        </property>
187        <item>
188         <property name="text" >
189          <string>New Sub Item</string>
190         </property>
191        </item>
192        <item>
193         <property name="text" >
194          <string>New Item</string>
195         </property>
196        </item>
197        <item>
198         <property name="text" >
199          <string>New Item</string>
200         </property>
201        </item>
202        <item>
203         <property name="text" >
204          <string>New Item</string>
205         </property>
206        </item>
207       </item>
208      </widget>
209     </widget>
210    </item>
211    <item>
212     <layout class="QHBoxLayout" >
213      <property name="margin" >
214       <number>0</number>
215      </property>
216      <property name="spacing" >
217       <number>6</number>
218      </property>
219      <item>
220       <widget class="QComboBox" name="ownNick" >
221        <item>
222         <property name="text" >
223          <string>mainNick</string>
224         </property>
225        </item>
226        <item>
227         <property name="text" >
228          <string>altNick</string>
229         </property>
230        </item>
231       </widget>
232      </item>
233      <item>
234       <widget class="QLineEdit" name="inputEdit" />
235      </item>
236     </layout>
237    </item>
238   </layout>
239  </widget>
240  <tabstops>
241   <tabstop>inputEdit</tabstop>
242   <tabstop>ownNick</tabstop>
243   <tabstop>nickTree</tabstop>
244   <tabstop>topicEdit</tabstop>
245   <tabstop>chanSettingsButton</tabstop>
246   <tabstop>chatWidget</tabstop>
247  </tabstops>
248  <resources/>
249  <connections/>
250 </ui>