Changeset 5692 in ntrip for trunk/BNC/src/bncwindow.h


Ignore:
Timestamp:
Jul 29, 2014, 3:23:00 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5690 r5692  
    3131#include "bncgetthread.h"
    3232#include "bnccaster.h"
     33#include "PPP/pppwidgets.h"
    3334
    3435class bncAboutDlg : public QDialog {
     
    5556class bncMapWin;
    5657class t_postProcessing;
    57 
    58 class t_pppWidgets {
    59  public:
    60   t_pppWidgets();
    61   QComboBox*     _dataSource;
    62   qtFileChooser* _rinexObs;
    63   qtFileChooser* _rinexNav;
    64   QLineEdit*     _corrHostPort; 
    65   qtFileChooser* _corrFile; 
    66   qtFileChooser* _crdFile;
    67   qtFileChooser* _antexFile;
    68   QLineEdit*     _logFile;
    69   QLineEdit*     _nmeaFile;
    70   QLineEdit*     _nmeaPort;
    71   QTableWidget*  _staTable;
    72   QComboBox*     _lcGPS;
    73   QComboBox*     _lcGLONASS;
    74   QComboBox*     _lcGalileo;
    75   QLineEdit*     _sigmaC1;
    76   QLineEdit*     _sigmaL1;
    77   QSpinBox*      _corrWaitTime;
    78 };
    7958
    8059class bncWindow : public QMainWindow {
Note: See TracChangeset for help on using the changeset viewer.