From cbbf4f13808da13c146b371d439eb760453ce6da Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Sat, 26 Jan 2019 09:29:36 -0500 Subject: Fix up the minimum size of the shortcut buttons. Also add statusbar text for copying the image to the clipboard --- src-qt5/desktop-utils/lumina-screenshot/MainUI.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src-qt5/desktop-utils/lumina-screenshot/MainUI.h') diff --git a/src-qt5/desktop-utils/lumina-screenshot/MainUI.h b/src-qt5/desktop-utils/lumina-screenshot/MainUI.h index cd78dc3c..5ac0eb28 100644 --- a/src-qt5/desktop-utils/lumina-screenshot/MainUI.h +++ b/src-qt5/desktop-utils/lumina-screenshot/MainUI.h @@ -61,7 +61,8 @@ private: QRect pointsToRect(QPoint pt1, QPoint pt2); - QShortcut *quitShortcut, *openShortcut; + QShortcut *quitShortcut, *openShortcut; + void showSBMessage(QString msg, int secs); private slots: //Button Slots @@ -85,7 +86,7 @@ private slots: bool getWindow(); //set the "cwin" variable as appropriate void getPixmap(); //set the "cpic" variable to the new screenshot - void quitShortcut_activated(); + void quitShortcut_activated(); protected: void mousePressEvent(QMouseEvent *ev); -- cgit