##// END OF EJS Templates
Adds opacity to shades
Adds opacity to shades

File last commit:

r101:5389336c8e0d
r188:81d9e3777fdd
Show More
percentbarchart.pro
17 lines | 300 B | text/idl | PrologLexer
!include( ../../common.pri ) {
error( "Couldn't find the common.pri file!" )
}
!include( ../../integrated.pri ) {
error( "Couldn't find the integrated.pri file !")
}
TARGET = percentbarchart
TEMPLATE = app
QT += core gui
SOURCES += main.cpp \
chartwidget.cpp
HEADERS += \
chartwidget.h