uic.output
Interface MultiPanelInterface

All Known Implementing Classes:
OldQWizard, QSplitter, QTabWidget, QTabWidget, QWizard

public interface MultiPanelInterface

Interface for multi panel widgets like QWizard or QTabwidget.

Author:
Stefan Rotman (rotman@rotman.net)

Method Summary
 String addPanel(int index)
          On panels which can have multiple panels we add each 'child' seperately, this method is called and the plugin is expected to create a new container for that child.
 

Method Detail

addPanel

public String addPanel(int index)
On panels which can have multiple panels we add each 'child' seperately, this method is called and the plugin is expected to create a new container for that child. For a QTabWidget each call will add a new tab, and return the (generated) name on which the widgets can be placed.

Parameters:
index - A zero based index on which child will be added.
Returns:
name of the (empty) child container.


Copyright © 2002,2003 Thomas Zander Available under the Free Apache licence