Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

orxonox/qt_gui: more guo-elements

File size: 474 bytes
RevLine 
[2588]1/*!
[7585]2  \file gui_general.h
3  \brief File that holds the class that creates the General-Options.
[2588]4*/
[7585]5#ifndef _GUI_GENERAL_H
6#define _GUI_GENERAL_H
[1809]7
[7484]8#include "../gui_element.h"
[7481]9#include <vector>
10#include <string>
[7534]11#include <QtGui/QGroupBox>
[1809]12
[7481]13namespace OrxGui
[2018]14{
[7495]15  //! Class that creates the Audio-Options.
[7585]16  class GuiGeneral : public OrxGui::Element, public QGroupBox
[7481]17  {
18  public:
[7585]19    GuiGeneral(OrxGui::Gui* gui);
20    virtual ~GuiGeneral();
[6981]21
[7481]22  };
23}
[3624]24
[7585]25#endif /* _GUI_GENERAL_H */
Note: See TracBrowser for help on using the repository browser.