Questions tagged [qwtpolar]

QwtPolar is a library that contains classes for displaying values on a polar coordinate system.

The QwtPolar is the library, which contains classes for displaying values on a polar coordinate system.

Home page: https://qwtpolar.sourceforge.io/

3 questions
2
votes
0 answers

QwtPolar: Space between canvas and legend

Does anyone know how to avoid this space between the canvas and the legend? I couldn't find where and how the legend is added to layout in QwtPolar sources. May be anyone here knows how it works?
Akdez
  • 23
  • 6
1
vote
2 answers

QwtPolar Library error Qt Creator

I'm having a trouble with the QwtPolar library. I'm using Qt 5.3 and I have Qwt 6.1 working properly. I build the QwtPolar using: qmake make make install When I try to run the QwtPolar examples, I get the following error: QWidget: Must construct a…
KelvinS
  • 2,870
  • 8
  • 34
  • 67
0
votes
1 answer

Error to compile qwtpolar et qwtplot3d with msvc 2010

What I want to do : Compile qt-everywhere_opensource-4.7.3, qwt, qtwtplot3d and qwtpolar with msvc 2010 or higher. what I do : Install Visual Studio C++ Express 2010 Download the code source file “qt-everywhere-opensource-src-4.7.3 “ Extract the…