27;ve started looking at Tkinter, and PyGTK but I don't want to get
> too deep without knowing if they'll work for me. Do either of these
> toolkits provide the ability to create custom widgets? Is there
> something else I should be looking at instead? I'm not concerned wit
to get
too deep without knowing if they'll work for me. Do either of these
toolkits provide the ability to create custom widgets? Is there
something else I should be looking at instead? I'm not concerned with
cross platform compatibility, I just want to use something that will
be readily availab
Hi all.
I'm creating a new widget class using Tkinter (class inherited form
Tkinter.Frame). This class creates a bunch of other widgets inside it
that can be "gridded" either horizontally or vertically. I would like
to provide the user of the class an option to change this layout on the
fly, using
Hi
I am trying to add a QwtPlot widget to Qt Designer. I have both PyQwt
and
libqwt installed.
I first tried to add a Custom Widget from /usr/include/qwt/qwt_plot.h as
QwtPlot. But I do not know what slot to add. If I add the widget so
created, and double click on it, I am asked