Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7585 in orxonox.OLD for branches/qt_gui/src/lib/gui/qt_gui/qt_gui.cc


Ignore:
Timestamp:
May 11, 2006, 12:22:03 AM (18 years ago)
Author:
bensch
Message:

orxonox/qt_gui: more guo-elements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/qt_gui/src/lib/gui/qt_gui/qt_gui.cc

    r7555 r7585  
    2525#include "gui_video.h"
    2626#include "gui_audio.h"
     27#include "gui_general.h"
    2728
    2829namespace OrxGui
     
    4344        toolBox->addItem(new GuiVideo(this), "Video");
    4445        toolBox->addItem(new GuiAudio(this), "Audio");
     46        toolBox->addItem(new GuiGeneral(this), "General");
    4547      }
    4648      mainLayout->addWidget(toolBox,1,1, 1, 3);
Note: See TracChangeset for help on using the changeset viewer.