taurus taurus

Previous topic

MacroBroker

Next topic

TaurusGui

This Page

PanelDescriptionWizard

Inheritance diagram of PanelDescriptionWizard

class PanelDescriptionWizard(parent=None, gui=None)

Bases: PyQt4.QtGui.QWizard

A wizard-style dialog for configuring a new TaurusGui panel. Use getDialog() for launching it

static getDialog(parent)

Static method for launching a new Dialog.

Parameters:parent – parent widget for the new dialog
Return type::class:~`tuple` <:class:~`PanelDescription`, :class:~`bool`>
Returns:tuple of a description object and a state flag. The state is True if the dialog was accepted and False otherwise
getGui()

returns a reference to the GUI to which the dialog is associated

getPanelDescription()

Returns the panel description with the choices made so far

Return type::class:~`PanelDescription`
Returns:the panel description
setPanelDescription(desc)

Sets the Panel description

Parameters:desc (:class:~`PanelDescription`) –