diff options
author | Ken Moore <ken@ixsystems.com> | 2019-01-26 09:29:36 -0500 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2019-01-26 09:29:36 -0500 |
commit | cbbf4f13808da13c146b371d439eb760453ce6da (patch) | |
tree | 4ea29eee643f1b799c9c849b3e8695325b1e3bf2 /src-qt5/desktop-utils/lumina-screenshot/MainUI.h | |
parent | Make the minimum size of the page buttons larger in the lthemeengine UI. (diff) | |
download | lumina-cbbf4f13808da13c146b371d439eb760453ce6da.tar.gz lumina-cbbf4f13808da13c146b371d439eb760453ce6da.tar.bz2 lumina-cbbf4f13808da13c146b371d439eb760453ce6da.zip |
Fix up the minimum size of the shortcut buttons.
Also add statusbar text for copying the image to the clipboard
Diffstat (limited to 'src-qt5/desktop-utils/lumina-screenshot/MainUI.h')
-rw-r--r-- | src-qt5/desktop-utils/lumina-screenshot/MainUI.h | 5 |
1 files changed, 3 insertions, 2 deletions
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); |