Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/qt_gui/src/lib/gui/qt_gui/qt_gui.h @ 7142

Last change on this file since 7142 was 7142, checked in by bensch, 18 years ago

orxonox/qt_gui: compiling the QT-app

File size: 215 bytes
Line 
1/*!
2 * @file qt_gui.h
3 * @brief Definition of ...
4*/
5
6#ifndef __QT_GUI_H
7#define __QT_GUI_H
8
9#include "base_object.h"
10#include <qpushbutton.h>
11#include <qcheckbox.h>
12#include <qslider.h>
13
14
15
16
17#endif /* __QT_GUI_H */
Note: See TracBrowser for help on using the repository browser.