Bases: PyQt4.QtGui.QDialog
The TaurusInputDialog class provides a simple convenience dialog to get a single value from the user.
Returns the taurus.qt.qtgui.panel.TaurusInputPanel.
Returns: | the internal panel |
---|---|
Return type: | taurus.qt.qtgui.panel.TaurusInputPanel |
Returns the value selected by the user.
Returns: | the value selected by the user |
---|