>Something like this?
>
> self.upgfile = QFileDialog.getOpenFileName(\
> None,
> self.trUtf8("Select the UPG file"),
> self.upgfile,
> self.trUtf8("*.upg"),
> None)
>
>>> Thanks but indeed I would like to embed a QFileDialg in a pesronnal Dialog with a TextEdit just upon the QFileDialog. Is it possible ?
_______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
