~zsombi/ubuntu-ui-toolkit/textarea-in-listitem-empty

« back to all changes in this revision

Viewing changes to modules/Ubuntu/Components/PageTreeNode.qml

  • Committer: Tarmac
  • Author(s): tpeeters
  • Date: 2013-04-05 11:52:07 UTC
  • mfrom: (405.2.19 doc-mainview)
  • Revision ID: tarmac-20130405115207-ee0yl5uf273nose7
Improve documentation for header and toolbar:
* Simplify Toolbars demo in component showcase using Tabs.
* Simplify Tabs demo in component showcase to match the new documentation
* Update MainView documentation
* Update Page documentation
* Update PageStack documentation
* Mark Tab.iconSource as deprecated in documentation (new tabs don't have icons)
* Update Tabs documentation
* Document ToolbarActions. Fixes: https://bugs.launchpad.net/bugs/1122856, https://bugs.launchpad.net/bugs/1124266, https://bugs.launchpad.net/bugs/1161399.

Approved by PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
    \qmltype PageTreeNode
22
22
    \inqmlmodule Ubuntu.Components 0.1
23
23
    \ingroup ubuntu
 
24
    \brief The common parent of \l Page, \l MainView, \l PageStack and \l Tabs.
 
25
 
 
26
    It is used to propagate properties such as \l header and \l toolbar from a
 
27
    \l MainView (the root node) to each \l Page (leaf node) in the tree.
24
28
*/
25
29
Item {
26
30
    id: node
31
35
     */
32
36
    property bool __isPageTreeNode: true
33
37
 
 
38
    /*! \internal */
34
39
    onParentChanged: internal.updatePageTree()
 
40
    /*! \internal */
35
41
    Component.onCompleted: internal.updatePageTree()
36
42
 
37
43
    /*!