Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 17, 2006, 11:36:39 AM (18 years ago)
Author:
bensch
Message:

orxonox/qt_gui: keynames get read

File:
1 edited

Legend:

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

    r7637 r7638  
    5555        layout->addWidget(label, i, 0);
    5656
    57         GuiControlInput* input = new GuiControlInput(map->pName, this, "test");
     57        GuiControlInput* input = new GuiControlInput(map->pName, this, EVToKeyName(map->defaultValue));
    5858        layout->addWidget(input, i, 1);
    5959
Note: See TracChangeset for help on using the changeset viewer.