src/declarative/graphicsitems/qdeclarativelayoutitem.cpp
changeset 37 758a864f9613
parent 33 3e2da88830cd
equal deleted inserted replaced
36:ef0373b55136 37:758a864f9613
    47 
    47 
    48 QT_BEGIN_NAMESPACE
    48 QT_BEGIN_NAMESPACE
    49 
    49 
    50 /*!
    50 /*!
    51     \qmlclass LayoutItem QDeclarativeLayoutItem
    51     \qmlclass LayoutItem QDeclarativeLayoutItem
       
    52     \ingroup qml-utility-elements
    52     \since 4.7
    53     \since 4.7
    53     \brief The LayoutItem element allows declarative UI elements to be placed inside Qt's Graphics View layouts.
    54     \brief The LayoutItem element allows declarative UI elements to be placed inside Qt's Graphics View layouts.
    54 
    55 
    55     LayoutItem is a variant of \l Item with additional size hint properties. These properties provide the size hints
    56     LayoutItem is a variant of \l Item with additional size hint properties. These properties provide the size hints
    56     necessary for items to work in conjunction with Qt \l{Graphics View Framework}{Graphics View} layout classes
    57     necessary for items to work in conjunction with Qt \l{Graphics View Framework}{Graphics View} layout classes
    61 
    62 
    62     The \l{declarative/cppextensions/qgraphicslayouts/layoutitem}{LayoutItem example}
    63     The \l{declarative/cppextensions/qgraphicslayouts/layoutitem}{LayoutItem example}
    63     demonstrates how a LayoutItem can be used within a \l{Graphics View Framework}{Graphics View}
    64     demonstrates how a LayoutItem can be used within a \l{Graphics View Framework}{Graphics View}
    64     scene.
    65     scene.
    65 */
    66 */
    66 
       
    67 /*!
       
    68     \internal
       
    69     \class QDeclarativeLayoutItem
       
    70     \brief The QDeclarativeLayoutItem class allows you to place your QML UI elements inside Qt's Graphics View layouts.
       
    71 */
       
    72 
       
    73 
    67 
    74 /*!
    68 /*!
    75     \qmlproperty QSizeF LayoutItem::maximumSize
    69     \qmlproperty QSizeF LayoutItem::maximumSize
    76 
    70 
    77     The maximumSize property can be set to specify the maximum desired size of this LayoutItem
    71     The maximumSize property can be set to specify the maximum desired size of this LayoutItem