##// END OF EJS Templates
Adjust various margins and paddings....
Adjust various margins and paddings. The text items have been changed to use QGraphicsTextItem bounding rects instead of calculating dimensions using QFontMetrics. It seems that QGraphicsTextItem boundingRect involves a lot more of a margin than QFontMetrics provided. To compensate, various margins and paddings have been adjusted lower. Change-Id: Idebf939f5dd804fb96daeaea4bbf1b45f4f02908 Reviewed-by: Mika Salmela <mika.salmela@digia.com>

File last commit:

r2398:1e18d6a3f6b0
r2569:f4eaee212ddc
Show More
chartviewer.pro
8 lines | 250 B | text/idl | PrologLexer
Marek Rosa
ChartViewer moved to tests
r2398 !include( ../tests.pri ):error( "Couldn't find the demos.pri file!" )
Michal Klocek
Adds charts to chartsviewer
r1753 include(charts/charts.pri)
Michal Klocek
Adds chartviewer demo
r1746 TARGET = chartviewer
QT += opengl
Michal Klocek
Compilation fix on windows
r1757 INCLUDEPATH += .
Michal Klocek
Refactor charviewer...
r2127 SOURCES += main.cpp window.cpp view.cpp grid.cpp
HEADERS += window.h view.h charts.h model.h grid.h
Michal Klocek
Adds charts to chartsviewer
r1753