RiverWare Qt4 Port Completion
Qt4 Port Fix: Menubars in former Q3MainWindow
dialogs
January 19, 2010 -- Phil
Qt4 Port Fix: Menubars in QMainWindow dialogs which had been Q3MainWindows. The menubars on these dialogs had been hosed in two ways: (1) menubars obscured the top portion of the dialog content (2) menubars didn't span the entire width of the dialog. Change: OLD: _menuBar = new QMenuBar (this, "_menuBar"); NEW: _menuBar = menuBar(); // QMainWindow Modified files: Q3GUI/AnnoGroupEditor.cpp Q3GUI/AnnoGroupMgrDlg.cpp Q3GUI/MultiObjMethSelector.cpp Q3GUI/SnapshotMgrDlg.cpp Q3GUI/SubbasinMgrDlg.cpp Q3GUI/UnitConvertDlg.cpp QtAccounting/AcctSubordinationViewerDlg.cpp QtRun/QtDispatchDetailDlg.cpp QtRun/QtRunAnalysisDlg.cpp QtRun/RunAnalGridQTableView.cpp
--- (end) ---