source: ntrip/trunk/BNS/bnswindow.h@ 748

Last change on this file since 748 was 748, checked in by mervart, 16 years ago

* empty log message *

File size: 261 bytes
Line 
1#ifndef BNSWINDOW_H
2#define BNSWINDOW_H
3
4#include <QtGui>
5
6class bnsWindow : public QMainWindow {
7Q_OBJECT
8
9 public:
10 bnsWindow();
11 ~bnsWindow();
12
13 public slots:
14
15 private slots:
16
17 protected:
18 virtual void closeEvent(QCloseEvent *);
19
20 private:
21
22};
23#endif
Note: See TracBrowser for help on using the repository browser.