Changeset 103 in ntrip


Ignore:
Timestamp:
Sep 6, 2006, 8:28:13 PM (18 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnctabledlg.cpp

    r93 r103  
    143143  delete socket;
    144144
     145  static const QStringList labels = QString("mountpoint,identifier,format,"
     146    "format-details,carrier,nav-system,network,country,latitude,longitude,"
     147    "nmea,solution,generator,compression,authentication,fee,bitrate,"
     148    "misc").split(",");
     149
    145150  if (allLines.size() > 0) {
    146151    _table->setSelectionMode(QAbstractItemView::ExtendedSelection);
     
    161166    }
    162167    _table->sortItems(0);
     168    _table->setHorizontalHeaderLabels(labels);
    163169  }
    164170}
Note: See TracChangeset for help on using the changeset viewer.