You can subclass the widget and use QPainter::setOpacity() to make it semi transparent.
You can subclass the widget and use QPainter::setOpacity() to make it semi transparent.
use this simple code guys it worked for me .....
ui->male_button->setFlat(TRUE);
ui->male_button->setStyleSheet("* { background-color: rgba(0,125,0,0) }");
Bookmarks