Changeset 679 in ntrip for trunk/BNC/bncwindow.h


Ignore:
Timestamp:
Feb 12, 2008, 4:35:06 PM (16 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.h

    r668 r679  
    3232#include "bnccaster.h"
    3333
    34 class bncWindow : public QMainWindow {
     34  class bncAboutDlg : public QDialog {
     35  Q_OBJECT
     36
     37  public:
     38    bncAboutDlg(QWidget* parent);
     39    ~bncAboutDlg();
     40};
     41
     42  class bncWindow : public QMainWindow {
    3543  Q_OBJECT
    3644
     
    3846    bncWindow();
    3947    ~bncWindow();
     48    void CreateMenu();
     49    void AddToolbar();
    4050 
    4151  public slots: 
     
    104114
    105115    QWidget*   _canvas;
     116    QTabWidget* aogroup;
    106117
    107118    bncCaster* _caster;
Note: See TracChangeset for help on using the changeset viewer.