1e9b098da13ff2532f0892842b121a009fb71e02
[quassel.git] / src / qtui / ui / mainwin.ui
1 <ui version="4.0" >
2  <class>MainWin</class>
3  <widget class="QMainWindow" name="MainWin" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>800</width>
9     <height>600</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>MainWindow</string>
14   </property>
15   <widget class="QWidget" name="centralwidget" >
16    <property name="geometry" >
17     <rect>
18      <x>0</x>
19      <y>22</y>
20      <width>800</width>
21      <height>556</height>
22     </rect>
23    </property>
24    <property name="sizePolicy" >
25     <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
26      <horstretch>0</horstretch>
27      <verstretch>0</verstretch>
28     </sizepolicy>
29    </property>
30    <layout class="QVBoxLayout" >
31     <property name="margin" >
32      <number>0</number>
33     </property>
34     <item>
35      <widget class="BufferWidget" native="1" name="bufferWidget" />
36     </item>
37    </layout>
38   </widget>
39   <widget class="QMenuBar" name="menubar" >
40    <property name="geometry" >
41     <rect>
42      <x>0</x>
43      <y>0</y>
44      <width>800</width>
45      <height>22</height>
46     </rect>
47    </property>
48    <widget class="QMenu" name="menuFile" >
49     <property name="title" >
50      <string>&amp;File</string>
51     </property>
52     <widget class="QMenu" name="menuNetworks" >
53      <property name="title" >
54       <string>&amp;Networks</string>
55      </property>
56      <addaction name="separator" />
57     </widget>
58     <addaction name="actionConnectCore" />
59     <addaction name="actionDisconnectCore" />
60     <addaction name="separator" />
61     <addaction name="menuNetworks" />
62     <addaction name="actionJoinChannel" />
63     <addaction name="actionSetAwayGlobally" />
64     <addaction name="separator" />
65     <addaction name="actionQuit" />
66    </widget>
67    <widget class="QMenu" name="menuSettings" >
68     <property name="title" >
69      <string>&amp;Settings</string>
70     </property>
71     <addaction name="actionSettingsDlg" />
72    </widget>
73    <widget class="QMenu" name="menuViews" >
74     <property name="title" >
75      <string>&amp;Views</string>
76     </property>
77     <widget class="QMenu" name="menuBufferViews" >
78      <property name="title" >
79       <string>Buffer Views</string>
80      </property>
81      <addaction name="actionManageViews" />
82      <addaction name="separator" />
83     </widget>
84     <addaction name="menuBufferViews" />
85     <addaction name="separator" />
86     <addaction name="actionLockDockPositions" />
87    </widget>
88    <widget class="QMenu" name="menuHelp" >
89     <property name="title" >
90      <string>&amp;Help</string>
91     </property>
92     <addaction name="actionAboutQuassel" />
93     <addaction name="actionAboutQt" />
94    </widget>
95    <addaction name="menuFile" />
96    <addaction name="menuViews" />
97    <addaction name="menuSettings" />
98    <addaction name="menuHelp" />
99   </widget>
100   <widget class="QStatusBar" name="statusbar" >
101    <property name="geometry" >
102     <rect>
103      <x>0</x>
104      <y>578</y>
105      <width>800</width>
106      <height>22</height>
107     </rect>
108    </property>
109   </widget>
110   <action name="actionNetworkList" >
111    <property name="enabled" >
112     <bool>false</bool>
113    </property>
114    <property name="text" >
115     <string>&amp;Network List...</string>
116    </property>
117    <property name="shortcut" >
118     <string>F2</string>
119    </property>
120   </action>
121   <action name="actionQuickConnect" >
122    <property name="enabled" >
123     <bool>false</bool>
124    </property>
125    <property name="text" >
126     <string>Quick &amp;Connect...</string>
127    </property>
128   </action>
129   <action name="actionDisconnect" >
130    <property name="enabled" >
131     <bool>false</bool>
132    </property>
133    <property name="text" >
134     <string>Disconnect</string>
135    </property>
136   </action>
137   <action name="actionReconnect" >
138    <property name="enabled" >
139     <bool>false</bool>
140    </property>
141    <property name="text" >
142     <string>Reconnect</string>
143    </property>
144   </action>
145   <action name="actionJoinChannel" >
146    <property name="enabled" >
147     <bool>false</bool>
148    </property>
149    <property name="text" >
150     <string>Join Channel...</string>
151    </property>
152    <property name="visible" >
153     <bool>false</bool>
154    </property>
155   </action>
156   <action name="actionSetAwayGlobally" >
157    <property name="enabled" >
158     <bool>false</bool>
159    </property>
160    <property name="text" >
161     <string>Set Away globally</string>
162    </property>
163    <property name="visible" >
164     <bool>false</bool>
165    </property>
166   </action>
167   <action name="actionQuit" >
168    <property name="icon" >
169     <iconset resource="../../icons/icons.qrc" >
170      <normaloff>:/22x22/actions/oxygen/22x22/actions/application-exit.png</normaloff>:/22x22/actions/oxygen/22x22/actions/application-exit.png</iconset>
171    </property>
172    <property name="text" >
173     <string>Quit...</string>
174    </property>
175   </action>
176   <action name="actionEditIdentities" >
177    <property name="enabled" >
178     <bool>false</bool>
179    </property>
180    <property name="text" >
181     <string>Edit Identities...</string>
182    </property>
183   </action>
184   <action name="actionSettingsDlg" >
185    <property name="icon" >
186     <iconset resource="../../icons/icons.qrc" >
187      <normaloff>:/16x16/actions/configure</normaloff>:/16x16/actions/configure</iconset>
188    </property>
189    <property name="text" >
190     <string>Configure Quassel...</string>
191    </property>
192    <property name="shortcut" >
193     <string>F7</string>
194    </property>
195   </action>
196   <action name="actionManageViews2" >
197    <property name="enabled" >
198     <bool>true</bool>
199    </property>
200    <property name="icon" >
201     <iconset resource="../../icons/icons.qrc" >
202      <normaloff>:/16x16/actions/oxygen/16x16/actions/view-tree.png</normaloff>:/16x16/actions/oxygen/16x16/actions/view-tree.png</iconset>
203    </property>
204    <property name="text" >
205     <string>Manage Views...</string>
206    </property>
207   </action>
208   <action name="actionAboutQt" >
209    <property name="text" >
210     <string>About Qt...</string>
211    </property>
212   </action>
213   <action name="actionAboutQuassel" >
214    <property name="enabled" >
215     <bool>true</bool>
216    </property>
217    <property name="icon" >
218     <iconset resource="../../icons/quassel-icons.qrc" >
219      <normaloff>:/icons/quassel-icon.png</normaloff>:/icons/quassel-icon.png</iconset>
220    </property>
221    <property name="text" >
222     <string>About Quassel IRC...</string>
223    </property>
224   </action>
225   <action name="actionImportBacklog" >
226    <property name="text" >
227     <string>Import Backlog</string>
228    </property>
229   </action>
230   <action name="actionConnect_to_Core" >
231    <property name="text" >
232     <string>Connect</string>
233    </property>
234   </action>
235   <action name="actionDisconnect_2" >
236    <property name="text" >
237     <string>Disconnect</string>
238    </property>
239   </action>
240   <action name="actionInternal" >
241    <property name="text" >
242     <string>Internal</string>
243    </property>
244   </action>
245   <action name="actionDisconnectCore" >
246    <property name="enabled" >
247     <bool>false</bool>
248    </property>
249    <property name="icon" >
250     <iconset resource="../../icons/icons.qrc" >
251      <normaloff>:/16x16/actions/network-disconnect</normaloff>:/16x16/actions/network-disconnect</iconset>
252    </property>
253    <property name="text" >
254     <string>Disconnect from Core</string>
255    </property>
256   </action>
257   <action name="actionConnectCore" >
258    <property name="enabled" >
259     <bool>false</bool>
260    </property>
261    <property name="icon" >
262     <iconset resource="../../icons/icons.qrc" >
263      <normaloff>:/16x16/actions/network-connect</normaloff>:/16x16/actions/network-connect</iconset>
264    </property>
265    <property name="text" >
266     <string>Connect to Core...</string>
267    </property>
268   </action>
269   <action name="actionDebug_Console" >
270    <property name="text" >
271     <string>Debug &amp;Console</string>
272    </property>
273   </action>
274   <action name="actionDisconnectNet" >
275    <property name="text" >
276     <string>Disconnect from Network...</string>
277    </property>
278   </action>
279   <action name="actionEditNetworks" >
280    <property name="enabled" >
281     <bool>false</bool>
282    </property>
283    <property name="text" >
284     <string>&amp;Edit Networks...</string>
285    </property>
286   </action>
287   <action name="actionManageViews" >
288    <property name="icon" >
289     <iconset resource="../../icons/icons.qrc" >
290      <normaloff>:/16x16/actions/oxygen/16x16/actions/view-tree.png</normaloff>:/16x16/actions/oxygen/16x16/actions/view-tree.png</iconset>
291    </property>
292    <property name="text" >
293     <string>Manage Buffer Views</string>
294    </property>
295   </action>
296   <action name="actionLockDockPositions" >
297    <property name="checkable" >
298     <bool>true</bool>
299    </property>
300    <property name="text" >
301     <string>Lock Dock Positions</string>
302    </property>
303   </action>
304  </widget>
305  <customwidgets>
306   <customwidget>
307    <class>BufferWidget</class>
308    <extends>QWidget</extends>
309    <header>bufferwidget.h</header>
310   </customwidget>
311  </customwidgets>
312  <resources>
313   <include location="../../icons/icons.qrc" />
314   <include location="../../icons/quassel-icons.qrc" />
315  </resources>
316  <connections/>
317 </ui>