new mainwindow.ui
[quassel.git] / gui / mainwindow.ui
1 <ui version="4.0" >
2  <class>MainWindow</class>
3  <widget class="QMainWindow" name="MainWindow" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>644</width>
9     <height>566</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>MainWindow</string>
14   </property>
15   <widget class="QWidget" name="centralwidget" >
16    <widget class="QDockWidget" name="dockWidget_3" >
17     <property name="geometry" >
18      <rect>
19       <x>60</x>
20       <y>90</y>
21       <width>120</width>
22       <height>329</height>
23      </rect>
24     </property>
25     <property name="sizePolicy" >
26      <sizepolicy>
27       <hsizetype>7</hsizetype>
28       <vsizetype>5</vsizetype>
29       <horstretch>0</horstretch>
30       <verstretch>0</verstretch>
31      </sizepolicy>
32     </property>
33     <property name="windowTitle" >
34      <string>All Nets</string>
35     </property>
36     <widget class="QWidget" name="dockWidgetContents_3" >
37      <layout class="QGridLayout" >
38       <property name="margin" >
39        <number>9</number>
40       </property>
41       <property name="spacing" >
42        <number>6</number>
43       </property>
44       <item row="0" column="0" >
45        <widget class="QTreeWidget" name="treeWidget_4" >
46         <column>
47          <property name="text" >
48           <string>All Nets</string>
49          </property>
50         </column>
51         <item>
52          <property name="text" >
53           <string>QuakeNet</string>
54          </property>
55          <item>
56           <property name="text" >
57            <string>Status</string>
58           </property>
59          </item>
60          <item>
61           <property name="text" >
62            <string>Channels</string>
63           </property>
64           <item>
65            <property name="text" >
66             <string>#quassel</string>
67            </property>
68           </item>
69           <item>
70            <property name="text" >
71             <string>#quadaver</string>
72            </property>
73           </item>
74           <item>
75            <property name="text" >
76             <string>#lolage</string>
77            </property>
78           </item>
79          </item>
80          <item>
81           <property name="text" >
82            <string>Queries</string>
83           </property>
84          </item>
85          <item>
86           <property name="text" >
87            <string>DCC</string>
88           </property>
89          </item>
90         </item>
91        </widget>
92       </item>
93      </layout>
94     </widget>
95    </widget>
96   </widget>
97   <widget class="QMenuBar" name="menubar" >
98    <property name="geometry" >
99     <rect>
100      <x>0</x>
101      <y>0</y>
102      <width>644</width>
103      <height>28</height>
104     </rect>
105    </property>
106    <widget class="QMenu" name="menuFile" >
107     <property name="title" >
108      <string>Connection</string>
109     </property>
110    </widget>
111    <widget class="QMenu" name="menuOptions" >
112     <property name="title" >
113      <string>Settings</string>
114     </property>
115    </widget>
116    <widget class="QMenu" name="menuExtensions" >
117     <property name="title" >
118      <string>Extensions</string>
119     </property>
120    </widget>
121    <widget class="QMenu" name="menuAbout" >
122     <property name="title" >
123      <string>About</string>
124     </property>
125    </widget>
126    <widget class="QMenu" name="menuViews" >
127     <property name="title" >
128      <string>Views</string>
129     </property>
130     <addaction name="actionAll_Nets" />
131    </widget>
132    <addaction name="menuFile" />
133    <addaction name="menuOptions" />
134    <addaction name="menuViews" />
135    <addaction name="menuExtensions" />
136    <addaction name="menuAbout" />
137   </widget>
138   <widget class="QStatusBar" name="statusbar" />
139   <widget class="QDockWidget" name="dockWidget" >
140    <property name="windowTitle" >
141     <string>QuakeNet</string>
142    </property>
143    <attribute name="dockWidgetArea" >
144     <number>1</number>
145    </attribute>
146    <widget class="QWidget" name="dockWidgetContents" >
147     <layout class="QGridLayout" >
148      <property name="margin" >
149       <number>9</number>
150      </property>
151      <property name="spacing" >
152       <number>6</number>
153      </property>
154      <item row="0" column="0" >
155       <widget class="QTreeWidget" name="treeWidget_2" >
156        <column>
157         <property name="text" >
158          <string>QuakeNet</string>
159         </property>
160        </column>
161        <item>
162         <property name="text" >
163          <string>Status</string>
164         </property>
165        </item>
166        <item>
167         <property name="text" >
168          <string>Channels</string>
169         </property>
170         <item>
171          <property name="text" >
172           <string>#quassel</string>
173          </property>
174         </item>
175         <item>
176          <property name="text" >
177           <string>#quadaver</string>
178          </property>
179         </item>
180         <item>
181          <property name="text" >
182           <string>#faecherstadt ohne AE.. doh</string>
183          </property>
184         </item>
185        </item>
186       </widget>
187      </item>
188     </layout>
189    </widget>
190   </widget>
191   <widget class="QToolBar" name="toolBar" >
192    <property name="contextMenuPolicy" >
193     <enum>Qt::DefaultContextMenu</enum>
194    </property>
195    <property name="layoutDirection" >
196     <enum>Qt::LeftToRight</enum>
197    </property>
198    <property name="autoFillBackground" >
199     <bool>false</bool>
200    </property>
201    <property name="orientation" >
202     <enum>Qt::Vertical</enum>
203    </property>
204    <property name="toolButtonStyle" >
205     <enum>Qt::ToolButtonTextUnderIcon</enum>
206    </property>
207    <attribute name="toolBarArea" >
208     <number>2</number>
209    </attribute>
210    <addaction name="actionKickUser" />
211    <addaction name="actionSetAway" />
212   </widget>
213   <widget class="QDockWidget" name="dockWidget_2" >
214    <property name="sizePolicy" >
215     <sizepolicy>
216      <hsizetype>7</hsizetype>
217      <vsizetype>5</vsizetype>
218      <horstretch>0</horstretch>
219      <verstretch>0</verstretch>
220     </sizepolicy>
221    </property>
222    <property name="windowTitle" >
223     <string>IrcNet</string>
224    </property>
225    <attribute name="dockWidgetArea" >
226     <number>1</number>
227    </attribute>
228    <widget class="QWidget" name="dockWidgetContents_2" >
229     <layout class="QGridLayout" >
230      <property name="margin" >
231       <number>9</number>
232      </property>
233      <property name="spacing" >
234       <number>6</number>
235      </property>
236      <item row="0" column="0" >
237       <widget class="QTreeWidget" name="treeWidget_3" >
238        <column>
239         <property name="text" >
240          <string>IrcNet</string>
241         </property>
242        </column>
243        <item>
244         <property name="text" >
245          <string>Status</string>
246         </property>
247        </item>
248        <item>
249         <property name="text" >
250          <string>Channels</string>
251         </property>
252         <item>
253          <property name="text" >
254           <string>#quassel</string>
255          </property>
256         </item>
257         <item>
258          <property name="text" >
259           <string>#quadaver</string>
260          </property>
261         </item>
262         <item>
263          <property name="text" >
264           <string>#faecherstadt ohne AE.. doh</string>
265          </property>
266         </item>
267        </item>
268       </widget>
269      </item>
270     </layout>
271    </widget>
272   </widget>
273   <action name="actionKickUser" >
274    <property name="icon" >
275     <iconset>../../../../screenshot.png</iconset>
276    </property>
277    <property name="text" >
278     <string>kickUser</string>
279    </property>
280   </action>
281   <action name="actionSetAway" >
282    <property name="text" >
283     <string>setAway</string>
284    </property>
285   </action>
286   <action name="actionAll_Nets" >
287    <property name="text" >
288     <string>All Nets</string>
289    </property>
290   </action>
291  </widget>
292  <resources/>
293  <connections/>
294 </ui>