Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

sdynpy.fileio.sdynpy_escdf.ESCDFSettingDialog

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

NameSummary
__init__Initialize self. See help(type(self)) for accurate signature.
get_input_valueRetrieve the value from the input widget.
get_valueStatic method to create the dialog, show it, and return the value if OK is pressed. Returns None if Cancel is pressed.

__init__

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

def sdynpy.fileio.sdynpy_escdf.ESCDFSettingDialog.get_input_value(self)

Retrieve the value from the input widget.

get_value

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.