Qt4 Port: DMI Parameter Dialog -- Icons / 2-4-2011

Toolbar Icons were dropped from the Qt3 UI file when ported to Qt4. These are now set in C++ code, but three of them don't have the correct images.

 
OLD
NEW
(in progress)
 
 
  GIF PNG XPM Resolution
Undelete Row undelete16-tp.gif undelete16-YELLOW.gif undelete16-tp.png undelete16-YELLOW.png undelete16-tp.xpm Added: RwQPixmap16: QPixmap& list_unDelRow(), with 7 related "list_" icons.
Import Parameters ImportParams16-tp.gif ImportParams16-BLUE.gif ImportParams16-tp.png ImportParams16-BLUE.png ImportParams16-tp.xpm Existing: RwQtIcons: const QPixmap& open().
Export Parameters ExportParams16-tp.gif ExportParams16-YELLOW.gif ExportParams16-tp.png ExportParams16-YELLOW.png ExportParams16-tp.xpm Added: RwQtIcons: QPixmap& save().

Qt3Version.gif

WrongIcons.gif