More good news:
[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>9</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     <layout class="QHBoxLayout" >
82      <property name="margin" >
83       <number>0</number>
84      </property>
85      <property name="spacing" >
86       <number>6</number>
87      </property>
88      <item>
89       <widget class="QTextEdit" name="chatWidget" >
90        <property name="sizePolicy" >
91         <sizepolicy>
92          <hsizetype>7</hsizetype>
93          <vsizetype>7</vsizetype>
94          <horstretch>4</horstretch>
95          <verstretch>0</verstretch>
96         </sizepolicy>
97        </property>
98        <property name="font" >
99         <font>
100          <family>Monospace</family>
101         </font>
102        </property>
103        <property name="readOnly" >
104         <bool>true</bool>
105        </property>
106       </widget>
107      </item>
108      <item>
109       <widget class="QTreeWidget" name="nickTree" >
110        <property name="sizePolicy" >
111         <sizepolicy>
112          <hsizetype>5</hsizetype>
113          <vsizetype>5</vsizetype>
114          <horstretch>1</horstretch>
115          <verstretch>0</verstretch>
116         </sizepolicy>
117        </property>
118        <property name="layoutDirection" >
119         <enum>Qt::LeftToRight</enum>
120        </property>
121        <property name="dragEnabled" >
122         <bool>true</bool>
123        </property>
124        <property name="textElideMode" >
125         <enum>Qt::ElideRight</enum>
126        </property>
127        <property name="sortingEnabled" >
128         <bool>false</bool>
129        </property>
130        <property name="animated" >
131         <bool>false</bool>
132        </property>
133        <property name="columnCount" >
134         <number>1</number>
135        </property>
136        <column>
137         <property name="text" >
138          <string>32 Users</string>
139         </property>
140        </column>
141        <item>
142         <property name="text" >
143          <string>@ Operators</string>
144         </property>
145         <item>
146          <property name="text" >
147           <string>New Sub Item</string>
148          </property>
149         </item>
150         <item>
151          <property name="text" >
152           <string>New Item</string>
153          </property>
154         </item>
155         <item>
156          <property name="text" >
157           <string>New Item</string>
158          </property>
159         </item>
160        </item>
161        <item>
162         <property name="text" >
163          <string>4 Voiced</string>
164         </property>
165         <item>
166          <property name="text" >
167           <string>New Item</string>
168          </property>
169         </item>
170         <item>
171          <property name="text" >
172           <string>New Item</string>
173          </property>
174         </item>
175         <item>
176          <property name="text" >
177           <string>New Item</string>
178          </property>
179         </item>
180        </item>
181        <item>
182         <property name="text" >
183          <string>19 Users</string>
184         </property>
185         <item>
186          <property name="text" >
187           <string>New Sub Item</string>
188          </property>
189         </item>
190         <item>
191          <property name="text" >
192           <string>New Item</string>
193          </property>
194         </item>
195         <item>
196          <property name="text" >
197           <string>New Item</string>
198          </property>
199         </item>
200         <item>
201          <property name="text" >
202           <string>New Item</string>
203          </property>
204         </item>
205        </item>
206       </widget>
207      </item>
208     </layout>
209    </item>
210    <item>
211     <layout class="QHBoxLayout" >
212      <property name="margin" >
213       <number>0</number>
214      </property>
215      <property name="spacing" >
216       <number>6</number>
217      </property>
218      <item>
219       <widget class="QComboBox" name="ownNick" >
220        <item>
221         <property name="text" >
222          <string>mainNick</string>
223         </property>
224        </item>
225        <item>
226         <property name="text" >
227          <string>altNick</string>
228         </property>
229        </item>
230       </widget>
231      </item>
232      <item>
233       <widget class="QLineEdit" name="inputEdit" />
234      </item>
235     </layout>
236    </item>
237   </layout>
238  </widget>
239  <tabstops>
240   <tabstop>inputEdit</tabstop>
241   <tabstop>ownNick</tabstop>
242   <tabstop>nickTree</tabstop>
243   <tabstop>topicEdit</tabstop>
244   <tabstop>chanSettingsButton</tabstop>
245  </tabstops>
246  <resources/>
247  <connections/>
248 </ui>