Changeset 651 for trunk/src/corelib/global/qnamespace.qdoc
- Timestamp:
- Mar 8, 2010, 12:52:58 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.6.2 (added) merged: 650 /branches/vendor/nokia/qt/current merged: 649 /branches/vendor/nokia/qt/4.6.1 removed
- Property svn:mergeinfo changed
-
trunk/src/corelib/global/qnamespace.qdoc
r561 r651 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 20 09Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 20 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation ([email protected]) … … 135 135 shown in any menus unless specifically set by the 136 136 QAction::iconVisibleInMenu property. 137 138 137 Menus that are currently open or menus already created in the native 139 138 Mac OS X menubar \e{may not} pick up a change in this attribute. Changes … … 526 525 if the emitter and receiver are in different threads. 527 526 528 \value DirectConnection 527 \value DirectConnection 529 528 The slot is invoked immediately, when the signal is 530 529 emitted. 531 530 532 \value QueuedConnection 531 \value QueuedConnection 533 532 The slot is invoked when control returns to the event loop 534 533 of the receiver's thread. The slot is executed in the … … 1244 1243 \value WA_TouchPadAcceptSingleTouchEvents Allows touchpad single 1245 1244 touch events to be sent to the widget. 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1246 1256 1247 1257 \omitvalue WA_SetLayoutDirection
Note:
See TracChangeset
for help on using the changeset viewer.