##// END OF EJS Templates
Make pie fit better inside its given rectangle. Label texts still go outside. Needs a bit more work...
Make pie fit better inside its given rectangle. Label texts still go outside. Needs a bit more work...

File last commit:

r253:4b7800e71dd7
r289:46889b1144e0
Show More
gdpbarchart.pro
10 lines | 233 B | text/idl | PrologLexer
Michal Klocek
Examples build setup cleanup
r252 !include( ../example.pri ) {
error( "Couldn't find the example.pri file!" )
Marek Rosa
Initial commit for gdpBarChart example.
r205 }
Michal Klocek
Examples build setup cleanup
r252 QT+= sql
Marek Rosa
Initial commit for gdpBarChart example.
r205 TARGET = gdpbarchart
SOURCES += main.cpp\
widget.cpp
HEADERS += widget.h
Michal Klocek
Fix copy gdbdata file on windows
r253 QMAKE_POST_LINK += $$QMAKE_COPY gdpData $$CHART_BUILD_BIN_DIR