Changeset 9f7666d for src/gui/mainwindow.ui
- Timestamp:
- 01/18/10 08:59:24 (13 years ago)
- Branches:
- master, qt5
- Children:
- 8035cef
- Parents:
- 67c59a7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gui/mainwindow.ui
r67c59a7 r9f7666d 79 79 <y>0</y> 80 80 <width>534</width> 81 <height>2 2</height>81 <height>26</height> 82 82 </rect> 83 83 </property> … … 87 87 </property> 88 88 <addaction name="actionImportSchedule" /> 89 <addaction name="actionQuit" /> 89 90 </widget> 90 91 <widget class="QMenu" name="menuAbout" > … … 114 115 </property> 115 116 </action> 117 <action name="actionQuit" > 118 <property name="text" > 119 <string>Quit</string> 120 </property> 121 </action> 116 122 </widget> 117 123 <customwidgets> … … 129 135 </customwidgets> 130 136 <resources/> 131 <connections/> 137 <connections> 138 <connection> 139 <sender>actionQuit</sender> 140 <signal>triggered()</signal> 141 <receiver>MainWindow</receiver> 142 <slot>close()</slot> 143 <hints> 144 <hint type="sourcelabel" > 145 <x>-1</x> 146 <y>-1</y> 147 </hint> 148 <hint type="destinationlabel" > 149 <x>266</x> 150 <y>187</y> 151 </hint> 152 </hints> 153 </connection> 154 </connections> 132 155 </ui>
Note: See TracChangeset
for help on using the changeset viewer.