summaryrefslogtreecommitdiffstats
path: root/src/gui/styles/qwindowsvistastyle_p.h
diff options
context:
space:
mode:
authorJens Bache-Wiig <jbache@trolltech.com>2009-09-03 14:42:47 (GMT)
committerJens Bache-Wiig <jbache@trolltech.com>2009-09-09 13:14:18 (GMT)
commit0963768ba79b6304c27c9ea293c71824e77a64ef (patch)
treea749e7afb0c2fca96e19d35e98491724af04c446 /src/gui/styles/qwindowsvistastyle_p.h
parent7c33e0f95789af1f6c091db89581f8a26b10682d (diff)
downloadQt-0963768ba79b6304c27c9ea293c71824e77a64ef.zip
Qt-0963768ba79b6304c27c9ea293c71824e77a64ef.tar.gz
Qt-0963768ba79b6304c27c9ea293c71824e77a64ef.tar.bz2
Make itemviews use gradient selection on Vista by default
We postponed this in 4.3 when the vista style was introduced since a lot of microsoft apps still used the legacy style and microsoft did not enable it by default. It has been reported as bugs a few times and it seems increasingly odd that we are not using the more modern look and feel when we can. Instead of only enabling it for QTreeView, we now only disable it for QTableView as the look still cannot be used to span vertical cells. Task-number: QTBUG-3746 Reviewed-by: prasanth
Diffstat (limited to 'src/gui/styles/qwindowsvistastyle_p.h')
-rw-r--r--src/gui/styles/qwindowsvistastyle_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/styles/qwindowsvistastyle_p.h b/src/gui/styles/qwindowsvistastyle_p.h
index d4170aa..e9bbb77 100644
--- a/src/gui/styles/qwindowsvistastyle_p.h
+++ b/src/gui/styles/qwindowsvistastyle_p.h
@@ -84,6 +84,7 @@
#include <qinputdialog.h>
#include <qtreeview.h>
#include <qlistview.h>
+#include <qtableview.h>
#include <qbasictimer.h>
#include <qcommandlinkbutton.h>