Changeset 7601 in orxonox.OLD for branches/qt_gui/src/lib/gui/qt_gui/gui_video.cc
- Timestamp:
- May 12, 2006, 8:58:20 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/qt_gui/src/lib/gui/qt_gui/gui_video.cc
r7598 r7601 52 52 53 53 { 54 QComboBox* resolution = new Q ComboBox();54 QComboBox* resolution = new QtGuiComboBox(CONFIG_NAME_RESOLUTION, this); 55 55 layout->addWidget(resolution, 2, 0); 56 56 std::vector<QString> resolutions;
Note: See TracChangeset
for help on using the changeset viewer.