JKQtPlotter/lib
2019-05-18 13:31:07 +02:00
..
jkqtcommon code reorganization 2019-05-18 13:22:46 +02:00
jkqtfastplotter code reorganization 2019-05-18 13:22:46 +02:00
jkqtmathtext code reorganization 2019-05-18 13:22:46 +02:00
jkqtplotter image size automatically determined from JKQTPDatastore 2019-05-18 13:31:07 +02:00
jkqtplottergui code reorganization 2019-05-18 13:22:46 +02:00
jkqtplotterressources new: user-interaction tool that shows coordinates of data points near the current mouse position (when mouse is dragged, while mouse button is pressed) 2019-05-05 19:31:20 +02:00
jkqtplottertools code reorganization 2019-05-18 13:22:46 +02:00
common.pri code reorganization 2019-05-18 13:22:46 +02: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 new: improved styling options of boxplots (options to style many more elements of the plot), moved JKQTPGraphBoxplotStyleMixin to its own file 2019-05-11 15:56:11 +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.