JKQtPlotter/lib
jkriege2 a67975e680 - major rework of graph styling (now using mix-in classes)
- some reorganizations into different files
- additional options for graph filling (color gradients, textures, ...) as provided by QBrush
- PREPARATIONS: added a general feature to JKQTPPlotElement which allows to show a graph in a highlighted state (if supported by the derived graph class!)
- JKQTPXYParametrizedScatterGraph: added functors to transform column values into symbol type+size and line-width to give even more control
- JKQTPStepHorizontalGraph has been renamed to JKQTPSpecialLineHorizontalGraph (vertical variants also) and have gained additional features (baseline for filling and drawing of symbols)
- filled curve graphs (e.g. JKQTPSpecialLineHorizontalGraph) are now merely a specializedly initialized JKQTPSpecialLineHorizontalGraph
2019-04-22 13:27:50 +02:00
..
jkqtfastplotter - added styling system for JKQTPlotter (+example app) 2019-02-09 12:43:12 +01:00
jkqtmathtext improvements to JKQtMathText when rendering non-XITS unicode fonts 2019-03-06 23:19:05 +01:00
jkqtplotter - major rework of graph styling (now using mix-in classes) 2019-04-22 13:27:50 +02:00
jkqtplottergui - major rework of graph styling (now using mix-in classes) 2019-04-22 13:27:50 +02:00
jkqtplotterressources - added styling system for JKQTPlotter (+example app) 2019-02-09 12:43:12 +01:00
jkqtplottertools - major rework of graph styling (now using mix-in classes) 2019-04-22 13:27:50 +02:00
common.pri Update common.pri 2019-01-21 09:29:59 +01:00
jkqtfastplotter.pri - added styling system for JKQTPlotter (+example app) 2019-02-09 12:43:12 +01:00
jkqtmathtext.pri - added styling system for JKQTPlotter (+example app) 2019-02-09 12:43:12 +01:00
jkqtplotter.pri - major rework of graph styling (now using mix-in classes) 2019-04-22 13:27:50 +02:00
README.md - added new graph: JKQTPSingleColumnSymbolsGraph 2019-01-20 16:15:10 +01:00

JKQTPlotter: LIB subdirectory

This directory contains all files that belong to the JKQTPlotter library (including the files of the JKQTFastPlotter and JKMathText). There are several ways to add these to your program:

simply include all necessary files

If you use QMake and simply want to include all necessary files into your project, include one of these PRI-files into your QMake Project:

  • jkqtplotter.pri contains all files in this library, including JKQTFastPlotter and JKQTMathText
  • jkqtfastplotter.pri contains only those files from this directory which are necessary to build JKQTFastPlotter
  • jkqtmathtext.pri contains only those files from this directory which are necessary to build JKQTMathText

Build static libraries

In the directory ../staticlib you will find several Project files that build a static library of the full JKQTPlotter (including JKQTFastPlotter and JKMathText), or of subsets of this library. You can then link against these libs in your project.

Build shared libraries (DLLs, SOs, ...)

In the directory ../sharedlib you will find several Project files that build a dynamic shared library of the full JKQTPlotter (including JKQTFastPlotter and JKMathText), or of subsets of this library. You can then link against these libs in your project.