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


Ignore:
Timestamp:
Jan 13, 2022, 5:05:06 PM (2 years ago)
Author:
stuerze
Message:

additional iono mountpoint added for ppp

File:
1 edited

Legend:

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

    r9574 r9599  
    957957  _pppWidgets._snxtroAc  ->setMaximumWidth(10*ww);
    958958  _pppWidgets._snxtroSol ->setMaximumWidth(7*ww);
     959  _pppWidgets._ionoMount->setMaximumWidth(15*ww);
     960
    959961
    960962  QGridLayout* pppLayout1 = new QGridLayout();
     
    997999  pppLayout1->addWidget(_pppWidgets._snxtroSampl,            ir, 7, Qt::AlignRight);
    9981000  ++ir;
     1001  pppLayout1->addWidget(new QLabel("Ionosphere stream"),     ir, 0);
     1002  pppLayout1->addWidget(_pppWidgets._ionoMount,              ir, 1);
     1003  pppLayout1->addWidget(new QLabel("Ionosphere file"),       ir, 2);
     1004  pppLayout1->addWidget(_pppWidgets._ionoFile,               ir, 3);
    9991005  pppLayout1->addWidget(new QLabel("   SNX TRO AC"),         ir, 4);
    10001006  pppLayout1->addWidget(_pppWidgets._snxtroAc,               ir, 5);
     
    14441450  _pppWidgets._snxtroAc->setWhatsThis(tr("<p>Specify a 3-character abbreviation describing you as the generating Analysis Center (AC) in your SINEX troposphere files.</p>"));
    14451451  _pppWidgets._snxtroSol->setWhatsThis(tr("<p>Specify a 4-character solution ID to allow a distingtion between different solutions per AC.</p>"));
     1452  _pppWidgets._ionoMount->setWhatsThis(tr("<p>Specify a 'mountpoint' from the 'Streams' canvas below which provides VTEC informations in SSR format.</p><p>If you don't specify a corrections stream via this option, BNC will use VTEC informations from the Corrections stream 'mountpoint', if available.</p>"));
    14461453
    14471454  // WhatsThis, PPP (3)
Note: See TracChangeset for help on using the changeset viewer.