From c60091d291cf50d10ef989f877d98311c51247d0 Mon Sep 17 00:00:00 2001 From: Giorgos Tsiapaliwkas Date: Wed, 2 Nov 2011 03:27:11 +0200 Subject: [PATCH] Add documentation for Page.qml --- .../plasmacomponents/qml/Page.qml | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/declarativeimports/plasmacomponents/qml/Page.qml b/declarativeimports/plasmacomponents/qml/Page.qml index e3abcf743..1b120854f 100644 --- a/declarativeimports/plasmacomponents/qml/Page.qml +++ b/declarativeimports/plasmacomponents/qml/Page.qml @@ -38,6 +38,31 @@ ** ****************************************************************************/ +/**Documentanted API +Inherits: + Item + +Imports: + QtQuick 1.1 + everything in the same dir which are version 0.1 + +Description: + TODO i need more info here + + +Properties: + int status: PageStatus.Inactive + + PageStack pageStack: + + int orientationLock: + Sets the orientation for the Page + + Item tools: + The default value is true. + TODO needs info + **/ + import QtQuick 1.1 import "." 0.1