Changeset 7201 in ntrip for trunk/BNC/src/bncwindow.cpp


Ignore:
Timestamp:
Aug 17, 2015, 11:03:11 AM (9 years ago)
Author:
weber
Message:

Hide country code in streams table

File:
1 edited

Legend:

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

    r7182 r7201  
    418418  _mountPointsTable->setSelectionBehavior(QAbstractItemView::SelectRows);
    419419  _mountPointsTable->hideColumn(0);
     420  _mountPointsTable->hideColumn(3);
    420421  connect(_mountPointsTable, SIGNAL(itemSelectionChanged()),
    421422          SLOT(slotSelectionChanged()));
     
    16241625  }
    16251626  _mountPointsTable->hideColumn(0);
     1627  _mountPointsTable->hideColumn(3);
    16261628  _mountPointsTable->sortItems(1);
    16271629  delete mountPoints;
Note: See TracChangeset for help on using the changeset viewer.