PanelDescriptionWizard¶
-
class
PanelDescriptionWizard(parent=None, designMode=False, gui=None, extraWidgets=None)[source]¶ Bases:
PyQt4.QtGui.QWizard,taurus.qt.qtgui.base.taurusbase.TaurusBaseWidgetA wizard-style dialog for configuring a new TaurusGui panel. Use
getDialog()for launching it-
static
getDialog(parent, extraWidgets=None)[source]¶ 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
-
static