Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 12, 2006, 8:58:20 AM (19 years ago)
Author:
bensch
Message:

orxonox/qt_gui: QtGuiComboBox saveable

File:
1 edited

Legend:

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

    r7598 r7601  
    5252
    5353      {
    54         QComboBox* resolution = new QComboBox();
     54        QComboBox* resolution = new QtGuiComboBox(CONFIG_NAME_RESOLUTION, this);
    5555        layout->addWidget(resolution, 2, 0);
    5656        std::vector<QString> resolutions;
Note: See TracChangeset for help on using the changeset viewer.