Add documentation for Page.qml

This commit is contained in:
Giorgos Tsiapaliwkas 2011-11-02 03:27:11 +02:00
parent 363de3d2b3
commit c60091d291

View File

@ -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