Changeset 9383 in ntrip for trunk/BNC/qwt/qwt_plot_zoneitem.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_zoneitem.h

    r8127 r9383  
    2121  \brief A plot item, which displays a zone
    2222
    23   A horizontal zone highlights an interval of the y axis - a vertical 
     23  A horizontal zone highlights an interval of the y axis - a vertical
    2424  zone an interval of the x axis - and is unbounded in the opposite direction.
    25   It is filled with a brush and its border lines are optionally displayed with a pen. 
     25  It is filled with a brush and its border lines are optionally displayed with a pen.
    2626
    27   \note For displaying an area that is bounded for x and y coordinates 
     27  \note For displaying an area that is bounded for x and y coordinates
    2828        use QwtPlotShapeItem
    2929*/
    3030
    31 class QWT_EXPORT QwtPlotZoneItem: 
     31class QWT_EXPORT QwtPlotZoneItem:
    3232    public QwtPlotItem
    3333{
Note: See TracChangeset for help on using the changeset viewer.