Another big update today.
[quassel.git] / gui / channelwidget.ui
1 <ui version="4.0" >
2  <class>ChannelWidget</class>
3  <widget class="QWidget" name="ChannelWidget" >
4   <property name="sizePolicy" >
5    <sizepolicy>
6     <hsizetype>3</hsizetype>
7     <vsizetype>3</vsizetype>
8     <horstretch>0</horstretch>
9     <verstretch>0</verstretch>
10    </sizepolicy>
11   </property>
12   <property name="minimumSize" >
13    <size>
14     <width>200</width>
15     <height>100</height>
16    </size>
17   </property>
18   <property name="contextMenuPolicy" >
19    <enum>Qt::DefaultContextMenu</enum>
20   </property>
21   <property name="windowTitle" >
22    <string>YourNickname #quassel Network: The Topic</string>
23   </property>
24   <layout class="QVBoxLayout" >
25    <property name="margin" >
26     <number>1</number>
27    </property>
28    <property name="spacing" >
29     <number>6</number>
30    </property>
31    <item>
32     <layout class="QHBoxLayout" >
33      <property name="margin" >
34       <number>0</number>
35      </property>
36      <property name="spacing" >
37       <number>6</number>
38      </property>
39      <item>
40       <widget class="QLineEdit" name="topicEdit" />
41      </item>
42      <item>
43       <widget class="QToolButton" name="chanSettingsButton" >
44        <property name="windowModality" >
45         <enum>Qt::NonModal</enum>
46        </property>
47        <property name="sizePolicy" >
48         <sizepolicy>
49          <hsizetype>0</hsizetype>
50          <vsizetype>0</vsizetype>
51          <horstretch>0</horstretch>
52          <verstretch>0</verstretch>
53         </sizepolicy>
54        </property>
55        <property name="layoutDirection" >
56         <enum>Qt::LeftToRight</enum>
57        </property>
58        <property name="text" >
59         <string>...</string>
60        </property>
61       </widget>
62      </item>
63     </layout>
64    </item>
65    <item>
66     <widget class="QSplitter" name="splitter" >
67      <property name="sizePolicy" >
68       <sizepolicy>
69        <hsizetype>7</hsizetype>
70        <vsizetype>5</vsizetype>
71        <horstretch>0</horstretch>
72        <verstretch>0</verstretch>
73       </sizepolicy>
74      </property>
75      <property name="lineWidth" >
76       <number>1</number>
77      </property>
78      <property name="orientation" >
79       <enum>Qt::Horizontal</enum>
80      </property>
81      <widget class="QTextBrowser" name="chatWidget" >
82       <property name="sizePolicy" >
83        <sizepolicy>
84         <hsizetype>7</hsizetype>
85         <vsizetype>5</vsizetype>
86         <horstretch>4</horstretch>
87         <verstretch>0</verstretch>
88        </sizepolicy>
89       </property>
90      </widget>
91      <widget class="QTreeWidget" name="nickTree" >
92       <property name="sizePolicy" >
93        <sizepolicy>
94         <hsizetype>5</hsizetype>
95         <vsizetype>5</vsizetype>
96         <horstretch>1</horstretch>
97         <verstretch>0</verstretch>
98        </sizepolicy>
99       </property>
100       <property name="layoutDirection" >
101        <enum>Qt::LeftToRight</enum>
102       </property>
103       <property name="dragEnabled" >
104        <bool>true</bool>
105       </property>
106       <property name="textElideMode" >
107        <enum>Qt::ElideRight</enum>
108       </property>
109       <property name="sortingEnabled" >
110        <bool>false</bool>
111       </property>
112       <property name="animated" >
113        <bool>true</bool>
114       </property>
115       <property name="columnCount" >
116        <number>1</number>
117       </property>
118       <column>
119        <property name="text" >
120         <string>32 Users</string>
121        </property>
122       </column>
123       <item>
124        <property name="text" >
125         <string>@ Operators</string>
126        </property>
127        <item>
128         <property name="text" >
129          <string>New Sub Item</string>
130         </property>
131        </item>
132        <item>
133         <property name="text" >
134          <string>New Item</string>
135         </property>
136        </item>
137        <item>
138         <property name="text" >
139          <string>New Item</string>
140         </property>
141        </item>
142       </item>
143       <item>
144        <property name="text" >
145         <string>4 Voiced</string>
146        </property>
147        <item>
148         <property name="text" >
149          <string>New 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>19 Users</string>
166        </property>
167        <item>
168         <property name="text" >
169          <string>New Sub 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         <property name="text" >
184          <string>New Item</string>
185         </property>
186        </item>
187       </item>
188      </widget>
189     </widget>
190    </item>
191    <item>
192     <layout class="QHBoxLayout" >
193      <property name="margin" >
194       <number>0</number>
195      </property>
196      <property name="spacing" >
197       <number>6</number>
198      </property>
199      <item>
200       <widget class="QComboBox" name="ownNick" >
201        <item>
202         <property name="text" >
203          <string>mainNick</string>
204         </property>
205        </item>
206        <item>
207         <property name="text" >
208          <string>altNick</string>
209         </property>
210        </item>
211       </widget>
212      </item>
213      <item>
214       <widget class="QLineEdit" name="inputEdit" />
215      </item>
216     </layout>
217    </item>
218   </layout>
219  </widget>
220  <tabstops>
221   <tabstop>topicEdit</tabstop>
222   <tabstop>chanSettingsButton</tabstop>
223  </tabstops>
224  <resources/>
225  <connections/>
226 </ui>