##// END OF EJS Templates
Refactors layout...
Refactors layout * adds sizeHints to layout managers * adds sizeHiint to axes * adds "..." wraping to titles * adds title for axes * adds "..." wraping to legend markers * adds logic for layouting axes vs legend vs plotArea * renames minimumMargins to margin * marings size is always keept * legend takes contentMargins into consideration during layout * charts takes contentMargins into consideration during layout * adds "..." wraping to chartvaleaxisY * adds logic to resize plotArea during scale and scroll

File last commit:

r1440:3525e4e5ffa3
r1965:8d7d66e44a18
Show More
plugins.pri
16 lines | 423 B | text/plain | TextLexer
!include( ../config.pri ) {
error( "Couldn't find the config.pri file!" )
}
TEMPLATE = lib
CONFIG+= plugin
DESTDIR = $$CHART_BUILD_PLUGIN_DIR
OBJECTS_DIR = $$CHART_BUILD_DIR/plugins/$$TARGET
MOC_DIR = $$CHART_BUILD_DIR/plugins/$$TARGET
UI_DIR = $$CHART_BUILD_DIR/plugins/$$TARGET
RCC_DIR = $$CHART_BUILD_DIR/plugins/$$TARGET
# staticlib config causes problems when building executables
staticlib: CONFIG-=staticlib