class KPageModel |
|
A base class for a model used by KPageView.
This class is an abstract base class which must be used to implement custom models for KPageView. Additional to the the standard Qt.ItemDataRoles it provides the two roles
which are used to return a header string for a page and a QWidget pointer to the page itself. Example:\n
KPageView *view = new KPageView( this ); KPageModel *model = new MyPageModel( this );
See also KPageView
Author Tobias Koenig |
|
Constructs a page model with the given parent. |
|
|
A string to be rendered as page header.
HeaderRole | - Qt::UserRole+1 | - | ||
WidgetRole | - | - |