[PyKDE] QFileDialog.getOpenFileName
John J. Lee
jjl at pobox.com
Fri May 31 22:44:00 BST 2002
On Wed, 29 May 2002, Thierry Jouve wrote:
[...]
> apparently, the QFileDialog.getOpenFileName method can't be called with
> keywords arguments ??? Is it normal ??? It seems to work without
> keywords....
IIRC, this is generally true of all of PyQt: no keyword arguments. As I
guess you know, PyQt tries to follow the C++ interface as closely as
possible, and of course C++ doesn't have keyword args.
John
More information about the PyQt
mailing list