Changeset 2269 in ntrip
- Timestamp:
- Jan 19, 2010, 12:40:39 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncwindow.cpp
r2227 r2269 72 72 int ww = QFontMetrics(this->font()).width('w'); 73 73 74 static const QStringList labels = QString("account, Streams: lat,long,nmea,ntrip,bytes").split(",");74 static const QStringList labels = QString("account, Streams: resource loader / mountpoint, decoder, lat, long, nmea, ntrip, bytes").split(","); 75 75 76 76 setMinimumSize(85*ww, 65*ww); … … 370 370 _mountPointsTable->horizontalHeader()->setResizeMode(QHeaderView::Interactive); 371 371 _mountPointsTable->horizontalHeader()->setStretchLastSection(true); 372 _mountPointsTable->horizontalHeader()->setDefaultAlignment(Qt::AlignLeft); 372 373 _mountPointsTable->setHorizontalHeaderLabels(labels); 373 374 _mountPointsTable->setGridStyle(Qt::NoPen);
Note:
See TracChangeset
for help on using the changeset viewer.