Pyqt programming question

Marcpp marcpp at gmail.com
Thu Apr 12 06:51:44 EDT 2007


On 12 abr, 12:34, Phil Thompson <p... at riverbankcomputing.co.uk> wrote:
> On Thursday 12 April 2007 11:07 am, Marcpp wrote:
>
> > On 12 abr, 11:48, Phil Thompson <p... at riverbankcomputing.co.uk> wrote:
> > > On Thursday 12 April 2007 10:23 am, Marcpp wrote:
> > > > I have a program (python + pyqt), with a button I'll would to open a
> > > > new dialog window to input text, when press save or ok, this text is
> > > > returned to the principal program.
> > > > I've seek in internet but i don't find anything.
>
> > > Use QInputDialog.getText()
>
> > > Phil
>
> > I can't do it, have you any example?
>
> Look at the standarddialogs.py example that it included with PyQt.
>
> Phil

I've need a personal dialog, not a standard.
Thank you.




More information about the Python-list mailing list