QT->XML->Pmw->GUI

Giorgi Lekishvili gleki at gol.ge
Mon Jul 1 06:59:58 EDT 2002


PyQT, as well as wxPython are both nice, but Tk+Pmw remain de facto standard...

Boudewijn Rempt wrote:

> Giorgi Lekishvili wrote:
>
> > Hi all!
> >
> > As we surely know, an excellent GUI builder, QT designer primarily
> > produces XML-based UI file.
> >
> > My question is:
> >
> > -Is there any available script in Python transforming the .ui file in
> > Tk+Pmw based .py file? And if not, what do you think, would it be
> > meaningful to make such a script? E.g., sort of uip compiler along with
> > the uic compiler...
> >
>
> It wouldn't be really useful, unless you can find an accurate replacement
> for all the Qt widgets,

This doesn't seem a big problem.

> and could find a way to translate the included
> signal/slot connections to something Tkinter could use

That would be really uneasy...


> . And with the current
> version, you can even include Python code in the ui files, if you want to.
>
> There's, of course, already pyuic, which generates Python code that uses
> PyQt...
>

Thank you  for the answer.

Giorgi

> --
> Boudewijn Rempt | http://www.valdyas.org




More information about the Python-list mailing list