On Sep 6, 3:54 am, Niklasro wrote:
> Hello
> Making a GUI, could you recommend tkinter or any other proposal?
> Thanks
Your message referred to a GUI *builder*, whereas
tkinter is a GUI *toolkit* (that is, a collection of
widgets). A GUI builder is an application that allows
one to make GUI apps
On Sep 6, 3:54 am, Niklasro wrote:
> Hello
> Making a GUI, could you recommend tkinter or any other proposal?
> Thanks
Your message referred to a GUI *builder*, whereas
tkinter is a GUI *toolkit* (that is, a collection of
widgets). A builder is an application that allows
one to make GUI apps mor
On Sep 6, 3:54 am, Niklasro wrote:
> Hello
> Making a GUI, could you recommend tkinter or any other proposal?
> Thanks
Your message referred to a GUI *builder*, whereas tkinter is a GUI
*toolkit*
(that is, a collection of widgets). A builder is an application that
allows you
to make GUI apps mor
Niklasro wrote:
> Hello
> Making a GUI, could you recommend tkinter or any other proposal?
QT Designer from Nokia, I can run my GUI programs both on my desktop and on my
cellphone without modifications.
--
//Aho
--
http://mail.python.org/mailman/listinfo/python-list
Hello,
There are really three you can choose from if you are serious about
making GUI applications. PyQt as already suggested. wxPython and pyGTK.
Tkinter is good in my opinion if you are making smaller gui based programs.
PyQt has an extensive number of additional features, including netwo
On 6 sep, 09:54, Niklasro wrote:
> Hello
> Making a GUI, could you recommend tkinter or any other proposal?
> Thanks
Hi,
I am considering to learn Qt, which is a multi-platform widget
liberary and a RAD IDE...,
basically for C++ programing but there is a binding called PyQt for
python.
Good luc