##// END OF EJS Templates
Added few properties to QAbstractAxis. Some are still missing. Its needs to be decided how the Brush and Pen should be supported
Added few properties to QAbstractAxis. Some are still missing. Its needs to be decided how the Brush and Pen should be supported

File last commit:

r2132:45eed4d8b56a
r2203:edb022f7374a
Show More
tests.pro
17 lines | 348 B | text/idl | PrologLexer
Michal Klocek
Adds missing includes for pro files
r1003 !include( ../config.pri ) {
error( "Couldn't find the config.pri file!" )
}
Michal Klocek
Add test to common build
r34 TEMPLATE = subdirs
Michal Klocek
Block compilation of chartwidgettest, fixes tomorrow
r752 SUBDIRS += \
Marek Rosa
Added check for openGL support
r1951 auto \
Tero Ahola
Refactored QML axis handling
r1813 qmlchartproperties \
ferdek
Simple UI testing added using mago(LDTP):...
r2132 qmlchartaxis \
uitest
Marek Rosa
Wavechart example and designer plugin disabled on arm due to include problem
r1680
Marek Rosa
Added check for openGL support
r1951 contains(QT_CONFIG, opengl) {
SUBDIRS += chartwidgettest \
wavechart
} else {
message("OpenGL not available. Some test apps are disabled")
Marek Rosa
Wavechart example and designer plugin disabled on arm due to include problem
r1680 }