source:
ntrip/trunk/GnssCenter/src/mdiarea.h@
5018
Last change on this file since 5018 was 5001, checked in by , 12 years ago | |
---|---|
File size: 248 bytes |
Rev | Line | |
---|---|---|
[5001] | 1 | #ifndef GnssCenter_MDIAREA_H |
2 | #define GnssCenter_MDIAREA_H | |
[4814] | 3 | |
4 | #include <QtGui> | |
5 | ||
[5001] | 6 | namespace GnssCenter { |
[4862] | 7 | |
8 | class t_mdiArea : public QMdiArea { | |
[4814] | 9 | Q_OBJECT |
10 | public: | |
[4862] | 11 | t_mdiArea(QWidget* parent); |
12 | virtual ~t_mdiArea(); | |
[4814] | 13 | }; |
[4862] | 14 | |
[5001] | 15 | } // namespace GnssCenter |
[4862] | 16 | |
[4814] | 17 | #endif |
Note:
See TracBrowser
for help on using the repository browser.