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

    r8127 r9383  
    3030
    3131  The fill colors might be calculated from an optional color map
    32   If no color map has been assigned QwtThermo uses the 
     32  If no color map has been assigned QwtThermo uses the
    3333  following colors/brushes from the widget palette:
    3434
     
    5353    Q_PROPERTY( Qt::Orientation orientation
    5454        READ orientation WRITE setOrientation )
    55     Q_PROPERTY( ScalePosition scalePosition 
     55    Q_PROPERTY( ScalePosition scalePosition
    5656        READ scalePosition WRITE setScalePosition )
    5757    Q_PROPERTY( OriginMode originMode READ originMode WRITE setOriginMode )
     
    113113    int spacing() const;
    114114
    115     void setBorderWidth( int w );
     115    void setBorderWidth( int );
    116116    int borderWidth() const;
    117117
     
    122122    double origin() const;
    123123
    124     void setFillBrush( const QBrush &b );
     124    void setFillBrush( const QBrush & );
    125125    QBrush fillBrush() const;
    126126
    127     void setAlarmBrush( const QBrush &b );
     127    void setAlarmBrush( const QBrush & );
    128128    QBrush alarmBrush() const;
    129129
    130     void setAlarmLevel( double v );
     130    void setAlarmLevel( double );
    131131    double alarmLevel() const;
    132132
    133     void setAlarmEnabled( bool tf );
     133    void setAlarmEnabled( bool );
    134134    bool alarmEnabled() const;
    135135
     
    138138    const QwtColorMap *colorMap() const;
    139139
    140     void setPipeWidth( int w );
     140    void setPipeWidth( int );
    141141    int pipeWidth() const;
    142142
     
    153153
    154154public Q_SLOTS:
    155     virtual void setValue( double val );
     155    virtual void setValue( double );
    156156
    157157protected:
Note: See TracChangeset for help on using the changeset viewer.