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


Ignore:
Timestamp:
Oct 8, 2015, 12:20:28 PM (9 years ago)
Author:
stuerze
Message:

snx tro interval is added in GUI

File:
1 edited

Legend:

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

    r7479 r7488  
    894894  pppLayout1->addWidget(new QLabel("   SNX TRO file"),       ir, 3);
    895895  pppLayout1->addWidget(_pppWidgets._snxtroFile,             ir, 4);
    896   pppLayout1->addWidget(new QLabel("   Sampling"),           ir, 5);
     896  ++ir;
     897  pppLayout1->addWidget(new QLabel("   SNX Interval"),       ir, 3);
     898  pppLayout1->addWidget(_pppWidgets._snxtroIntr,             ir, 4);
     899  pppLayout1->addWidget(new QLabel("Sampling"),              ir, 5);
    897900  pppLayout1->addWidget(_pppWidgets._snxtroSampl,            ir, 6);
    898901  ++ir;
Note: See TracChangeset for help on using the changeset viewer.