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
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
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