Ignore:
Timestamp:
Mar 8, 2010, 12:52:58 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.6.2 sources.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/corelib/kernel/qcoreevent.cpp

    r561 r651  
    11/****************************************************************************
    22**
    3 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
     3** Copyright (C) 20 Nokia Corporation and/or its subsidiary(-ies).
    44** All rights reserved.
    55** Contact: Nokia Corporation ([email protected])
     
    108108    \value ApplicationPaletteChange         The default application palette has changed.
    109109    \value ApplicationWindowIconChange      The application's icon has changed.
    110     \value CloseSoftwareInputPanel          A widget wants to close the software input panel (SIP).
    111110    \value ChildAdded                       An object gets a child (QChildEvent).
    112111    \value ChildInserted                    An object gets a child (QChildEvent). Qt3Support only, use ChildAdded instead.
     
    115114    \value Clipboard                        The clipboard contents have changed (QClipboardEvent).
    116115    \value Close                            Widget was closed (QCloseEvent).
     116
    117117    \value ContentsRectChange               The margins of the widget's content rect changed.
    118118    \value ContextMenu                      Context popup menu (QContextMenuEvent).
     
    134134    \value GrabMouse                        Item gains mouse grab (QGraphicsItem only).
    135135    \value GraphicsSceneContextMenu         Context popup menu over a graphics scene (QGraphicsSceneContextMenuEvent).
    136     \value GraphicsSceneDragEnter           The cursor enters a graphics scene during a drag and drop operation.
    137     \value GraphicsSceneDragLeave           The cursor leaves a graphics scene during a drag and drop operation.
    138     \value GraphicsSceneDragMove            A drag and drop operation is in progress over a scene.
    139     \value GraphicsSceneDrop                A drag and drop operation is completed over a scene.
     136    \value GraphicsSceneDragEnter           The cursor enters a graphics scene during a drag and drop operation.
     137    \value GraphicsSceneDragLeave           The cursor leaves a graphics scene during a drag and drop operation.
     138    \value GraphicsSceneDragMove            A drag and drop operation is in progress over a scene.
     139    \value GraphicsSceneDrop                A drag and drop operation is completed over a scene.
    140140    \value GraphicsSceneHelp                The user requests help for a graphics scene (QHelpEvent).
    141141    \value GraphicsSceneHoverEnter          The mouse cursor enters a hover item in a graphics scene (QGraphicsSceneHoverEvent).
Note: See TracChangeset for help on using the changeset viewer.