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


Ignore:
Timestamp:
May 20, 2021, 2:44:18 PM (3 years ago)
Author:
stuerze
Message:
 
File:
1 edited

Legend:

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

    r9424 r9436  
    29572957      QComboBox* system = new QComboBox();
    29582958      system->setEditable(false);
    2959       system->addItems(QString("ALL,GPS,GLONASS,Galileo,BDS,QZSS,SBAS,IRNSS").split(","));
     2959      system->addItems(QString("G,R,E,C,J,I,S,G+R,G+E,G+R+E,G+R+E+C,G+R+E+C+J,G+R+E+C+J+Q,G+R+E+C+J+Q+I,ALL").split(","));
    29602960      system->setFrame(false);
    29612961      _uploadEphTable->setCellWidget(iRow, iCol, system);
     
    30433043        QComboBox* system = new QComboBox();
    30443044        system->setEditable(false);
    3045         system->addItems(QString("ALL,GPS,GLONASS,Galileo,BDS,QZSS,SBAS,IRNSS").split(","));
     3045        system->addItems(QString("G,R,E,C,J,I,S,G+R,G+E,G+R+E,G+R+E+C,G+R+E+C+J,G+R+E+C+J+Q,G+R+E+C+J+Q+I,ALL").split(","));
    30463046        system->setFrame(false);
    30473047        system->setCurrentIndex(system->findText(hlp[iCol]));
Note: See TracChangeset for help on using the changeset viewer.