##// END OF EJS Templates
Merge branch 'master' of https://git.it.local/repos/QtCommercialDevel-13049/charts Conflicts: example/example.pro

File last commit:

r198:d1d1af3adb63
r207:1bc0eafcd96e merge
Show More
multichart.pro
21 lines | 316 B | text/idl | PrologLexer
Tero Ahola
Added example with multiple chart views
r198 !include( ../../common.pri ) {
error( "Couldn't find the common.pri file!" )
}
!include( ../../integrated.pri ) {
error( "Couldn't find the integrated.pri file !")
}
QT += core gui
TARGET = multichart
TEMPLATE = app
SOURCES += main.cpp \
multichartwidget.cpp
HEADERS += \
multichartwidget.h