Do you only want part of the windows transparent? If so, then I think you'll have to go into Qt source code and make the changes yourself.
If you want the whole app to have some sort of transparency, you can use QWidget::setWindowOpacity(qreal level);
Bookmarks