9e25be8de6a3e244db036e7567d337aaf32aa71c
[quassel.git] / gui / 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>
18      <hsizetype>7</hsizetype>
19      <vsizetype>7</vsizetype>
20      <horstretch>0</horstretch>
21      <verstretch>0</verstretch>
22     </sizepolicy>
23    </property>
24    <layout class="QVBoxLayout" >
25     <property name="margin" >
26      <number>9</number>
27     </property>
28     <property name="spacing" >
29      <number>6</number>
30     </property>
31     <item>
32      <widget class="BufferWidget" native="1" name="bufferWidget" />
33     </item>
34    </layout>
35   </widget>
36   <widget class="QMenuBar" name="menubar" >
37    <property name="geometry" >
38     <rect>
39      <x>0</x>
40      <y>0</y>
41      <width>800</width>
42      <height>28</height>
43     </rect>
44    </property>
45    <widget class="QMenu" name="menuConnection" >
46     <property name="title" >
47      <string>Connection</string>
48     </property>
49     <addaction name="actionNetworkList" />
50     <addaction name="actionQuickConnect" />
51     <addaction name="separator" />
52     <addaction name="actionDisconnect" />
53     <addaction name="actionReconnect" />
54     <addaction name="separator" />
55     <addaction name="actionJoinChannel" />
56     <addaction name="separator" />
57     <addaction name="actionSetAwayGlobally" />
58     <addaction name="separator" />
59     <addaction name="actionQuit" />
60    </widget>
61    <widget class="QMenu" name="menuSettings" >
62     <property name="title" >
63      <string>Settings</string>
64     </property>
65     <addaction name="separator" />
66     <addaction name="actionEditIdentities" />
67     <addaction name="separator" />
68     <addaction name="separator" />
69     <addaction name="actionSettingsDlg" />
70    </widget>
71    <widget class="QMenu" name="menuViews" >
72     <property name="title" >
73      <string>Views</string>
74     </property>
75     <addaction name="actionManageViews" />
76     <addaction name="separator" />
77    </widget>
78    <widget class="QMenu" name="menuHelp" >
79     <property name="title" >
80      <string>Help</string>
81     </property>
82     <addaction name="actionAboutQuassel" />
83     <addaction name="actionAboutQt" />
84    </widget>
85    <addaction name="menuConnection" />
86    <addaction name="menuViews" />
87    <addaction name="menuSettings" />
88    <addaction name="menuHelp" />
89   </widget>
90   <widget class="QStatusBar" name="statusbar" />
91   <action name="actionNetworkList" >
92    <property name="text" >
93     <string>&amp;Network List...</string>
94    </property>
95    <property name="shortcut" >
96     <string>F2</string>
97    </property>
98   </action>
99   <action name="actionQuickConnect" >
100    <property name="enabled" >
101     <bool>false</bool>
102    </property>
103    <property name="text" >
104     <string>Quick &amp;Connect...</string>
105    </property>
106   </action>
107   <action name="actionDisconnect" >
108    <property name="enabled" >
109     <bool>false</bool>
110    </property>
111    <property name="text" >
112     <string>Disconnect</string>
113    </property>
114   </action>
115   <action name="actionReconnect" >
116    <property name="enabled" >
117     <bool>false</bool>
118    </property>
119    <property name="text" >
120     <string>Reconnect</string>
121    </property>
122   </action>
123   <action name="actionJoinChannel" >
124    <property name="enabled" >
125     <bool>false</bool>
126    </property>
127    <property name="text" >
128     <string>Join Channel...</string>
129    </property>
130   </action>
131   <action name="actionSetAwayGlobally" >
132    <property name="enabled" >
133     <bool>false</bool>
134    </property>
135    <property name="text" >
136     <string>Set Away globally</string>
137    </property>
138   </action>
139   <action name="actionQuit" >
140    <property name="text" >
141     <string>Quit...</string>
142    </property>
143   </action>
144   <action name="actionEditIdentities" >
145    <property name="text" >
146     <string>Edit Identities...</string>
147    </property>
148   </action>
149   <action name="actionSettingsDlg" >
150    <property name="text" >
151     <string>Configure Quassel...</string>
152    </property>
153    <property name="shortcut" >
154     <string>F7</string>
155    </property>
156   </action>
157   <action name="actionManageViews" >
158    <property name="enabled" >
159     <bool>false</bool>
160    </property>
161    <property name="text" >
162     <string>Manage Views...</string>
163    </property>
164   </action>
165   <action name="actionAboutQt" >
166    <property name="text" >
167     <string>About Qt...</string>
168    </property>
169   </action>
170   <action name="actionAboutQuassel" >
171    <property name="text" >
172     <string>About Quassel IRC...</string>
173    </property>
174   </action>
175  </widget>
176  <customwidgets>
177   <customwidget>
178    <class>BufferWidget</class>
179    <extends>QWidget</extends>
180    <header>bufferwidget.h</header>
181   </customwidget>
182  </customwidgets>
183  <resources/>
184  <connections>
185   <connection>
186    <sender>actionQuit</sender>
187    <signal>triggered()</signal>
188    <receiver>MainWin</receiver>
189    <slot>close()</slot>
190    <hints>
191     <hint type="sourcelabel" >
192      <x>-1</x>
193      <y>-1</y>
194     </hint>
195     <hint type="destinationlabel" >
196      <x>399</x>
197      <y>299</y>
198     </hint>
199    </hints>
200   </connection>
201  </connections>
202 </ui>