Changeset 7201 in ntrip
- Timestamp:
- Aug 17, 2015, 11:03:11 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncwindow.cpp
r7182 r7201 418 418 _mountPointsTable->setSelectionBehavior(QAbstractItemView::SelectRows); 419 419 _mountPointsTable->hideColumn(0); 420 _mountPointsTable->hideColumn(3); 420 421 connect(_mountPointsTable, SIGNAL(itemSelectionChanged()), 421 422 SLOT(slotSelectionChanged())); … … 1624 1625 } 1625 1626 _mountPointsTable->hideColumn(0); 1627 _mountPointsTable->hideColumn(3); 1626 1628 _mountPointsTable->sortItems(1); 1627 1629 delete mountPoints;
Note:
See TracChangeset
for help on using the changeset viewer.