##// 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:

r2068:1370cf739b4f
r2569:f4eaee212ddc
Show More
resources.qrc
31 lines | 1.7 KiB | text/plain | TextLexer
Tero Ahola
Added test app for testing QML properties
r1298 <RCC>
<qresource prefix="/">
<file>qml/qmlchartproperties/loader.qml</file>
<file>qml/qmlchartproperties/main.qml</file>
<file>qml/qmlchartproperties/Button.qml</file>
<file>qml/qmlchartproperties/PieChart.qml</file>
<file>qml/qmlchartproperties/PieEditor.qml</file>
<file>qml/qmlchartproperties/LineChart.qml</file>
<file>qml/qmlchartproperties/LineEditor.qml</file>
<file>qml/qmlchartproperties/SplineChart.qml</file>
<file>qml/qmlchartproperties/ScatterChart.qml</file>
<file>qml/qmlchartproperties/AreaChart.qml</file>
<file>qml/qmlchartproperties/BarChart.qml</file>
<file>qml/qmlchartproperties/BarEditor.qml</file>
Tero Ahola
Rest of the pie, bar, area and scatter properties to QML property tester
r1308 <file>qml/qmlchartproperties/ScatterEditor.qml</file>
<file>qml/qmlchartproperties/AreaEditor.qml</file>
Tero Ahola
Added stacked and percent bar series to QML api
r1318 <file>qml/qmlchartproperties/StackedBarChart.qml</file>
<file>qml/qmlchartproperties/PercentBarChart.qml</file>
Tero Ahola
Qml ChartView properties; legend to use Qt alignments
r1357 <file>qml/qmlchartproperties/Chart.qml</file>
<file>qml/qmlchartproperties/ChartEditor.qml</file>
Tero Ahola
QML font properties to chart properties test app
r1525 <file>qml/qmlchartproperties/FontEditor.qml</file>
Tero Ahola
Added horizontal bar series to qml tester
r1914 <file>qml/qmlchartproperties/HorizontalBarChart.qml</file>
<file>qml/qmlchartproperties/HorizontalPercentBarChart.qml</file>
<file>qml/qmlchartproperties/HorizontalStackedBarChart.qml</file>
Tero Ahola
Improving QML chart properties tester usability
r1930 <file>qml/qmlchartproperties/ChartEditorAxis.qml</file>
<file>qml/qmlchartproperties/ChartEditorLegend.qml</file>
<file>qml/qmlchartproperties/ChartEditorProperties.qml</file>
<file>qml/qmlchartproperties/ChartEditorTitle.qml</file>
Tero Ahola
QML ChartView signals seriesAdded and seriesRemoved
r2068 <file>qml/qmlchartproperties/ChartEditorSeries.qml</file>
Tero Ahola
Added test app for testing QML properties
r1298 </qresource>
</RCC>