82c7e6e99ac9a7adef80ce1f5ffad321d84cf2c2
[quassel.git] / src / qtgui / 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>9</number>
28     </property>
29     <property name="topMargin" >
30      <number>9</number>
31     </property>
32     <property name="rightMargin" >
33      <number>9</number>
34     </property>
35     <property name="bottomMargin" >
36      <number>9</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     <widget class="QMenu" name="menuConnectCore" >
57      <property name="title" >
58       <string>Connect to Core</string>
59      </property>
60      <addaction name="actionInternal" />
61     </widget>
62     <addaction name="menuConnectCore" />
63     <addaction name="actionDisconnectCore" />
64     <addaction name="separator" />
65     <addaction name="actionNetworkList" />
66     <addaction name="actionQuickConnect" />
67     <addaction name="separator" />
68     <addaction name="actionDisconnect" />
69     <addaction name="actionReconnect" />
70     <addaction name="separator" />
71     <addaction name="actionJoinChannel" />
72     <addaction name="separator" />
73     <addaction name="actionSetAwayGlobally" />
74     <addaction name="separator" />
75     <addaction name="actionQuit" />
76    </widget>
77    <widget class="QMenu" name="menuSettings" >
78     <property name="title" >
79      <string>Settings</string>
80     </property>
81     <addaction name="separator" />
82     <addaction name="actionEditIdentities" />
83     <addaction name="separator" />
84     <addaction name="separator" />
85     <addaction name="actionSettingsDlg" />
86    </widget>
87    <widget class="QMenu" name="menuViews" >
88     <property name="title" >
89      <string>Views</string>
90     </property>
91     <addaction name="actionManageViews" />
92     <addaction name="separator" />
93    </widget>
94    <widget class="QMenu" name="menuHelp" >
95     <property name="title" >
96      <string>Help</string>
97     </property>
98     <addaction name="actionAboutQuassel" />
99     <addaction name="actionAboutQt" />
100    </widget>
101    <widget class="QMenu" name="menuDebug" >
102     <property name="title" >
103      <string>Debug</string>
104     </property>
105     <addaction name="actionImportBacklog" />
106    </widget>
107    <widget class="QMenu" name="menuCore" >
108     <property name="title" >
109      <string>Core</string>
110     </property>
111    </widget>
112    <addaction name="menuConnection" />
113    <addaction name="menuViews" />
114    <addaction name="menuCore" />
115    <addaction name="menuSettings" />
116    <addaction name="menuHelp" />
117    <addaction name="menuDebug" />
118   </widget>
119   <widget class="QStatusBar" name="statusbar" />
120   <action name="actionNetworkList" >
121    <property name="text" >
122     <string>&amp;Network List...</string>
123    </property>
124    <property name="shortcut" >
125     <string>F2</string>
126    </property>
127   </action>
128   <action name="actionQuickConnect" >
129    <property name="enabled" >
130     <bool>false</bool>
131    </property>
132    <property name="text" >
133     <string>Quick &amp;Connect...</string>
134    </property>
135   </action>
136   <action name="actionDisconnect" >
137    <property name="enabled" >
138     <bool>false</bool>
139    </property>
140    <property name="text" >
141     <string>Disconnect</string>
142    </property>
143   </action>
144   <action name="actionReconnect" >
145    <property name="enabled" >
146     <bool>false</bool>
147    </property>
148    <property name="text" >
149     <string>Reconnect</string>
150    </property>
151   </action>
152   <action name="actionJoinChannel" >
153    <property name="enabled" >
154     <bool>false</bool>
155    </property>
156    <property name="text" >
157     <string>Join Channel...</string>
158    </property>
159   </action>
160   <action name="actionSetAwayGlobally" >
161    <property name="enabled" >
162     <bool>false</bool>
163    </property>
164    <property name="text" >
165     <string>Set Away globally</string>
166    </property>
167   </action>
168   <action name="actionQuit" >
169    <property name="text" >
170     <string>Quit...</string>
171    </property>
172   </action>
173   <action name="actionEditIdentities" >
174    <property name="text" >
175     <string>Edit Identities...</string>
176    </property>
177   </action>
178   <action name="actionSettingsDlg" >
179    <property name="text" >
180     <string>Configure Quassel...</string>
181    </property>
182    <property name="shortcut" >
183     <string>F7</string>
184    </property>
185   </action>
186   <action name="actionManageViews" >
187    <property name="enabled" >
188     <bool>false</bool>
189    </property>
190    <property name="text" >
191     <string>Manage Views...</string>
192    </property>
193   </action>
194   <action name="actionAboutQt" >
195    <property name="text" >
196     <string>About Qt...</string>
197    </property>
198   </action>
199   <action name="actionAboutQuassel" >
200    <property name="text" >
201     <string>About Quassel IRC...</string>
202    </property>
203   </action>
204   <action name="actionImportBacklog" >
205    <property name="text" >
206     <string>Import Backlog</string>
207    </property>
208   </action>
209   <action name="actionConnect_to_Core" >
210    <property name="text" >
211     <string>Connect</string>
212    </property>
213   </action>
214   <action name="actionDisconnect_2" >
215    <property name="text" >
216     <string>Disconnect</string>
217    </property>
218   </action>
219   <action name="actionInternal" >
220    <property name="text" >
221     <string>Internal</string>
222    </property>
223   </action>
224   <action name="actionDisconnectCore" >
225    <property name="text" >
226     <string>Disconnect from Core</string>
227    </property>
228   </action>
229  </widget>
230  <customwidgets>
231   <customwidget>
232    <class>BufferWidget</class>
233    <extends>QWidget</extends>
234    <header>bufferwidget.h</header>
235   </customwidget>
236  </customwidgets>
237  <resources/>
238  <connections>
239   <connection>
240    <sender>actionQuit</sender>
241    <signal>triggered()</signal>
242    <receiver>MainWin</receiver>
243    <slot>close()</slot>
244    <hints>
245     <hint type="sourcelabel" >
246      <x>-1</x>
247      <y>-1</y>
248     </hint>
249     <hint type="destinationlabel" >
250      <x>399</x>
251      <y>299</y>
252     </hint>
253    </hints>
254   </connection>
255  </connections>
256 </ui>