Prob.QmmOptions#
QmmOptions.py
Copyright (c) 2020, SAXS Team, KEK-PF
- class QmmOptionsDialog(parent)#
Bases:
Dialog
Initialize a dialog.
- Parameters:
window (parent -- a parent)
title (title -- the dialog)
- apply()#
process the data
This method is called automatically to process the data, after the dialog is destroyed. By default, it does nothing.
- auto_denoise_rank_tracer(*args)#
- auto_n_components_tracer(*args)#
- body(bframe)#
create dialog body.
return widget that should have initial focus. This method should be overridden, and is called by the __init__ method.
- random_seed_fix_tracer(*args)#
- show()#
- validate()#
validate the data
This method is called automatically to validate the data before the dialog is destroyed. By default, it always validates OK.