Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
May 2, 2006, 11:39:54 PM (18 years ago)
Author:
bensch
Message:

orxonox/qt_gui: more stuff

File:
1 edited

Legend:

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

    r7480 r7484  
    2121#include <qgroupbox.h>
    2222#include <qlayout.h>
     23#include <qtoolbox.h>
     24
     25
     26#include "gui_video.h"
    2327
    2428namespace OrxGui
     
    3337    QGroupBox* groupBox = new QGroupBox;
    3438    QGridLayout* mainLayout = new QGridLayout(groupBox);
    35 
    36 
    37 
     39    {
     40      QToolBox* toolBox = new QToolBox();
     41      {
     42       // toolBox->addItem(new GuiVideo(), "Video");
     43      }
     44    }
    3845
    3946    this->mainWindow->setCentralWidget(groupBox);
Note: See TracChangeset for help on using the changeset viewer.