csc.view.FileDialogManager

class csc.view.FileDialogManager

FileDialogManager class

__init__(*args, **kwargs)

Methods

__init__(*args, **kwargs)

show_folder_dialog(self, arg0, arg1)

show_open_file_dialog(self, title, path, ...)

show_save_file_dialog(self, title, path, ...)

__annotations__ = {}
__init__(*args, **kwargs)
__module__ = 'csc.view'
show_folder_dialog(self: csc.view.FileDialogManager, arg0: str, arg1: function) None
show_open_file_dialog(self: csc.view.FileDialogManager, title: str, path: str, filters: List[str], handler: function) None
show_save_file_dialog(self: csc.view.FileDialogManager, title: str, path: str, filters: List[str], handler: function) None