Lots of additions again. Working on implementing commands and prettifying the output.
[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="rootIsDecorated" >
130        <bool>true</bool>
131       </property>
132       <property name="sortingEnabled" >
133        <bool>false</bool>
134       </property>
135       <property name="animated" >
136        <bool>false</bool>
137       </property>
138       <property name="columnCount" >
139        <number>1</number>
140       </property>
141       <column>
142        <property name="text" >
143         <string>32 Users</string>
144        </property>
145       </column>
146       <item>
147        <property name="text" >
148         <string>@ Operators</string>
149        </property>
150        <item>
151         <property name="text" >
152          <string>New Sub Item</string>
153         </property>
154        </item>
155        <item>
156         <property name="text" >
157          <string>New Item</string>
158         </property>
159        </item>
160        <item>
161         <property name="text" >
162          <string>New Item</string>
163         </property>
164        </item>
165       </item>
166       <item>
167        <property name="text" >
168         <string>4 Voiced</string>
169        </property>
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         <property name="text" >
182          <string>New Item</string>
183         </property>
184        </item>
185       </item>
186       <item>
187        <property name="text" >
188         <string>19 Users</string>
189        </property>
190        <item>
191         <property name="text" >
192          <string>New Sub 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         <property name="text" >
207          <string>New Item</string>
208         </property>
209        </item>
210       </item>
211      </widget>
212     </widget>
213    </item>
214    <item>
215     <layout class="QHBoxLayout" >
216      <property name="margin" >
217       <number>0</number>
218      </property>
219      <property name="spacing" >
220       <number>6</number>
221      </property>
222      <item>
223       <widget class="QComboBox" name="ownNick" >
224        <property name="sizeAdjustPolicy" >
225         <enum>QComboBox::AdjustToContents</enum>
226        </property>
227       </widget>
228      </item>
229      <item>
230       <widget class="QLineEdit" name="inputEdit" />
231      </item>
232     </layout>
233    </item>
234   </layout>
235  </widget>
236  <tabstops>
237   <tabstop>inputEdit</tabstop>
238   <tabstop>ownNick</tabstop>
239   <tabstop>nickTree</tabstop>
240   <tabstop>topicEdit</tabstop>
241   <tabstop>chanSettingsButton</tabstop>
242   <tabstop>chatWidget</tabstop>
243  </tabstops>
244  <resources/>
245  <connections/>
246 </ui>