class CollectionPropertiesPageabstract |
|
|
Creates a new collection properties page.
parent - The parent widget. |
|
Checks if this page can actually handle the given collection.
Returns true if the collection can be handled, false otherwise The default implementation returns always true. When false is returned this page is not shown in the properties dialog. |
|
Loads the page content from the given collection.
collection - The collection to load. |
|
Returns the page title. |
|
Saves page content to the given collection.
collection - Reference to the collection to save to. |
|
Sets the page title.
title - Translated, preferrably short tab title. |