Home
last modified time | relevance | path

Searched refs:lNotify (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/spectacle/spectacle-21.12.3/src/
H A DSpectacleCore.cpp418 KNotification *lNotify = new KNotification(QStringLiteral("newScreenshotSaved")); in doNotify() local
423lNotify->setTitle(i18nc("The entire screen area was captured, heading", "Full Screen Captured")); in doNotify()
426lNotify->setTitle(i18nc("The current screen was captured, heading", "Current Screen Captured")); in doNotify()
429lNotify->setTitle(i18nc("The active window was captured, heading", "Active Window Captured")); in doNotify()
448lNotify->setText(i18n("A screenshot was saved as '%1' to '%2'.", theSavedAt.fileName(), lSavePath)… in doNotify()
452 lNotify->setText(i18n("A screenshot was saved to your clipboard.")); in doNotify()
456lNotify->setText(i18n("A screenshot was saved as '%1' to '%2'.", theSavedAt.fileName(), lSavePath)… in doNotify()
460 lNotify->setUrls({theSavedAt}); in doNotify()
461 lNotify->setDefaultAction(i18nc("Open the screenshot we just saved", "Open")); in doNotify()
475 connect(lNotify, &QObject::destroyed, this, [this] { in doNotify()
[all …]