Merged changes from branch "sput" r50:55 back into trunk.
[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   <widget class="QMenuBar" name="menubar" >
17    <property name="geometry" >
18     <rect>
19      <x>0</x>
20      <y>0</y>
21      <width>800</width>
22      <height>32</height>
23     </rect>
24    </property>
25    <widget class="QMenu" name="menuConnection" >
26     <property name="title" >
27      <string>Connection</string>
28     </property>
29     <addaction name="actionNetworkList" />
30     <addaction name="actionQuickConnect" />
31     <addaction name="separator" />
32     <addaction name="actionDisconnect" />
33     <addaction name="actionReconnect" />
34     <addaction name="separator" />
35     <addaction name="actionJoinChannel" />
36     <addaction name="separator" />
37     <addaction name="actionSetAwayGlobally" />
38     <addaction name="separator" />
39     <addaction name="actionQuit" />
40    </widget>
41    <widget class="QMenu" name="menuViews" >
42     <property name="title" >
43      <string>Views</string>
44     </property>
45    </widget>
46    <widget class="QMenu" name="menuSettings" >
47     <property name="title" >
48      <string>Settings</string>
49     </property>
50     <addaction name="separator" />
51     <addaction name="actionEditIdentities" />
52     <addaction name="separator" />
53     <addaction name="separator" />
54     <addaction name="actionSettingsDlg" />
55    </widget>
56    <widget class="QMenu" name="menuHelp" >
57     <property name="title" >
58      <string>Help</string>
59     </property>
60    </widget>
61    <addaction name="menuConnection" />
62    <addaction name="menuViews" />
63    <addaction name="menuSettings" />
64    <addaction name="menuHelp" />
65   </widget>
66   <widget class="QStatusBar" name="statusbar" />
67   <action name="actionNetworkList" >
68    <property name="text" >
69     <string>&amp;Network List...</string>
70    </property>
71    <property name="shortcut" >
72     <string>F2</string>
73    </property>
74   </action>
75   <action name="actionQuickConnect" >
76    <property name="enabled" >
77     <bool>false</bool>
78    </property>
79    <property name="text" >
80     <string>Quick &amp;Connect...</string>
81    </property>
82   </action>
83   <action name="actionDisconnect" >
84    <property name="enabled" >
85     <bool>false</bool>
86    </property>
87    <property name="text" >
88     <string>Disconnect</string>
89    </property>
90   </action>
91   <action name="actionReconnect" >
92    <property name="enabled" >
93     <bool>false</bool>
94    </property>
95    <property name="text" >
96     <string>Reconnect</string>
97    </property>
98   </action>
99   <action name="actionJoinChannel" >
100    <property name="enabled" >
101     <bool>false</bool>
102    </property>
103    <property name="text" >
104     <string>Join Channel...</string>
105    </property>
106   </action>
107   <action name="actionSetAwayGlobally" >
108    <property name="enabled" >
109     <bool>false</bool>
110    </property>
111    <property name="text" >
112     <string>Set Away globally</string>
113    </property>
114   </action>
115   <action name="actionQuit" >
116    <property name="text" >
117     <string>Quit...</string>
118    </property>
119   </action>
120   <action name="actionEditIdentities" >
121    <property name="text" >
122     <string>Edit Identities...</string>
123    </property>
124   </action>
125   <action name="actionSettingsDlg" >
126    <property name="text" >
127     <string>Configure Quassel...</string>
128    </property>
129    <property name="shortcut" >
130     <string>F7</string>
131    </property>
132   </action>
133  </widget>
134  <resources/>
135  <connections>
136   <connection>
137    <sender>actionQuit</sender>
138    <signal>triggered()</signal>
139    <receiver>MainWin</receiver>
140    <slot>close()</slot>
141    <hints>
142     <hint type="sourcelabel" >
143      <x>-1</x>
144      <y>-1</y>
145     </hint>
146     <hint type="destinationlabel" >
147      <x>399</x>
148      <y>299</y>
149     </hint>
150    </hints>
151   </connection>
152  </connections>
153 </ui>