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) |