MCPcopy Index your code
hub / github.com/rawpython/remi / menu_open_clicked

Method menu_open_clicked

examples/pil_app.py:112–119  ·  view source on GitHub ↗
(self, widget)

Source from the content-addressed store, hash-verified

110 return self.mainContainer
111
112 def menu_open_clicked(self, widget):
113 self.fileselectionDialog = gui.FileSelectionDialog('File Selection Dialog', 'Select an image file', False, '.')
114 self.fileselectionDialog.confirm_value.do(
115 self.on_image_file_selected)
116 self.fileselectionDialog.cancel_dialog.do(
117 self.on_dialog_cancel)
118 # here is shown the dialog as root widget
119 self.fileselectionDialog.show(self)
120
121 def menu_save_clicked(self, widget):
122 pass

Callers

nothing calls this directly

Calls 2

doMethod · 0.45
showMethod · 0.45

Tested by

no test coverage detected