source:
experimental/osgVisual-GUI/Sichtsystem-GUI/visualGUI_Weather.cpp
@
336
Last change on this file since 336 was 236, checked in by , 14 years ago | |
---|---|
File size: 186 bytes |
Rev | Line | |
---|---|---|
[236] | 1 | #include "visualGUI_Weather.h" |
2 | ||
3 | visualGUI_Weather::visualGUI_Weather(QWidget *parent) | |
4 | : QWidget(parent) | |
5 | { | |
6 | ui.setupUi(this); | |
7 | } | |
8 | ||
9 | visualGUI_Weather::~visualGUI_Weather() | |
10 | { | |
11 | ||
12 | } |
Note: See TracBrowser
for help on using the repository browser.