Re: Custom widgets

2008-02-04 Thread Diez B. Roggisch
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

Custom widgets

2008-02-04 Thread Whiplash
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

creating custom options for custom widgets?

2006-03-22 Thread Alexandre Guimond
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

Adding custom widgets to Qt Designer

2005-08-08 Thread Madhusudan Singh
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