e96cbb663a768f78c081cc738192a5034ca55f04
[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>28</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    </widget>
100    <widget class="QMenu" name="menuCore" >
101     <property name="title" >
102      <string>Core</string>
103     </property>
104    </widget>
105    <addaction name="menuConnection" />
106    <addaction name="menuViews" />
107    <addaction name="menuCore" />
108    <addaction name="menuSettings" />
109    <addaction name="menuHelp" />
110    <addaction name="menuDebug" />
111   </widget>
112   <widget class="QStatusBar" name="statusbar" />
113   <action name="actionNetworkList" >
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="text" >
163     <string>Quit...</string>
164    </property>
165   </action>
166   <action name="actionEditIdentities" >
167    <property name="text" >
168     <string>Edit Identities...</string>
169    </property>
170   </action>
171   <action name="actionSettingsDlg" >
172    <property name="text" >
173     <string>Configure Quassel...</string>
174    </property>
175    <property name="shortcut" >
176     <string>F7</string>
177    </property>
178   </action>
179   <action name="actionManageViews" >
180    <property name="enabled" >
181     <bool>false</bool>
182    </property>
183    <property name="text" >
184     <string>Manage Views...</string>
185    </property>
186   </action>
187   <action name="actionAboutQt" >
188    <property name="text" >
189     <string>About Qt...</string>
190    </property>
191   </action>
192   <action name="actionAboutQuassel" >
193    <property name="text" >
194     <string>About Quassel IRC...</string>
195    </property>
196   </action>
197   <action name="actionImportBacklog" >
198    <property name="text" >
199     <string>Import Backlog</string>
200    </property>
201   </action>
202   <action name="actionConnect_to_Core" >
203    <property name="text" >
204     <string>Connect</string>
205    </property>
206   </action>
207   <action name="actionDisconnect_2" >
208    <property name="text" >
209     <string>Disconnect</string>
210    </property>
211   </action>
212   <action name="actionInternal" >
213    <property name="text" >
214     <string>Internal</string>
215    </property>
216   </action>
217   <action name="actionDisconnectCore" >
218    <property name="enabled" >
219     <bool>false</bool>
220    </property>
221    <property name="text" >
222     <string>Disconnect from Core</string>
223    </property>
224   </action>
225   <action name="actionConnectCore" >
226    <property name="enabled" >
227     <bool>false</bool>
228    </property>
229    <property name="text" >
230     <string>Connect to Core...</string>
231    </property>
232   </action>
233  </widget>
234  <customwidgets>
235   <customwidget>
236    <class>BufferWidget</class>
237    <extends>QWidget</extends>
238    <header>bufferwidget.h</header>
239   </customwidget>
240  </customwidgets>
241  <resources/>
242  <connections>
243   <connection>
244    <sender>actionQuit</sender>
245    <signal>triggered()</signal>
246    <receiver>MainWin</receiver>
247    <slot>close()</slot>
248    <hints>
249     <hint type="sourcelabel" >
250      <x>-1</x>
251      <y>-1</y>
252     </hint>
253     <hint type="destinationlabel" >
254      <x>399</x>
255      <y>299</y>
256     </hint>
257    </hints>
258   </connection>
259  </connections>
260 </ui>