source:
ntrip/trunk/GnssCenter/monitor/dlgconf.h@
5458
Last change on this file since 5458 was 5456, checked in by , 12 years ago | |
---|---|
File size: 268 bytes |
Line | |
---|---|
1 | #ifndef GnssCenter_DLGCONF_H |
2 | #define GnssCenter_DLGCONF_H |
3 | |
4 | #include <QtGui> |
5 | #include "const.h" |
6 | |
7 | namespace GnssCenter { |
8 | |
9 | class t_dlgConf : public QDialog { |
10 | Q_OBJECT |
11 | public: |
12 | t_dlgConf(QWidget* parent); |
13 | ~t_dlgConf(); |
14 | private: |
15 | }; |
16 | |
17 | } // namespace GnssCenter |
18 | |
19 | #endif |
Note:
See TracBrowser
for help on using the repository browser.