source:
experimental/osgVisual-GUI/Sichtsystem-GUI/visualGUI_Weather.h
@
248
Last change on this file since 248 was 236, checked in by , 14 years ago | |
---|---|
File size: 332 bytes |
Rev | Line | |
---|---|---|
[236] | 1 | #ifndef VISUALGUI_WEATHER_H |
2 | #define VISUALGUI_WEATHER_H | |
3 | ||
4 | #include <QWidget> | |
5 | #include "ui_visualGUI_Weather.h" | |
6 | ||
7 | class visualGUI_Weather : public QWidget | |
8 | { | |
9 | Q_OBJECT | |
10 | ||
11 | public: | |
12 | visualGUI_Weather(QWidget *parent = 0); | |
13 | ~visualGUI_Weather(); | |
14 | ||
15 | private: | |
16 | Ui::visualGUI_WeatherClass ui; | |
17 | }; | |
18 | ||
19 | #endif // VISUALGUI_WEATHER_H |
Note: See TracBrowser
for help on using the repository browser.