Changeset 958 in ntrip for trunk/BNS/bnswindow.h


Ignore:
Timestamp:
Jul 22, 2008, 4:44:49 PM (16 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bnswindow.h

    r845 r958  
    5656  QWidget*   _canvas;
    5757
     58  QLineEdit* _proxyHostLineEdit;
     59  QLineEdit* _proxyPortLineEdit;
     60  QLineEdit* _ephHostLineEdit;
    5861  QLineEdit* _ephPortLineEdit;
     62  QLineEdit* _clkHostLineEdit;
    5963  QLineEdit* _clkPortLineEdit;
     64  QLineEdit* _clkFileLineEdit;
    6065  QLineEdit* _logFileLineEdit;
    6166  QLineEdit* _outHostLineEdit;
     
    6873  QComboBox* _rnxIntrComboBox;
    6974  QComboBox* _sp3IntrComboBox;
     75  QComboBox* _refSysComboBox;
    7076  QSpinBox*  _rnxSamplSpinBox;
    7177  QSpinBox*  _sp3SamplSpinBox;
     78  QCheckBox* _fileAppendCheckBox;
     79  QCheckBox* _outProxyCheckBox;
     80  QCheckBox* _ephProxyCheckBox;
     81  QCheckBox* _clkProxyCheckBox;
    7282
    7383  QTextEdit*  _log;
Note: See TracChangeset for help on using the changeset viewer.