]> ToastFreeware Gitweb - toast/confclerk.git/blobdiff - src/gui/mainwindow.ui
The '%' character doesn't have to be escaped anymore.
[toast/confclerk.git] / src / gui / mainwindow.ui
index d914ee987cb6aa54a3bc41f8d69b51d3a63d0ae9..59740020e4ee21e3bb90feb3050cd9b4727da5a2 100644 (file)
@@ -17,7 +17,7 @@
    </size>
   </property>
   <property name="windowTitle">
-   <string>FOSDEM Schedule</string>
+   <string>ConfClerk</string>
   </property>
   <widget class="QWidget" name="centralwidget">
    <layout class="QGridLayout" name="gridLayout">
      <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>
    </property>
   </action>
   <action name="settingsAction">
-   <property name="icon">
-    <iconset resource="../icons.qrc">
-     <normaloff>:/icons/settings.png</normaloff>:/icons/settings.png</iconset>
-   </property>
    <property name="text">
     <string>Settings</string>
    </property>
   </action>
   <action name="aboutAction">
-   <property name="icon">
-    <iconset resource="../icons.qrc">
-     <normaloff>:/icons/info.png</normaloff>:/icons/info.png</iconset>
-   </property>
    <property name="text">
     <string>About</string>
    </property>
     <string>Conferences</string>
    </property>
   </action>
+  <action name="quitAction">
+   <property name="text">
+    <string>&amp;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>