9-07-2012 Qt4 Port: DiagCfgDlg: SimObj, Account and Slot filter lists Bug Number: none Release notes (y/n): n For Release Nums: 6.3 The Diagnostic Configuration Dialog SimObj, Account and Slot instance list, implemented in a common base class, was ported to Qt4: OLD: Q3ListBox* _listBox; NEW: QListWidget* _listBox; SimObj, Account and Slot type icons were added. See screenshot: http://cadswes2.colorado.edu/~philw/2012/Qt4Port/DiagCfgDlg/2012-09-07/Qt4RootPanel.gif ALSO: Fix to the following method for the Account-part of hybrid icons: const QPixmap* RwQtIcons::getObjAcctSlotHybridKeyPixmap ( const SimObj*, const Account*, const Slot*, bool); See current porting task list: http://cadswes2.colorado.edu/~philw/2012/Qt4Port/ListsTables.html