Changeset 4711 in ntrip


Ignore:
Timestamp:
Sep 9, 2012, 10:38:48 PM (12 years ago)
Author:
weber
Message:

WhatsThis online help added

File:
1 edited

Legend:

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

    r4651 r4711  
    2727
    2828#include <QtGui>
     29#include <QWhatsThis>
    2930
    3031class QwtPlot;
     
    4445  void slotClose();
    4546  void slotPrint();
     47  void slotWhatsThis();
    4648
    4749 protected:
     
    5456  QPushButton*   _buttonClose;
    5557  QPushButton*   _buttonPrint;
     58  QPushButton*   _buttonWhatsThis;
    5659  double         _minPointLat;
    5760  double         _maxPointLat;
    5861  double         _minPointLon;
    5962  double         _maxPointLon;
     63
    6064};
    6165
Note: See TracChangeset for help on using the changeset viewer.