equal
deleted
inserted
replaced
46 QT_BEGIN_NAMESPACE |
46 QT_BEGIN_NAMESPACE |
47 |
47 |
48 /*! |
48 /*! |
49 \qmlclass FocusScope QDeclarativeFocusScope |
49 \qmlclass FocusScope QDeclarativeFocusScope |
50 \since 4.7 |
50 \since 4.7 |
|
51 \ingroup qml-basic-interaction-elements |
|
52 |
51 \brief The FocusScope object explicitly creates a focus scope. |
53 \brief The FocusScope object explicitly creates a focus scope. |
52 \inherits Item |
54 \inherits Item |
53 |
55 |
54 Focus scopes assist in keyboard focus handling when building reusable QML |
56 Focus scopes assist in keyboard focus handling when building reusable QML |
55 components. All the details are covered in the |
57 components. All the details are covered in the |
56 \l {qmlfocus}{keyboard focus documentation}. |
58 \l {qmlfocus}{keyboard focus documentation}. |
57 |
59 |
58 \sa {declarative/keyinteraction/focus}{Keyboard focus example} |
60 \sa {declarative/keyinteraction/focus}{Keyboard focus example} |
59 */ |
|
60 |
|
61 /*! |
|
62 \internal |
|
63 \class QDeclarativeFocusScope |
|
64 */ |
61 */ |
65 |
62 |
66 QDeclarativeFocusScope::QDeclarativeFocusScope(QDeclarativeItem *parent) : |
63 QDeclarativeFocusScope::QDeclarativeFocusScope(QDeclarativeItem *parent) : |
67 QDeclarativeItem(parent) |
64 QDeclarativeItem(parent) |
68 { |
65 { |