Changeset 7488 in ntrip for trunk/BNC/src/pppWidgets.h


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/pppWidgets.h

    r6883 r7488  
    4040  qtFileChooser* _rinexObs;
    4141  qtFileChooser* _rinexNav;
    42   QLineEdit*     _corrMount; 
    43   qtFileChooser* _corrFile; 
     42  QLineEdit*     _corrMount;
     43  qtFileChooser* _corrFile;
    4444  qtFileChooser* _crdFile;
    4545  qtFileChooser* _antexFile;
     
    4848  QLineEdit*     _snxtroFile;
    4949  QSpinBox*      _snxtroSampl;
     50  QComboBox*     _snxtroIntr;
    5051  QTableWidget*  _staTable;
    5152  QComboBox*     _lcGPS;
     
    7778
    7879 private slots:
    79   void slotEnableWidgets(); 
     80  void slotEnableWidgets();
    8081  void slotAddStation();
    8182  void slotDelStation();
Note: See TracChangeset for help on using the changeset viewer.