3e49f7c5b0f366007ca2f0042d8f1033c948ba7e
[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="leftMargin" >
24      <number>0</number>
25     </property>
26     <property name="topMargin" >
27      <number>0</number>
28     </property>
29     <property name="rightMargin" >
30      <number>0</number>
31     </property>
32     <property name="bottomMargin" >
33      <number>0</number>
34     </property>
35     <item>
36      <widget class="BufferWidget" native="1" name="bufferWidget" />
37     </item>
38    </layout>
39   </widget>
40   <widget class="QMenuBar" name="menubar" >
41    <property name="geometry" >
42     <rect>
43      <x>0</x>
44      <y>0</y>
45      <width>800</width>
46      <height>22</height>
47     </rect>
48    </property>
49    <widget class="QMenu" name="menuFile" >
50     <property name="title" >
51      <string>&amp;File</string>
52     </property>
53     <widget class="QMenu" name="menuNetworks" >
54      <property name="title" >
55       <string>&amp;Networks</string>
56      </property>
57      <addaction name="separator" />
58     </widget>
59     <addaction name="actionConnectCore" />
60     <addaction name="actionDisconnectCore" />
61     <addaction name="separator" />
62     <addaction name="menuNetworks" />
63     <addaction name="separator" />
64     <addaction name="actionJoinChannel" />
65     <addaction name="separator" />
66     <addaction name="actionSetAwayGlobally" />
67     <addaction name="separator" />
68     <addaction name="actionQuit" />
69    </widget>
70    <widget class="QMenu" name="menuSettings" >
71     <property name="title" >
72      <string>&amp;Settings</string>
73     </property>
74     <addaction name="actionSettingsDlg" />
75    </widget>
76    <widget class="QMenu" name="menuViews" >
77     <property name="title" >
78      <string>&amp;Views</string>
79     </property>
80     <addaction name="actionManageViews" />
81     <addaction name="separator" />
82    </widget>
83    <widget class="QMenu" name="menuHelp" >
84     <property name="title" >
85      <string>&amp;Help</string>
86     </property>
87     <addaction name="actionAboutQuassel" />
88     <addaction name="actionAboutQt" />
89    </widget>
90    <widget class="QMenu" name="menuDebug" >
91     <property name="title" >
92      <string>&amp;Debug</string>
93     </property>
94     <addaction name="actionDebug_Console" />
95    </widget>
96    <addaction name="menuFile" />
97    <addaction name="menuViews" />
98    <addaction name="menuSettings" />
99    <addaction name="menuDebug" />
100    <addaction name="menuHelp" />
101   </widget>
102   <widget class="QStatusBar" name="statusbar" />
103   <action name="actionNetworkList" >
104    <property name="enabled" >
105     <bool>false</bool>
106    </property>
107    <property name="text" >
108     <string>&amp;Network List...</string>
109    </property>
110    <property name="shortcut" >
111     <string>F2</string>
112    </property>
113   </action>
114   <action name="actionQuickConnect" >
115    <property name="enabled" >
116     <bool>false</bool>
117    </property>
118    <property name="text" >
119     <string>Quick &amp;Connect...</string>
120    </property>
121   </action>
122   <action name="actionDisconnect" >
123    <property name="enabled" >
124     <bool>false</bool>
125    </property>
126    <property name="text" >
127     <string>Disconnect</string>
128    </property>
129   </action>
130   <action name="actionReconnect" >
131    <property name="enabled" >
132     <bool>false</bool>
133    </property>
134    <property name="text" >
135     <string>Reconnect</string>
136    </property>
137   </action>
138   <action name="actionJoinChannel" >
139    <property name="enabled" >
140     <bool>false</bool>
141    </property>
142    <property name="text" >
143     <string>Join Channel...</string>
144    </property>
145   </action>
146   <action name="actionSetAwayGlobally" >
147    <property name="enabled" >
148     <bool>false</bool>
149    </property>
150    <property name="text" >
151     <string>Set Away globally</string>
152    </property>
153   </action>
154   <action name="actionQuit" >
155    <property name="icon" >
156     <iconset resource="../../icons/icons.qrc" >:/22x22/actions/oxygen/22x22/actions/application-exit.png</iconset>
157    </property>
158    <property name="text" >
159     <string>Quit...</string>
160    </property>
161   </action>
162   <action name="actionEditIdentities" >
163    <property name="enabled" >
164     <bool>false</bool>
165    </property>
166    <property name="text" >
167     <string>Edit Identities...</string>
168    </property>
169   </action>
170   <action name="actionSettingsDlg" >
171    <property name="icon" >
172     <iconset/>
173    </property>
174    <property name="text" >
175     <string>Configure Quassel...</string>
176    </property>
177    <property name="shortcut" >
178     <string>F7</string>
179    </property>
180   </action>
181   <action name="actionManageViews" >
182    <property name="enabled" >
183     <bool>true</bool>
184    </property>
185    <property name="text" >
186     <string>Manage Views...</string>
187    </property>
188   </action>
189   <action name="actionAboutQt" >
190    <property name="text" >
191     <string>About Qt...</string>
192    </property>
193   </action>
194   <action name="actionAboutQuassel" >
195    <property name="enabled" >
196     <bool>true</bool>
197    </property>
198    <property name="icon" >
199     <iconset resource="../../icons/icons.qrc" >:/icons/quassel-icon.png</iconset>
200    </property>
201    <property name="text" >
202     <string>About Quassel IRC...</string>
203    </property>
204   </action>
205   <action name="actionImportBacklog" >
206    <property name="text" >
207     <string>Import Backlog</string>
208    </property>
209   </action>
210   <action name="actionConnect_to_Core" >
211    <property name="text" >
212     <string>Connect</string>
213    </property>
214   </action>
215   <action name="actionDisconnect_2" >
216    <property name="text" >
217     <string>Disconnect</string>
218    </property>
219   </action>
220   <action name="actionInternal" >
221    <property name="text" >
222     <string>Internal</string>
223    </property>
224   </action>
225   <action name="actionDisconnectCore" >
226    <property name="enabled" >
227     <bool>false</bool>
228    </property>
229    <property name="icon" >
230     <iconset/>
231    </property>
232    <property name="text" >
233     <string>Disconnect from Core</string>
234    </property>
235   </action>
236   <action name="actionConnectCore" >
237    <property name="enabled" >
238     <bool>false</bool>
239    </property>
240    <property name="icon" >
241     <iconset/>
242    </property>
243    <property name="text" >
244     <string>Connect to Core...</string>
245    </property>
246   </action>
247   <action name="actionDebug_Console" >
248    <property name="text" >
249     <string>Debug &amp;Console</string>
250    </property>
251   </action>
252   <action name="actionDisconnectNet" >
253    <property name="text" >
254     <string>Disconnect from Network...</string>
255    </property>
256   </action>
257   <action name="actionEditNetworks" >
258    <property name="enabled" >
259     <bool>false</bool>
260    </property>
261    <property name="text" >
262     <string>&amp;Edit Networks...</string>
263    </property>
264   </action>
265  </widget>
266  <customwidgets>
267   <customwidget>
268    <class>BufferWidget</class>
269    <extends>QWidget</extends>
270    <header>bufferwidget.h</header>
271   </customwidget>
272  </customwidgets>
273  <resources>
274   <include location="../../icons/icons.qrc" />
275  </resources>
276  <connections/>
277 </ui>