Am Donnerstag, 1. März 2007 08:13 schrieb Tony Cappellini:
> When I set the breakpoint in the debugger, I had inadvertently set it
> on this line
> FileDialog = QFileDialog()
>
> I really wanted to set the breakpoint on
> the getOpenFileNames() call.
>
> However, I've FOUND the source of the
When I set the breakpoint in the debugger, I had inadvertently set it
on this line
FileDialog = QFileDialog()
I really wanted to set the breakpoint on
the getOpenFileNames() call.
However, I've FOUND the source of the unexplained delay,
it's the call to QFileDialog()/.
Why does this call t