Pyqt programming question

Phil Thompson phil at riverbankcomputing.co.uk
Thu Apr 12 05:48:46 EDT 2007


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



More information about the Python-list mailing list