pdf previews: set tooltip showing documents path

This commit is contained in:
Albert S. 2019-04-30 12:30:29 +02:00
parent b319edea15
commit 88a6152b52
1 changed files with 1 additions and 0 deletions

View File

@ -118,6 +118,7 @@ void MainWindow::pdfPreviewReceived(PdfPreview preview)
{
ClickLabel *label = new ClickLabel();
label->setPixmap(QPixmap::fromImage(preview.previewImage));
label->setToolTip(preview.documentPath);
ui->scrollAreaWidgetContents->layout()->addWidget(label);
connect(label, &ClickLabel::clicked,
[=]()