equal
deleted
inserted
replaced
46 |
46 |
47 QT_BEGIN_NAMESPACE |
47 QT_BEGIN_NAMESPACE |
48 |
48 |
49 /*! |
49 /*! |
50 \qmlclass Package QDeclarativePackage |
50 \qmlclass Package QDeclarativePackage |
|
51 \ingroup qml-working-with-data |
51 \brief Package provides a collection of named items. |
52 \brief Package provides a collection of named items. |
52 |
53 |
53 The Package class is used in conjunction with |
54 The Package class is used in conjunction with |
54 VisualDataModel to enable delegates with a shared context |
55 VisualDataModel to enable delegates with a shared context |
55 to be provided to multiple views. |
56 to be provided to multiple views. |