Will apply. BTW, have you (or anyone) tried how it looks like with different themes?
if(option.state & QStyle::State_Selected) { r = option.rect; #ifdef Q_WS_MAEMO_5 painter->drawImage(r, QImage("/etc/hildon/theme/images/TouchListBackgroundPressed.png")); #else painter->fillRect(r, option.palette.highlight().color()); #endif }