Microfluidics.IndividualSubtractorDialog#
IndividualSubtractorDialog.py
Copyright (c) 2019-2021, SAXS Team, KEK-PF
- class IndividualSubtractorDialog(parent)#
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.
- buttonbox()#
add standard button box.
override if you do not want the standard buttons
- generate_pattern(in_folder1, name_pattern1, in_folder2, name_pattern2, out_folder)#
- is_busy()#
- on_entry_in_folder(in_folder, in_files, name_pattern, num_files)#
- on_entry_out_folder()#
- show()#
- subtract()#