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