summaryrefslogtreecommitdiffstats
path: root/src/plugins/styles/bb10style/bb10style.pro
diff options
context:
space:
mode:
authorRafael Roquetto <rafael.roquetto.qnx@kdab.com>2015-09-21 14:54:00 +0000
committerLouai Al-Khanji <louai.al-khanji@theqtcompany.com>2015-11-19 15:43:53 +0000
commit986a5262e3e753958a6ec9058eb7332d44a9065f (patch)
tree5c097e240cafb439ab10fd0127180ccaeaad9676 /src/plugins/styles/bb10style/bb10style.pro
parent3d93fb077109e2190ca5f2c7ad04a46768ccad50 (diff)
Add QPixmapStyle class
The QPixmapStyle class provides a mechanism for implementing pixmap based QStyles, using the same concept introduced by the BorderImage QML component. The bb10style plugin in qtstyleplugins uses this class and is currently the only user. Change-Id: Ibfa2104e95ba6a91e89a6277baa97a7fc9edaec2 Done-with: Louai Al-Khanji <louai.al-khanji@theqtcompany.com> Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@theqtcompany.com>
Diffstat (limited to 'src/plugins/styles/bb10style/bb10style.pro')
-rw-r--r--src/plugins/styles/bb10style/bb10style.pro2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/styles/bb10style/bb10style.pro b/src/plugins/styles/bb10style/bb10style.pro
index ad35df6de7..7cee788031 100644
--- a/src/plugins/styles/bb10style/bb10style.pro
+++ b/src/plugins/styles/bb10style/bb10style.pro
@@ -9,13 +9,11 @@ INCLUDEPATH += $$PWD
QT += widgets
HEADERS += \
- qpixmapstyle.h \
qbb10brightstyle.h \
qbb10darkstyle.h \
qbb10styleplugin.h
SOURCES += \
- qpixmapstyle.cpp \
qbb10brightstyle.cpp \
qbb10darkstyle.cpp \
qbb10styleplugin.cpp