##// END OF EJS Templates
Added size hint for the widget
Added size hint for the widget

File last commit:

r19:b231f8e5fa43
r29:1f6ecd9d10e9
Show More
chartwidgettest.pro
33 lines | 444 B | text/idl | PrologLexer
Tero Ahola
New features like chart type to the test app
r5 TARGET = chartwidgettest
TEMPLATE = app
QT += core gui
contains(QT_MAJOR_VERSION, 5) {
QT += widgets
}
CONFIG += charts
OBJECTS_DIR = tmp
MOC_DIR = tmp
SOURCES += main.cpp \
Tero Ahola
Drafting scatter type plotting...
r8 mainwidget.cpp \
Tero Ahola
Started to refactor the API to allow integrating different plot types
r19 # qscatterseries.cpp \
# qseriespointgraphicsitem.cpp \
dataseriedialog.cpp
Tero Ahola
New features like chart type to the test app
r5
HEADERS += \
Tero Ahola
Drafting scatter type plotting...
r8 mainwidget.h \
Tero Ahola
Started to refactor the API to allow integrating different plot types
r19 # qscatterseries.h \
# qseriespointgraphicsitem.h \
dataseriedialog.h
Tero Ahola
Scatter data point now shown using a picture
r13
Tero Ahola
Drafting scatter type plotting...
r8
Tero Ahola
New features like chart type to the test app
r5