38 setAcceptDrops(
true );
82 if ( event->mimeData()->hasUrls() )
84 QFileInfo
file( event->mimeData()->urls().first().toLocalFile() );
88 path =
file.filePath();
100 if ( !filePath.isEmpty() )
102 event->acceptProposedAction();
129 if ( !filePath.isEmpty() )
133 setFocus( Qt::MouseFocusReason );
134 event->acceptProposedAction();
154 p.setPen( QPen( palette().highlight(), width ) );
155 QRect r = rect().adjusted( width, width, -width, -width );