Changeset 8231 in ntrip for trunk/BNC/src/pppWidgets.cpp


Ignore:
Timestamp:
Jan 4, 2018, 10:23:05 AM (6 years ago)
Author:
wiese
Message:

CHANGE: #105 QT5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/pppWidgets.cpp

    r8010 r8231  
    171171  _staTable->setSelectionMode(QAbstractItemView::ExtendedSelection);
    172172  _staTable->setSelectionBehavior(QAbstractItemView::SelectRows);
    173   _staTable->horizontalHeader()->setResizeMode(QHeaderView::Interactive);
     173  _staTable->horizontalHeader()->setSectionResizeMode(QHeaderView::Interactive);
    174174  _staTable->horizontalHeader()->setDefaultAlignment(Qt::AlignLeft);
    175175
Note: See TracChangeset for help on using the changeset viewer.