##// END OF EJS Templates
Fix crash with boxplottertester brush...
Fix crash with boxplottertester brush The test sets the brush for the second set in the first series. It is checked that the set exists before setting the brush for it. Change-Id: Id677ab781953bf7cc789f316d92c137873d4f624 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>

File last commit:

r1947:a62b3bfbefaa
r2635:d3155254bba4
Show More
resources.qrc
18 lines | 858 B | text/plain | TextLexer
Tero Ahola
Refactored QML axis handling
r1813 <RCC>
<qresource prefix="/">
<file>qml/qmlchartaxis/main.qml</file>
<file>qml/qmlchartaxis/Button.qml</file>
Tero Ahola
Fixed a bug in setting axes dynamically via QML API
r1947 <file>qml/qmlchartaxis/DefaultAxes.qml</file>
<file>qml/qmlchartaxis/DefaultAxesRevert.qml</file>
<file>qml/qmlchartaxis/UserDefined.qml</file>
<file>qml/qmlchartaxis/UserDefinedRevert.qml</file>
<file>qml/qmlchartaxis/ChartAxes.qml</file>
<file>qml/qmlchartaxis/ChartAxesRevert.qml</file>
<file>qml/qmlchartaxis/ConfiguringDynamically.qml</file>
<file>qml/qmlchartaxis/SeriesSpecificDynamic.qml</file>
<file>qml/qmlchartaxis/CreatingDynamically.qml</file>
<file>qml/qmlchartaxis/SwitchingDynamically.qml</file>
<file>qml/qmlchartaxis/DefaultAndUserDefined.qml</file>
<file>qml/qmlchartaxis/Legacy.qml</file>
Tero Ahola
Refactored QML axis handling
r1813 </qresource>
</RCC>