0286133044185890788a53fdde21929071d36aae
[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>24</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="separator" />
76     <addaction name="actionEditIdentities" />
77     <addaction name="separator" />
78     <addaction name="separator" />
79     <addaction name="actionSettingsDlg" />
80    </widget>
81    <widget class="QMenu" name="menuViews" >
82     <property name="title" >
83      <string>Views</string>
84     </property>
85     <addaction name="actionManageViews" />
86     <addaction name="separator" />
87    </widget>
88    <widget class="QMenu" name="menuHelp" >
89     <property name="title" >
90      <string>Help</string>
91     </property>
92     <addaction name="actionAboutQuassel" />
93     <addaction name="actionAboutQt" />
94    </widget>
95    <widget class="QMenu" name="menuDebug" >
96     <property name="title" >
97      <string>Debug</string>
98     </property>
99     <addaction name="actionDebug_Console" />
100    </widget>
101    <widget class="QMenu" name="menuCore" >
102     <property name="title" >
103      <string>Core</string>
104     </property>
105    </widget>
106    <addaction name="menuConnection" />
107    <addaction name="menuViews" />
108    <addaction name="menuCore" />
109    <addaction name="menuSettings" />
110    <addaction name="menuDebug" />
111    <addaction name="menuHelp" />
112   </widget>
113   <widget class="QStatusBar" name="statusbar" />
114   <action name="actionNetworkList" >
115    <property name="text" >
116     <string>&amp;Network List...</string>
117    </property>
118    <property name="shortcut" >
119     <string>F2</string>
120    </property>
121   </action>
122   <action name="actionQuickConnect" >
123    <property name="enabled" >
124     <bool>false</bool>
125    </property>
126    <property name="text" >
127     <string>Quick &amp;Connect...</string>
128    </property>
129   </action>
130   <action name="actionDisconnect" >
131    <property name="enabled" >
132     <bool>false</bool>
133    </property>
134    <property name="text" >
135     <string>Disconnect</string>
136    </property>
137   </action>
138   <action name="actionReconnect" >
139    <property name="enabled" >
140     <bool>false</bool>
141    </property>
142    <property name="text" >
143     <string>Reconnect</string>
144    </property>
145   </action>
146   <action name="actionJoinChannel" >
147    <property name="enabled" >
148     <bool>false</bool>
149    </property>
150    <property name="text" >
151     <string>Join Channel...</string>
152    </property>
153   </action>
154   <action name="actionSetAwayGlobally" >
155    <property name="enabled" >
156     <bool>false</bool>
157    </property>
158    <property name="text" >
159     <string>Set Away globally</string>
160    </property>
161   </action>
162   <action name="actionQuit" >
163    <property name="icon" >
164     <iconset resource="../../icons/icons.qrc" >:/22x22/actions/oxygen/22x22/actions/application-exit.png</iconset>
165    </property>
166    <property name="text" >
167     <string>Quit...</string>
168    </property>
169   </action>
170   <action name="actionEditIdentities" >
171    <property name="enabled" >
172     <bool>false</bool>
173    </property>
174    <property name="text" >
175     <string>Edit Identities...</string>
176    </property>
177   </action>
178   <action name="actionSettingsDlg" >
179    <property name="icon" >
180     <iconset resource="../../icons/icons.qrc" >:/16x16/actions/oxygen/16x16/actions/configure.png</iconset>
181    </property>
182    <property name="text" >
183     <string>Configure Quassel...</string>
184    </property>
185    <property name="shortcut" >
186     <string>F7</string>
187    </property>
188   </action>
189   <action name="actionManageViews" >
190    <property name="enabled" >
191     <bool>false</bool>
192    </property>
193    <property name="text" >
194     <string>Manage Views...</string>
195    </property>
196   </action>
197   <action name="actionAboutQt" >
198    <property name="text" >
199     <string>About Qt...</string>
200    </property>
201   </action>
202   <action name="actionAboutQuassel" >
203    <property name="icon" >
204     <iconset resource="../../icons/icons.qrc" >:/icons/quassel-icon.png</iconset>
205    </property>
206    <property name="text" >
207     <string>About Quassel IRC...</string>
208    </property>
209   </action>
210   <action name="actionImportBacklog" >
211    <property name="text" >
212     <string>Import Backlog</string>
213    </property>
214   </action>
215   <action name="actionConnect_to_Core" >
216    <property name="text" >
217     <string>Connect</string>
218    </property>
219   </action>
220   <action name="actionDisconnect_2" >
221    <property name="text" >
222     <string>Disconnect</string>
223    </property>
224   </action>
225   <action name="actionInternal" >
226    <property name="text" >
227     <string>Internal</string>
228    </property>
229   </action>
230   <action name="actionDisconnectCore" >
231    <property name="enabled" >
232     <bool>false</bool>
233    </property>
234    <property name="icon" >
235     <iconset/>
236    </property>
237    <property name="text" >
238     <string>Disconnect from Core</string>
239    </property>
240   </action>
241   <action name="actionConnectCore" >
242    <property name="enabled" >
243     <bool>false</bool>
244    </property>
245    <property name="icon" >
246     <iconset/>
247    </property>
248    <property name="text" >
249     <string>Connect to Core...</string>
250    </property>
251   </action>
252   <action name="actionDebug_Console" >
253    <property name="text" >
254     <string>Debug &amp;Console</string>
255    </property>
256   </action>
257  </widget>
258  <customwidgets>
259   <customwidget>
260    <class>BufferWidget</class>
261    <extends>QWidget</extends>
262    <header>bufferwidget.h</header>
263   </customwidget>
264  </customwidgets>
265  <resources>
266   <include location="../../icons/icons.qrc" />
267  </resources>
268  <connections>
269   <connection>
270    <sender>actionQuit</sender>
271    <signal>triggered()</signal>
272    <receiver>MainWin</receiver>
273    <slot>close()</slot>
274    <hints>
275     <hint type="sourcelabel" >
276      <x>-1</x>
277      <y>-1</y>
278     </hint>
279     <hint type="destinationlabel" >
280      <x>399</x>
281      <y>299</y>
282     </hint>
283    </hints>
284   </connection>
285  </connections>
286 </ui>