Make selections in bufferviews (mostly) synchronous again.
[quassel.git] / src / qtgui / 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 vsizetype="Expanding" hsizetype="Expanding" >
18      <horstretch>0</horstretch>
19      <verstretch>0</verstretch>
20     </sizepolicy>
21    </property>
22    <layout class="QVBoxLayout" >
23     <property name="spacing" >
24      <number>6</number>
25     </property>
26     <property name="leftMargin" >
27      <number>9</number>
28     </property>
29     <property name="topMargin" >
30      <number>9</number>
31     </property>
32     <property name="rightMargin" >
33      <number>9</number>
34     </property>
35     <property name="bottomMargin" >
36      <number>9</number>
37     </property>
38     <item>
39      <widget class="BufferWidget" native="1" name="bufferWidget" />
40     </item>
41    </layout>
42   </widget>
43   <widget class="QMenuBar" name="menubar" >
44    <property name="geometry" >
45     <rect>
46      <x>0</x>
47      <y>0</y>
48      <width>800</width>
49      <height>28</height>
50     </rect>
51    </property>
52    <widget class="QMenu" name="menuConnection" >
53     <property name="title" >
54      <string>Connection</string>
55     </property>
56     <addaction name="actionNetworkList" />
57     <addaction name="actionQuickConnect" />
58     <addaction name="separator" />
59     <addaction name="actionDisconnect" />
60     <addaction name="actionReconnect" />
61     <addaction name="separator" />
62     <addaction name="actionJoinChannel" />
63     <addaction name="separator" />
64     <addaction name="actionSetAwayGlobally" />
65     <addaction name="separator" />
66     <addaction name="actionQuit" />
67    </widget>
68    <widget class="QMenu" name="menuSettings" >
69     <property name="title" >
70      <string>Settings</string>
71     </property>
72     <addaction name="separator" />
73     <addaction name="actionEditIdentities" />
74     <addaction name="separator" />
75     <addaction name="separator" />
76     <addaction name="actionSettingsDlg" />
77    </widget>
78    <widget class="QMenu" name="menuViews" >
79     <property name="title" >
80      <string>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>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>Debug</string>
95     </property>
96     <addaction name="actionImportBacklog" />
97    </widget>
98    <addaction name="menuConnection" />
99    <addaction name="menuViews" />
100    <addaction name="menuSettings" />
101    <addaction name="menuHelp" />
102    <addaction name="menuDebug" />
103   </widget>
104   <widget class="QStatusBar" name="statusbar" />
105   <action name="actionNetworkList" >
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   </action>
145   <action name="actionSetAwayGlobally" >
146    <property name="enabled" >
147     <bool>false</bool>
148    </property>
149    <property name="text" >
150     <string>Set Away globally</string>
151    </property>
152   </action>
153   <action name="actionQuit" >
154    <property name="text" >
155     <string>Quit...</string>
156    </property>
157   </action>
158   <action name="actionEditIdentities" >
159    <property name="text" >
160     <string>Edit Identities...</string>
161    </property>
162   </action>
163   <action name="actionSettingsDlg" >
164    <property name="text" >
165     <string>Configure Quassel...</string>
166    </property>
167    <property name="shortcut" >
168     <string>F7</string>
169    </property>
170   </action>
171   <action name="actionManageViews" >
172    <property name="enabled" >
173     <bool>false</bool>
174    </property>
175    <property name="text" >
176     <string>Manage Views...</string>
177    </property>
178   </action>
179   <action name="actionAboutQt" >
180    <property name="text" >
181     <string>About Qt...</string>
182    </property>
183   </action>
184   <action name="actionAboutQuassel" >
185    <property name="text" >
186     <string>About Quassel IRC...</string>
187    </property>
188   </action>
189   <action name="actionImportBacklog" >
190    <property name="text" >
191     <string>Import Backlog</string>
192    </property>
193   </action>
194  </widget>
195  <customwidgets>
196   <customwidget>
197    <class>BufferWidget</class>
198    <extends>QWidget</extends>
199    <header>bufferwidget.h</header>
200   </customwidget>
201  </customwidgets>
202  <resources/>
203  <connections>
204   <connection>
205    <sender>actionQuit</sender>
206    <signal>triggered()</signal>
207    <receiver>MainWin</receiver>
208    <slot>close()</slot>
209    <hints>
210     <hint type="sourcelabel" >
211      <x>-1</x>
212      <y>-1</y>
213     </hint>
214     <hint type="destinationlabel" >
215      <x>399</x>
216      <y>299</y>
217     </hint>
218    </hints>
219   </connection>
220  </connections>
221 </ui>