src/declarative/graphicsitems/qdeclarativefocuspanel.cpp
changeset 37 758a864f9613
parent 30 5dc02b23752f
equal deleted inserted replaced
36:ef0373b55136 37:758a864f9613
    49 QT_BEGIN_NAMESPACE
    49 QT_BEGIN_NAMESPACE
    50 
    50 
    51 /*!
    51 /*!
    52    \qmlclass FocusPanel QDeclarativeFocusPanel
    52    \qmlclass FocusPanel QDeclarativeFocusPanel
    53     \since 4.7
    53     \since 4.7
       
    54     \ingroup qml-basic-interaction-elements
       
    55 
    54    \brief The FocusPanel item explicitly creates a focus panel.
    56    \brief The FocusPanel item explicitly creates a focus panel.
    55    \inherits Item
    57    \inherits Item
    56 
    58 
    57     Focus panels assist in keyboard focus handling when building QML
    59     Focus panels assist in keyboard focus handling when building QML
    58     applications.  All the details are covered in the 
    60     applications.  All the details are covered in the 
    59     \l {qmlfocus}{keyboard focus documentation}.
    61     \l {qmlfocus}{keyboard focus documentation}.
    60 */
       
    61 
       
    62 /*!
       
    63     \internal
       
    64     \class QDeclarativeFocusPanel
       
    65 */
    62 */
    66 
    63 
    67 QDeclarativeFocusPanel::QDeclarativeFocusPanel(QDeclarativeItem *parent) :
    64 QDeclarativeFocusPanel::QDeclarativeFocusPanel(QDeclarativeItem *parent) :
    68     QDeclarativeItem(parent)
    65     QDeclarativeItem(parent)
    69 {
    66 {