
Properties | |
alias | bottomPadding |
alias | contentItem |
alias | flickable |
alias | leftPadding |
alias | refreshing |
alias | rightPadding |
alias | supportsRefreshing |
alias | topPadding |
![]() | |
alias | actions |
Item | background |
int | bottomPadding |
alias | contentData |
alias | contextualActions |
Flickable | flickable |
alias | leftAction |
int | leftPadding |
alias | mainAction |
alias | rightAction |
int | rightPadding |
string | title |
int | topPadding |
Additional Inherited Members | |
![]() | |
void | backRequested (var event) |
Detailed Description
ScrollablePage is a container for all the app pages: everything pushed to the ApplicationWindow stackView should be a Page or ScrollablePage instabnce.
This Page subclass is for content that has to be scrolled around, such as bigger content than the screen that would normally go in a Flickable or a ListView. Scrolling and scrolling indicators will be automatically managed
Definition at line 60 of file ScrollablePage.qml.
Property Documentation
alias org::kde::kirigami::ScrollablePage::bottomPadding |
bottomPadding: int default contents padding at bottom
Definition at line 107 of file ScrollablePage.qml.
alias org::kde::kirigami::ScrollablePage::contentItem |
The main content Item of this page.
In the case of a ListView or GridView, both contentItem and flickable will be a pointer to the ListView (or GridView)
- Remarks
- This is the default property
Definition at line 87 of file ScrollablePage.qml.
alias org::kde::kirigami::ScrollablePage::flickable |
flickable: Flickable The main Flickable item of this page
Definition at line 80 of file ScrollablePage.qml.
alias org::kde::kirigami::ScrollablePage::leftPadding |
leftPadding: int default contents padding at left
Definition at line 92 of file ScrollablePage.qml.
alias org::kde::kirigami::ScrollablePage::refreshing |
refreshing: bool If true the list is asking for refresh and will show a loading spinner.
it will automatically be set to true when the user pulls down enough the list. This signals the application logic to start its refresh procedure. The application itself will have to set back this property to false when done.
Definition at line 69 of file ScrollablePage.qml.
alias org::kde::kirigami::ScrollablePage::rightPadding |
rightPadding: int default contents padding at right
Definition at line 102 of file ScrollablePage.qml.
alias org::kde::kirigami::ScrollablePage::supportsRefreshing |
supportsRefreshing: bool If true the list supports the "pull down to refresh" behavior.
default is false.
Definition at line 75 of file ScrollablePage.qml.
alias org::kde::kirigami::ScrollablePage::topPadding |
topPadding: int default contents padding at top
Definition at line 97 of file ScrollablePage.qml.
The documentation for this class was generated from the following file:
Documentation copyright © 1996-2017 The KDE developers.
Generated on Fri Feb 17 2017 11:09:23 by doxygen 1.8.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.