class KPageWidget |
|
Page widget with many layouts (faces).
See also KPageView with hierarchical page model. Author Tobias Koenig (tokoe@kde.org) |
|
Creates a new page widget.
parent - The parent widget. |
|
|
Adds a new top level page to the widget.
widget - The widget of the page. name - The name which is displayed in the navigation view. Returns The associated See also KPageWidgetItem. |
|
Adds a new top level page to the widget.
item - The See also KPageWidgetItem which describes the page. |
|
Inserts a new sub page in the widget.
parent - The new page will be insert as child of this See also KPageWidgetItem. widget - The widget of the page. name - The name which is displayed in the navigation view. Returns The associated See also KPageWidgetItem. |
|
Inserts a new sub page in the widget.
parent - The new page will be insert as child of this See also KPageWidgetItem. item - The See also KPageWidgetItem which describes the page. |
|
Returns the
See also KPageWidgetItem for the current page or 0 if there is no current page. |
|
This signal is emitted whenever the current page has changed.
item - The new current page or 0 if no current page is available. |
|
Inserts a new page in the widget.
before - The new page will be insert before this See also KPageWidgetItem on the same level in hierarchy. widget - The widget of the page. name - The name which is displayed in the navigation view. Returns The associated See also KPageWidgetItem. |
|
Inserts a new page in the widget.
before - The new page will be insert before this See also KPageWidgetItem on the same level in hierarchy. item - The See also KPageWidgetItem which describes the page. |
|
This signal is emitted when a page is removed.
page - The page which is removed |
|
This signal is emitted whenever a checkable page changes its state. checked - is true when the page - is checked, or false if the page - is unchecked. |
|
Removes the page associated with the given
See also KPageWidgetItem. |
|
Sets the page which is associated with the given
See also KPageWidgetItem to be the current page and emits the currentPageChanged() signal. |