9-10-2012 Qt4 Port: DiagCfgDlg: (1) Category listview, (2) Timestep button groups Bug Number: none Release notes (y/n): n For Release Nums: 6.3 DiagCfgDlg::CatPanel : public DiagCfgDlg::Panel ... OLD: Q3ListView* _catListView; NEW: QTreeWidget* _catTreeWidget; OLD: class DiagCfgDlg::CatPanel::ListItem : public Q3CheckListItem NEW: class DiagCfgDlg::CatPanel::TreeItem : public QTreeWidgetItem DiagCfgDlg::TimePanel : public DiagCfgDlg::ContextPanel ... OLD: struct DateInfo ... NEW: struct DateSpecWidgets ... OLD: Q3ButtonGroup* _buttonGroup; NEW: QGroupBox* _box; OLD: DateInfo _startInfo; OLD: DateInfo _endInfo; NEW: DateSpecWidgets _startWids; NEW: DateSpecWidgets _endWids; DiagCfgDlg.panel.cpp compiled without Qt3 compatibility library: // Prevent use of the Qt3 compatibility library #undef QT3_SUPPORT