Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

orxonox/qt_gui: compiling the QT-app

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