gprevot

Results 2 issues of gprevot

I have found a problem of recursivity in the guidata code (version '1.7.6') when using DataSet instances with two or more ChoiceItem instances that have associated callbacks. This is due...

I have a problem when launching an ImageWindow with the following code: from guiqwt.plot import ImageWindow from guidata import qapplication _app = qapplication() win = ImageWindow(toolbar=True, options={"show_contrast":True,"show_xsection":True}) win.show() _app.exec_() This...