Changeset 79b9a53 in confclerk_git
- Timestamp:
- 06/21/11 22:52:23 (12 years ago)
- Branches:
- master, qt5
- Children:
- cfe9990
- Parents:
- b90f02a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gui/mainwindow.ui
rb90f02a r79b9a53 105 105 <y>0</y> 106 106 <width>903</width> 107 <height>2 5</height>107 <height>23</height> 108 108 </rect> 109 109 </property> … … 115 115 <addaction name="aboutAction"/> 116 116 <addaction name="conferencesAction"/> 117 <addaction name="quitAction"/> 117 118 </widget> 118 119 <addaction name="menuMenu"/> … … 146 147 </property> 147 148 </action> 149 <action name="quitAction"> 150 <property name="text"> 151 <string>&Quit</string> 152 </property> 153 </action> 148 154 </widget> 149 155 <customwidgets> … … 182 188 <include location="../icons.qrc"/> 183 189 </resources> 184 <connections/> 190 <connections> 191 <connection> 192 <sender>quitAction</sender> 193 <signal>triggered()</signal> 194 <receiver>MainWindow</receiver> 195 <slot>close()</slot> 196 <hints> 197 <hint type="sourcelabel"> 198 <x>-1</x> 199 <y>-1</y> 200 </hint> 201 <hint type="destinationlabel"> 202 <x>451</x> 203 <y>248</y> 204 </hint> 205 </hints> 206 </connection> 207 </connections> 185 208 </ui>
Note: See TracChangeset
for help on using the changeset viewer.