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