Prob.QmmMenu#

QmmMenu.py

Copyright (c) 2020, SAXS Team, KEK-PF

class App(parent, in_folder)#

Bases: Dialog

Initialize a dialog.

Parameters:
  • window (parent -- a parent)

  • title (title -- the dialog)

body(body_frame)#

create dialog body.

return widget that should have initial focus. This method should be overridden, and is called by the __init__ method.

get_it_ready_for_qmm()#
class MockAnalyzer#

Bases: object

class MockCurve#

Bases: object

get_major_peak_info()#
class MockSd#

Bases: object

get_xray_curve()#
class QmmMenu(parent, dialog, in_folder)#

Bases: Frame

Construct a frame widget with the parent MASTER.

Valid resource names: background, bd, bg, borderwidth, class, colormap, container, cursor, height, highlightbackground, highlightcolor, highlightthickness, relief, takefocus, visual, width.

config(**kwargs)#

Configure resources of a widget.

The values for resources are specified as keyword arguments. To get an overview about the allowed keyword arguments call the method keys.

prepare_denoise_rank(dialog)#

called from dialog(GuiMain) when ready

show_egh_qmm_dialog()#
show_emg_qmm_dialog()#
show_qmm_dialog(mm_type)#
show_qmm_options_dialog()#
show_qmm_window_setting_dialog()#