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