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