##// END OF EJS Templates
Refactors barchart axis hadnling...
Refactors barchart axis hadnling * renames some layout members * temporary axis handling via domain * changes layout to make categories between ticks

File last commit:

r559:203a4d82feb2
r679:2f2494d0880e
Show More
gdpbarchart.pro
14 lines | 326 B | text/idl | PrologLexer
!include( ../examples.pri ) {
error( "Couldn't find the examples.pri file!" )
}
QT+= sql
TARGET = gdpbarchart
SOURCES += main.cpp\
widget.cpp
HEADERS += widget.h
!mac {
# TODO: QMAKE_POST_LINK does not work on mac; how to copy the data file?
QMAKE_POST_LINK += $$QMAKE_COPY gdpData $$CHART_BUILD_BIN_DIR
}