summaryrefslogtreecommitdiffstats
path: root/qt-ui/groupedlineedit.cpp
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tomaz.canabrava@gmail.com>2015-08-06 11:57:06 -0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-08-15 05:00:30 -0700
commitb62cf45d59bc953ca074df4bdc2829bbff7010f5 (patch)
tree20b14e81bcf4eb48c4754a7d1085148f12b9f2d3 /qt-ui/groupedlineedit.cpp
parent25273a3912ab579f594b377b9b15d805d6e9c183 (diff)
downloadsubsurface-b62cf45d59bc953ca074df4bdc2829bbff7010f5.tar.gz
Change colors of stars if widget has focus
Some widgets on the main tab don't show any kind of focus indicator on some systems (like Mac), so it's a good thing to provide another way to show that they indeed have focus. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/groupedlineedit.cpp')
-rw-r--r--qt-ui/groupedlineedit.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/qt-ui/groupedlineedit.cpp b/qt-ui/groupedlineedit.cpp
index bc948060d..9ce5e175c 100644
--- a/qt-ui/groupedlineedit.cpp
+++ b/qt-ui/groupedlineedit.cpp
@@ -31,6 +31,10 @@
#include <QScrollBar>
#include <QTextBlock>
#include <QPainter>
+#include <QApplication>
+#include <QStyle>
+#include <QStyleOptionFocusRect>
+#include <QDebug>
struct GroupedLineEdit::Private {
struct Block {