source: ntrip/trunk/GnssCenter/src/mdiarea.h@ 5000

Last change on this file since 5000 was 4862, checked in by mervart, 11 years ago
File size: 228 bytes
Line 
1#ifndef RTGUI_MDIAREA_H
2#define RTGUI_MDIAREA_H
3
4#include <QtGui>
5
6namespace RTGUI {
7
8class t_mdiArea : public QMdiArea {
9 Q_OBJECT
10 public:
11 t_mdiArea(QWidget* parent);
12 virtual ~t_mdiArea();
13};
14
15} // namespace RTGUI
16
17#endif
Note: See TracBrowser for help on using the repository browser.