##// END OF EJS Templates
Common naming convention for barcharts
Common naming convention for barcharts

File last commit:

r101:5389336c8e0d
r231:da9e6c0e9029
Show More
percentbarchart.pro
17 lines | 300 B | text/idl | PrologLexer
sauimone
percent bar chart
r101 !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