Re: [Licq-devel] Qt/KDE GUI problem

2005-04-14 Thread Arne Schmitz
Am Donnerstag, 14. April 2005 22:43 schrieb Kevin Krammer: > Unfortunately the filedialog isn't at least positioned at the given > directory, nor does the user get any warning, because the check in > UserSendFileEvent::sendButton just checks the line edit and it isn't empty. Excellent! Have been a

Re: [Licq-devel] Qt/KDE GUI problem

2005-04-14 Thread Kevin Krammer
On Thursday 14 April 2005 22:43, Kevin Krammer wrote: > Potential patch: > void UserSendFileEvent::setFile(const QString& file, const QString& > description) > { > - edtItem->setText(file); > - setText(description); > + QFileInfo fileinfo(file); > + if (fileinfo.exists() && fileinfo.isReada

[Licq-devel] Qt/KDE GUI problem

2005-04-14 Thread Kevin Krammer
Hi! While testing the DCOP interface I found a problem with the file transfer request dialog: When the file is set by the dialog creator, i.e. mainwin.cpp, either in the method where the DCOP call is processed or where a file information is taken from clipboard, the file ends up in the dialogs