RiverWare 6.2: Qt3 to Qt4 Port / September 2011
(a) An analysis of the remaining major Qt3 widgets in RiverWare (generally lists and tables) was completed. (See URL above).
(b) All remaining Qt3 widgets in Qt Designer UI files were ported to Qt4. These were mostly minor widgets (128 Q3Frames, Q3GroupBoxes, and Q3TextEdits), plus a handful of Q3DateTimeEdits, Q3WidgetStacks and Q3ProgressBars. See the widget list.
(c) The Qt4 port of the Slot Data Table used in the Open Slot Dialog for series and table slots was substantially completed in September. This widget is also used in the Edit Account, Exchange Balance and Object Account Summary dialogs for multiple series slots. The old widget was a Q3Table. The new implementation consists of a Qt4 QTableView, QAbstractTableModel and QStyledItemDelegate (all part of Qt4's new item model architecture).
Reference: Major and Recent Project Documents:
---