Various smaller stuff, some parts of the new identity settingspage, plus Quassel
[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>26</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="text" >
164     <string>Quit...</string>
165    </property>
166   </action>
167   <action name="actionEditIdentities" >
168    <property name="text" >
169     <string>Edit Identities...</string>
170    </property>
171   </action>
172   <action name="actionSettingsDlg" >
173    <property name="icon" >
174     <iconset resource="../../icons/icons.qrc" >:/16x16/actions/oxygen/16x16/actions/configure.png</iconset>
175    </property>
176    <property name="text" >
177     <string>Configure Quassel...</string>
178    </property>
179    <property name="shortcut" >
180     <string>F7</string>
181    </property>
182   </action>
183   <action name="actionManageViews" >
184    <property name="enabled" >
185     <bool>false</bool>
186    </property>
187    <property name="text" >
188     <string>Manage Views...</string>
189    </property>
190   </action>
191   <action name="actionAboutQt" >
192    <property name="text" >
193     <string>About Qt...</string>
194    </property>
195   </action>
196   <action name="actionAboutQuassel" >
197    <property name="text" >
198     <string>About Quassel IRC...</string>
199    </property>
200   </action>
201   <action name="actionImportBacklog" >
202    <property name="text" >
203     <string>Import Backlog</string>
204    </property>
205   </action>
206   <action name="actionConnect_to_Core" >
207    <property name="text" >
208     <string>Connect</string>
209    </property>
210   </action>
211   <action name="actionDisconnect_2" >
212    <property name="text" >
213     <string>Disconnect</string>
214    </property>
215   </action>
216   <action name="actionInternal" >
217    <property name="text" >
218     <string>Internal</string>
219    </property>
220   </action>
221   <action name="actionDisconnectCore" >
222    <property name="enabled" >
223     <bool>false</bool>
224    </property>
225    <property name="text" >
226     <string>Disconnect from Core</string>
227    </property>
228   </action>
229   <action name="actionConnectCore" >
230    <property name="enabled" >
231     <bool>false</bool>
232    </property>
233    <property name="text" >
234     <string>Connect to Core...</string>
235    </property>
236   </action>
237   <action name="actionDebug_Console" >
238    <property name="text" >
239     <string>Debug &amp;Console</string>
240    </property>
241   </action>
242  </widget>
243  <customwidgets>
244   <customwidget>
245    <class>BufferWidget</class>
246    <extends>QWidget</extends>
247    <header>bufferwidget.h</header>
248   </customwidget>
249  </customwidgets>
250  <resources>
251   <include location="../../icons/icons.qrc" />
252  </resources>
253  <connections>
254   <connection>
255    <sender>actionQuit</sender>
256    <signal>triggered()</signal>
257    <receiver>MainWin</receiver>
258    <slot>close()</slot>
259    <hints>
260     <hint type="sourcelabel" >
261      <x>-1</x>
262      <y>-1</y>
263     </hint>
264     <hint type="destinationlabel" >
265      <x>399</x>
266      <y>299</y>
267     </hint>
268    </hints>
269   </connection>
270  </connections>
271 </ui>