a5ecfa4e72e62e127df3e861945355a08234c42a
[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="sizePolicy" >
17     <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
18      <horstretch>0</horstretch>
19      <verstretch>0</verstretch>
20     </sizepolicy>
21    </property>
22    <layout class="QVBoxLayout" >
23     <property name="spacing" >
24      <number>6</number>
25     </property>
26     <property name="leftMargin" >
27      <number>0</number>
28     </property>
29     <property name="topMargin" >
30      <number>0</number>
31     </property>
32     <property name="rightMargin" >
33      <number>0</number>
34     </property>
35     <property name="bottomMargin" >
36      <number>0</number>
37     </property>
38     <item>
39      <widget class="BufferWidget" native="1" name="bufferWidget" />
40     </item>
41    </layout>
42   </widget>
43   <widget class="QMenuBar" name="menubar" >
44    <property name="geometry" >
45     <rect>
46      <x>0</x>
47      <y>0</y>
48      <width>800</width>
49      <height>25</height>
50     </rect>
51    </property>
52    <widget class="QMenu" name="menuConnection" >
53     <property name="title" >
54      <string>Connection</string>
55     </property>
56     <addaction name="actionConnectCore" />
57     <addaction name="actionDisconnectCore" />
58     <addaction name="separator" />
59     <addaction name="actionNetworkList" />
60     <addaction name="actionQuickConnect" />
61     <addaction name="separator" />
62     <addaction name="actionDisconnect" />
63     <addaction name="actionReconnect" />
64     <addaction name="separator" />
65     <addaction name="actionJoinChannel" />
66     <addaction name="separator" />
67     <addaction name="actionSetAwayGlobally" />
68     <addaction name="separator" />
69     <addaction name="actionQuit" />
70    </widget>
71    <widget class="QMenu" name="menuSettings" >
72     <property name="title" >
73      <string>Settings</string>
74     </property>
75     <addaction name="actionSettingsDlg" />
76    </widget>
77    <widget class="QMenu" name="menuViews" >
78     <property name="title" >
79      <string>Views</string>
80     </property>
81     <addaction name="actionManageViews" />
82     <addaction name="separator" />
83    </widget>
84    <widget class="QMenu" name="menuHelp" >
85     <property name="title" >
86      <string>Help</string>
87     </property>
88     <addaction name="actionAboutQuassel" />
89     <addaction name="actionAboutQt" />
90    </widget>
91    <widget class="QMenu" name="menuDebug" >
92     <property name="title" >
93      <string>Debug</string>
94     </property>
95     <addaction name="actionDebug_Console" />
96    </widget>
97    <widget class="QMenu" name="menuCore" >
98     <property name="title" >
99      <string>Core</string>
100     </property>
101    </widget>
102    <addaction name="menuConnection" />
103    <addaction name="menuViews" />
104    <addaction name="menuCore" />
105    <addaction name="menuSettings" />
106    <addaction name="menuDebug" />
107    <addaction name="menuHelp" />
108   </widget>
109   <widget class="QStatusBar" name="statusbar" />
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   </action>
153   <action name="actionSetAwayGlobally" >
154    <property name="enabled" >
155     <bool>false</bool>
156    </property>
157    <property name="text" >
158     <string>Set Away globally</string>
159    </property>
160   </action>
161   <action name="actionQuit" >
162    <property name="icon" >
163     <iconset resource="../../icons/icons.qrc" >:/22x22/actions/oxygen/22x22/actions/application-exit.png</iconset>
164    </property>
165    <property name="text" >
166     <string>Quit...</string>
167    </property>
168   </action>
169   <action name="actionEditIdentities" >
170    <property name="enabled" >
171     <bool>false</bool>
172    </property>
173    <property name="text" >
174     <string>Edit Identities...</string>
175    </property>
176   </action>
177   <action name="actionSettingsDlg" >
178    <property name="icon" >
179     <iconset resource="../../icons/icons.qrc" >:/16x16/actions/oxygen/16x16/actions/configure.png</iconset>
180    </property>
181    <property name="text" >
182     <string>Configure Quassel...</string>
183    </property>
184    <property name="shortcut" >
185     <string>F7</string>
186    </property>
187   </action>
188   <action name="actionManageViews" >
189    <property name="enabled" >
190     <bool>false</bool>
191    </property>
192    <property name="text" >
193     <string>Manage Views...</string>
194    </property>
195   </action>
196   <action name="actionAboutQt" >
197    <property name="text" >
198     <string>About Qt...</string>
199    </property>
200   </action>
201   <action name="actionAboutQuassel" >
202    <property name="enabled" >
203     <bool>false</bool>
204    </property>
205    <property name="icon" >
206     <iconset resource="../../icons/icons.qrc" >:/icons/quassel-icon.png</iconset>
207    </property>
208    <property name="text" >
209     <string>About Quassel IRC...</string>
210    </property>
211   </action>
212   <action name="actionImportBacklog" >
213    <property name="text" >
214     <string>Import Backlog</string>
215    </property>
216   </action>
217   <action name="actionConnect_to_Core" >
218    <property name="text" >
219     <string>Connect</string>
220    </property>
221   </action>
222   <action name="actionDisconnect_2" >
223    <property name="text" >
224     <string>Disconnect</string>
225    </property>
226   </action>
227   <action name="actionInternal" >
228    <property name="text" >
229     <string>Internal</string>
230    </property>
231   </action>
232   <action name="actionDisconnectCore" >
233    <property name="enabled" >
234     <bool>false</bool>
235    </property>
236    <property name="icon" >
237     <iconset/>
238    </property>
239    <property name="text" >
240     <string>Disconnect from Core</string>
241    </property>
242   </action>
243   <action name="actionConnectCore" >
244    <property name="enabled" >
245     <bool>false</bool>
246    </property>
247    <property name="icon" >
248     <iconset/>
249    </property>
250    <property name="text" >
251     <string>Connect to Core...</string>
252    </property>
253   </action>
254   <action name="actionDebug_Console" >
255    <property name="text" >
256     <string>Debug &amp;Console</string>
257    </property>
258   </action>
259   <action name="actionDisconnectNet" >
260    <property name="text" >
261     <string>Disconnect from Network...</string>
262    </property>
263   </action>
264  </widget>
265  <customwidgets>
266   <customwidget>
267    <class>BufferWidget</class>
268    <extends>QWidget</extends>
269    <header>bufferwidget.h</header>
270   </customwidget>
271  </customwidgets>
272  <resources>
273   <include location="../../icons/icons.qrc" />
274  </resources>
275  <connections>
276   <connection>
277    <sender>actionQuit</sender>
278    <signal>triggered()</signal>
279    <receiver>MainWin</receiver>
280    <slot>close()</slot>
281    <hints>
282     <hint type="sourcelabel" >
283      <x>-1</x>
284      <y>-1</y>
285     </hint>
286     <hint type="destinationlabel" >
287      <x>399</x>
288      <y>299</y>
289     </hint>
290    </hints>
291   </connection>
292  </connections>
293 </ui>