New PLUS Icons for DMI / June 2013 / RiverWare 6.4

    
    greenPlus (original)
  dmiPlusPinkDss
  dmiPlusOrangeHdb
  dmiPlusGreenExcel
  • QColor(255, 170, 255) // DSS
  • QColor(255, 170, 127) // HDB
  • QColor(192, 255, 192) // Excel

GIT Commit  (RiverWare 6.4 development / 6-14-2013).

Added Icons: Three PLUS Icons for DMI
Bug Number: n/a
Release notes (y/n): n
For Release Nums: 6.4

See webpage:
  http://cadswes2.colorado.edu/~philw/2013/icons/new/dmiPlus/

Added to RwQPixmap16:
 static const QPixmap& dmiPlusPinkDss();
 static const QPixmap& dmiPlusOrangeHdb();
 static const QPixmap& dmiPlusGreenExcel();

PNG source files:
  QtUtils\Images\RwQPixmap16\dmiPlusPinkDss.png
  QtUtils\Images\RwQPixmap16\dmiPlusOrangeHdb.png
  QtUtils\Images\RwQPixmap16\dmiPlusGreenExcel.png

Theme Colors:
  QColor(255, 170, 255) // DSS   (pink)
  QColor(255, 170, 127) // HDB   (orange)
  QColor(192, 255, 192) // Excel (light green)

---