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


Ignore:
Timestamp:
Jul 20, 2023, 12:13:41 PM (9 months ago)
Author:
stuerze
Message:
 
File:
1 edited

Legend:

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

    r10102 r10127  
    983983  _pppWidgets._logPath->setMaximumWidth(35*ww);
    984984  _pppWidgets._snxtroPath->setMaximumWidth(35*ww);
    985   _pppWidgets._snxtroIntr->setMaximumWidth(10*ww);
    986   _pppWidgets._snxtroAc  ->setMaximumWidth(10*ww);
    987   _pppWidgets._snxtroSol ->setMaximumWidth(7*ww);
    988   _pppWidgets._ionoMount->setMaximumWidth(15*ww);
     985  _pppWidgets._snxtroIntr->setMaximumWidth(7*ww);
     986  _pppWidgets._snxtroAc->setMaximumWidth(7*ww);
     987  _pppWidgets._snxtroSolId->setMaximumWidth(7*ww);
     988  _pppWidgets._snxtroSolType->setMaximumWidth(7*ww);
     989  _pppWidgets._snxtroCampId->setMaximumWidth(7*ww);
     990    _pppWidgets._ionoMount->setMaximumWidth(15*ww);
    989991
    990992
     
    10291031  pppLayout1->addWidget(new QLabel("   SNX TRO AC"),         ir, 4);
    10301032  pppLayout1->addWidget(_pppWidgets._snxtroAc,               ir, 5);
    1031   pppLayout1->addWidget(new QLabel("   SNX TRO solution"),   ir, 6);
    1032   pppLayout1->addWidget(_pppWidgets._snxtroSol            ir, 7, Qt::AlignRight);
     1033  pppLayout1->addWidget(new QLabel("   SNX TRO solution ID"),ir, 6);
     1034  pppLayout1->addWidget(_pppWidgets._snxtroSolId,            ir, 7, Qt::AlignRight);
    10331035  ++ir;
    10341036#ifdef USE_PPP
    1035   pppLayout1->addWidget(new QLabel("BLQ file"),              ir, 0);
    1036   pppLayout1->addWidget(_pppWidgets._blqFile,                ir, 1);
     1037  pppLayout1->addWidget(new QLabel("BLQ file"),               ir, 0);
     1038  pppLayout1->addWidget(_pppWidgets._blqFile,                 ir, 1);
     1039  pppLayout1->addWidget(new QLabel("   SNX TRO campaign ID"), ir, 4);
     1040  pppLayout1->addWidget(_pppWidgets._snxtroCampId,            ir, 5);
     1041  pppLayout1->addWidget(new QLabel("   SNX TRO solution type"),ir, 6);
     1042  pppLayout1->addWidget(_pppWidgets._snxtroSolType,            ir, 7, Qt::AlignRight);
     1043
    10371044#endif
    10381045  pppLayout1->setRowStretch(ir+1, 999);
     
    14921499  _pppWidgets._snxtroSampl->setWhatsThis(tr("<p>Select a 'Sampling' rate for saving troposphere parameters. <i>[key: PPP/snxtroSampl]</i></p>"));
    14931500  _pppWidgets._snxtroAc->setWhatsThis(tr("<p>Specify a 3-character abbreviation describing you as the generating Analysis Center (AC) in your SINEX troposphere files. <i>[key: PPP/snxtroAc]</i></p>"));
    1494   _pppWidgets._snxtroSol->setWhatsThis(tr("<p>Specify a 1-character solution ID to allow a distinction between different solutions per AC. <i>[key: PPP/snxtroSol]</i></p>"));
    1495 
     1501  _pppWidgets._snxtroSolId->setWhatsThis(tr("<p>Specify a 1-character solution ID to allow a distinction between different solutions per AC. <i>[key: PPP/snxtroSolId]</i></p>"));
     1502  _pppWidgets._snxtroSolType->setWhatsThis(tr("<p>Specify a 3-character solution type, e.g. real-time (RTS), unknown (UNK), .. <i>[key: PPP/snxtroSolType]</i></p>"));
     1503  _pppWidgets._snxtroCampId->setWhatsThis(tr("<p>Specify a 3-character campaign ID, e.g. operational (OPS), demonstration (DEM), testing (TST), .. <i>[key: PPP/snxtroCampId]</i></p>"));
    14961504
    14971505  // WhatsThis, PPP (3)
Note: See TracChangeset for help on using the changeset viewer.