RiverWare Qt4 Port Completion
-- January 2011 Analysis -- Qt3 Widget and Subclass Counts
RiverWare 6.1 Development -- Phil Weinstein -- 01-07-2011
Overview | Subclasses | Widgets in C++ Files |
See also 2010 Qt4 Porting Activity and recent Qt4 Accounting View port (and unformatted directory).
With the porting activity completed to date, the general purpose widget subclasses having many application-level subclasses have already been ported. The remaining general purpose subclasses generally have only a single application, so don't generally need to be distinguished from the application-level subclasses for the purpose of estimating porting complexity.
Qt3 Widget and Subclass Counts -- All Widgets:
ALL WIDGETS | DbDmi | Q3GUI | QtAcc | QtDmi | QtRpl | QtRun | QtSCT | QtUtils | TOTAL |
Qt3 Subclasses | 12 | 36 | 1 | 3 | 7 | 10 | 1 | 2 | 72 |
Qt3 Widgets in C++ Files | 20 | 40 | 8 | 5 | 3 | 6 | 2 | 1 | 85 |
Qt3 Widgets in UI Files | 17 | 107 | 27 | 8 | 24 | 25 | 4 | 1 | 213 |
TOTAL | 49 | 183 | 36 | 16 | 34 | 41 | 7 | 4 | 370 |
Qt3 Widget and Subclass Counts -- Lists and Tables:
LISTS & TABLES | DbDmi | Q3GUI | QtAcc | QtDmi | QtRpl | QtRun | QtSCT | QtUtils | TOTAL |
Qt3 Subclasses | 13 | 4 | 1 | 1 | 19 | ||||
Qt3 Widgets in C++ Files | 1 | 7 | 1 | 9 | |||||
Qt3 Widgets in UI Files | 5 | 9 | 5 | 8 | 2 | 1 | 30 | ||
TOTAL | 6 | 29 | 5 | 13 | 2 | 1 | 2 | 58 |
===