##// END OF EJS Templates
Fix shades for log and category axes....
Fix shades for log and category axes. Partial spans at the chart edges are now shaded properly. Task-number: QTRD-1940 Change-Id: Ibe03a2b9638ccb16d9c8c9bc7f2a0f924a7115d4 Reviewed-by: Titta Heikkala <titta.heikkala@theqtcompany.com>

File last commit:

r2712:c544258484ff
r2721:cc2d0eaf2462
Show More
designer.pro
19 lines | 332 B | text/idl | PrologLexer
CONFIG += plugin
TEMPLATE = lib
TARGET = qtchartsdesigner
QT += charts
QT += designer
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
INCLUDEPATH += ../../../include
HEADERS = $$PWD/qchartsplugin.h
SOURCES = $$PWD/qchartsplugin.cpp
RESOURCES = $$PWD/qchartsplugin.qrc
target.path = $$[QT_INSTALL_PLUGINS]/designer
INSTALLS += target