Changeset 8127 in ntrip for trunk/BNC/qwt/qwt_dyngrid_layout.h


Ignore:
Timestamp:
May 10, 2017, 3:20:54 PM (7 years ago)
Author:
stoecker
Message:

update qwt and qwtpolar, many QT5 fixes (unfinished)

File:
1 edited

Legend:

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

    r4271 r8127  
    2222  QwtDynGridLayout takes the space it gets, divides it up into rows and
    2323  columns, and puts each of the widgets it manages into the correct cell(s).
    24   It lays out as many number of columns as possible (limited by maxCols()).
     24  It lays out as many number of columns as possible (limited by maxColumns()).
    2525*/
    2626
     
    3636    virtual void invalidate();
    3737
    38     void setMaxCols( uint maxCols );
    39     uint maxCols() const;
     38    void setMaxColumns( uint maxCols );
     39    uint maxColumns() const;
    4040
    4141    uint numRows () const;
    42     uint numCols () const;
     42    uint numColumns () const;
    4343
    4444    virtual void addItem( QLayoutItem * );
Note: See TracChangeset for help on using the changeset viewer.