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