Changeset 6320 in ntrip


Ignore:
Timestamp:
Nov 12, 2014, 5:16:11 PM (9 years ago)
Author:
stuerze
Message:

fields to plot systems J,S,C added

File:
1 edited

Legend:

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

    r6318 r6320  
    10071007  _reqcSkyPlotSystems = new QComboBox();
    10081008  _reqcSkyPlotSystems->setEditable(false);
    1009   _reqcSkyPlotSystems->addItems(QString(",ALL,GPS,GLONASS,Galileo").split(","));
     1009  _reqcSkyPlotSystems->addItems(QString(",ALL,GPS,GLONASS,Galileo,QZSS,SBAS,BDS").split(","));
    10101010  ik = _reqcSkyPlotSystems->findText(settings.value("reqcSkyPlotSystems").toString());
    10111011  if (ik != -1) {
Note: See TracChangeset for help on using the changeset viewer.