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


Ignore:
Timestamp:
Feb 11, 2016, 11:24:45 AM (8 years ago)
Author:
stuerze
Message:

Agency and solution ID added in SINEX TRO File header

File:
1 edited

Legend:

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

    r7702 r7764  
    867867  _pppWidgets._logPath->setMaximumWidth(35*ww);
    868868  _pppWidgets._snxtroPath->setMaximumWidth(35*ww);
    869   _pppWidgets._snxtroIntr->setMaximumWidth(15*ww);
     869  _pppWidgets._snxtroIntr->setMaximumWidth(10*ww);
     870  _pppWidgets._snxtroAc  ->setMaximumWidth(10*ww);
     871  _pppWidgets._snxtroSol ->setMaximumWidth(7*ww);
    870872
    871873  QGridLayout* pppLayout1 = new QGridLayout();
     
    902904  pppLayout1->addWidget(new QLabel("   SNX TRO interval"),   ir, 3);
    903905  pppLayout1->addWidget(_pppWidgets._snxtroIntr,             ir, 4);
    904   pppLayout1->addWidget(new QLabel("   SNX TRO sampling"),   ir, 5, Qt::AlignRight);
     906  pppLayout1->addWidget(new QLabel("   SNX TRO sampling"),   ir, 5);
    905907  pppLayout1->addWidget(_pppWidgets._snxtroSampl,            ir, 6, Qt::AlignRight);
    906908  ++ir;
     909  pppLayout1->addWidget(new QLabel("   SNX TRO AC"),         ir, 3);
     910  pppLayout1->addWidget(_pppWidgets._snxtroAc,               ir, 4);
     911  pppLayout1->addWidget(new QLabel("   SNX TRO solution")    ,ir, 5);
     912  pppLayout1->addWidget(_pppWidgets._snxtroSol,              ir, 6, Qt::AlignRight);
    907913  pppLayout1->setRowStretch(ir, 999);
    908914
     
    13341340  _pppWidgets._snxtroIntr->setWhatsThis(tr("<p>Select a length for SINEX Troposphere files.</p><p>Default 'SNX TRO interval' for saving SINEX Troposphere files on disk is '1 hour'.</p>"));
    13351341  _pppWidgets._snxtroSampl->setWhatsThis(tr("<p>Select a 'Sampling' rate for saving troposphere parameters.</p><p>Default 'SNX TRO sampling' rate is '0', meaning that all troposphere estimates will be saved on disk.</p>"));
     1342  _pppWidgets._snxtroAc->setWhatsThis(tr("<p>Specify an abbreviation for the Analysis Center (AC) providing the SINEX Troposphere files.</p>"));
     1343  _pppWidgets._snxtroSol->setWhatsThis(tr("<p>Specify a solution ID to allow a distinction of different solutions per AC.</p>"));
    13361344
    13371345  // WhatsThis, PPP (3)
Note: See TracChangeset for help on using the changeset viewer.