Porting Plotting Q3GUI Qt3 UI Files to Qt4 UI Files Screenshots: http://cadswes2.colorado.edu/~philw/2010/Qt4Port/Plotting/ New Qt4 UI Files generated from Qt3 UI files (some hand editing): AxisDlgBase.ui --> AxisWidgets.ui CurveDlgBase.ui --> CurveWidgets.ui GridDlgBase.ui --> GridWidgets.ui MarkerDlgBase.ui --> MarkerWidgets.ui MarkerMgrDlgBase.ui --> MarkerMgrWidgets.ui PlotMembershipDlgBase.ui --> PlotMembershipWidgets.ui PlotDlgSettingsBase.ui --> PlotSettingsWidgets.ui PlotSaveAsDlgBase.ui --> PlotSaveAsWidgets.ui PlotTitleDlgBase.ui --> PlotTitleWidgets.ui TablePlotColsDlgBase.ui --> TablePlotColsWidgets.ui Make file changes: Make.package QtSCTGenerated.pro QtSCTGenerated.vcproj C++ file changes to use new Qt4 UI files: AxisDlg.cpp AxisDlg.hpp CurveDlg.cpp CurveDlg.hpp GridDlg.cpp GridDlg.hpp MarkerDlg.cpp MarkerDlg.hpp MarkerMgrDlg.cpp MarkerMgrDlg.hpp PlotDlgSettings.cpp PlotDlgSettings.hpp PlotMembershipDlg.cpp PlotMembershipDlg.hpp PlotSaveAsDlg.cpp PlotSaveAsDlg.hpp PlotTitleDlg.cpp PlotTitleDlg.hpp SlotConfigQtDlg.cpp SlotConfigQtDlg.hpp SlotQDlgTable.cpp SlotQDlgTable.hpp SlotQtDlg.cpp TablePlotColsDlg.cpp TablePlotColsDlg.hpp Other removed unused module. (This had been replaced by the integrated Plot Page Selection Panel): PlotOpenDlg.cpp PlotOpenDlg.hpp PlotOpenDlgBase.ui ---