Module:
sdynpy.fileio.sdynpy_escdfSource: GitHub
Parent:
PyQt5.QtWidgets.QDialogParent:
PyQt5.QtWidgets.QWidgetParent:
PyQt5.QtCore.QObjectParent:
sip.wrapperParent:
PyQt5.QtGui.QPaintDeviceParent:
sip.simplewrapper
Signature¶
class sdynpy.fileio.sdynpy_escdf.ESCDFSettingDialog(data_type, initial_value, message, parent=None)QDialog(parent: Optional[QWidget] = None, flags: Union[Qt.WindowFlags, Qt.WindowType] = Qt.WindowFlags())
Methods¶
| Name | Summary |
|---|---|
__init__ | Initialize self. See help(type(self)) for accurate signature. |
get_input_value | Retrieve the value from the input widget. |
get_value | Static method to create the dialog, show it, and return the value if OK is pressed. Returns None if Cancel is pressed. |
__init__¶
Source: GitHub
def sdynpy.fileio.sdynpy_escdf.ESCDFSettingDialog.__init__(self, data_type, initial_value, message, parent=None)Initialize self. See help(type(self)) for accurate signature.
get_input_value¶
Source: GitHub
def sdynpy.fileio.sdynpy_escdf.ESCDFSettingDialog.get_input_value(self)Retrieve the value from the input widget.
get_value¶
Source: GitHub
def sdynpy.fileio.sdynpy_escdf.ESCDFSettingDialog.get_value(data_type, initial_value, message, parent=None)Static method to create the dialog, show it, and return the value if OK is pressed. Returns None if Cancel is pressed.