source: experimental/osgVisual-GUI/Sichtsystem-GUI/visualGUI_DateTime.h @ 236

Last change on this file since 236 was 236, checked in by Torben Dannhauer, 13 years ago
File size: 340 bytes
Line 
1#ifndef VISUALGUI_DATETIME_H
2#define VISUALGUI_DATETIME_H
3
4#include <QWidget>
5#include "ui_visualGUI_DateTime.h"
6
7class visualGUI_DateTime : public QWidget
8{
9        Q_OBJECT
10
11public:
12        visualGUI_DateTime(QWidget *parent = 0);
13        ~visualGUI_DateTime();
14
15private:
16        Ui::visualGUI_DateTimeClass ui;
17};
18
19#endif // VISUALGUI_DATETIME_H
Note: See TracBrowser for help on using the repository browser.