<x>0</x>
<y>0</y>
<width>903</width>
- <height>25</height>
+ <height>23</height>
</rect>
</property>
<widget class="QMenu" name="menuMenu">
<addaction name="settingsAction"/>
<addaction name="aboutAction"/>
<addaction name="conferencesAction"/>
+ <addaction name="quitAction"/>
</widget>
<addaction name="menuMenu"/>
</widget>
<string>Conferences</string>
</property>
</action>
+ <action name="quitAction">
+ <property name="text">
+ <string>&Quit</string>
+ </property>
+ </action>
</widget>
<customwidgets>
<customwidget>
<resources>
<include location="../icons.qrc"/>
</resources>
- <connections/>
+ <connections>
+ <connection>
+ <sender>quitAction</sender>
+ <signal>triggered()</signal>
+ <receiver>MainWindow</receiver>
+ <slot>close()</slot>
+ <hints>
+ <hint type="sourcelabel">
+ <x>-1</x>
+ <y>-1</y>
+ </hint>
+ <hint type="destinationlabel">
+ <x>451</x>
+ <y>248</y>
+ </hint>
+ </hints>
+ </connection>
+ </connections>
</ui>