Closed GoogleCodeExporter closed 9 years ago
The dialog box generated by guidata when calling the 'edit' (or 'view') method
is a modal dialog box because the form contents are truly stored in the dataset
object only when the OK button is pressed.
If you want to interact with another widget, like a Matplotlib figure, you need
to use something like the example here:
http://code.google.com/p/guidata/source/browse/guidata/tests/editgroupbox.py
In other words, you need to integrate a guidata widget in a dialog box (or main
window). And in the same dialog box (or main window), you will have to embed a
Matplotlib widget (see the Matplotlib example 'embedding_in_qt4.py').
...or you may choose to use guiqwt which already integrate all those features
without having to write anything. See for example:
http://packages.python.org/guiqwt/examples.html#simple-application
Original comment by pierre.raybaut
on 7 Nov 2012 at 9:55
Original issue reported on code.google.com by
Dek...@gmail.com
on 24 May 2012 at 5:26