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