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