gprevot
Results
2
issues of
gprevot
Problem of recursivity when using callbacks with several ChoiceItem instances in a DataSet instance
1
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...