Skip to content

cowo78/QCustomPlot-PyQt5

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QCustomPlot-PyQt5

Bindings for graphics lib QCustomPlot for PyQt5

Requirements:

  • PyQt5
  • sip
  • qmake (for Qt5)
  • make
  • Linux operationg system

Build & install:

python setup.py build && sudo python setup.py install

Arguments for build_ext option:

  • --qmake -- Path to qmake for building QCustomPlot static library (defaults: /usr/bin/qmake)
  • --make -- Path to make utility (defaults: /usr/bin/make)
  • --qt-include-dir -- Path to Qt's include location (defaults: /usr/include/qt)

TODO:

  • Autodetecting Qt5 installation (in current version we suppose Qt5 installation headers to /usr/include/qt)
  • Windows building support

About

Bindings for graphics lib QCustomPlot for PyQt5

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 99.5%
  • Other 0.5%