##// END OF EJS Templates
pure virtual getter for series to QLegendMarker. In some cases user don't need the derived pointer. This removes the need to cast to derived marker type
pure virtual getter for series to QLegendMarker. In some cases user don't need the derived pointer. This removes the need to cast to derived marker type

File last commit:

r2132:45eed4d8b56a
r2181:1afcc57c4e2f
Show More
uitest.pro
17 lines | 241 B | text/idl | PrologLexer
ferdek
Simple UI testing added using mago(LDTP):...
r2132 !include( ../tests.pri ) {
error( "Couldn't find the test.pri file!" )
}
QT += core gui
contains(QT_MAJOR_VERSION, 5) {
QT += widgets
}
TARGET = uitest
TEMPLATE = app
SOURCES += main.cpp\
widget.cpp
HEADERS += widget.h