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