Changeset 9383 in ntrip for trunk/BNC/qwt/qwt_plot_glcanvas.h


Ignore:
Timestamp:
Mar 19, 2021, 9:15:03 AM (3 years ago)
Author:
stoecker
Message:

update to qwt verion 6.1.1 to fix build with newer Qt5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/qwt/qwt_plot_glcanvas.h

    r8127 r9383  
    1414#include <qframe.h>
    1515#include <qgl.h>
     16#include <qpainterpath.h>
    1617
    1718class QwtPlot;
     
    1920/*!
    2021  \brief An alternative canvas for a QwtPlot derived from QGLWidget
    21  
     22
    2223  QwtPlotGLCanvas implements the very basics to act as canvas
    2324  inside of a QwtPlot widget. It might be extended to a full
     
    3132
    3233  \note With Qt4 you might want to use the QPaintEngine::OpenGL paint engine
    33         ( see QGL::setPreferredPaintEngine() ). On a Linux test system 
     34        ( see QGL::setPreferredPaintEngine() ). On a Linux test system
    3435        QPaintEngine::OpenGL2 shows very basic problems like translated
    3536        geometries.
     
    7778        to use QFrame::Shadow instead.
    7879
    79         \note QFrame::StyledPanel and QFrame::WinPanel are unsuported
     80        \note QFrame::StyledPanel and QFrame::WinPanel are unsupported
    8081              and will be displayed as QFrame::Panel.
    8182     */
Note: See TracChangeset for help on using the changeset viewer.