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