How about:
Code:your_widget->setBackgroundMode(PaletteBackground);
Does anyone know how I can remove the black background of the two controls at the top? It comes from the theme but I want the background hghlight to disappear as it looks quite ugly...something transparent like the QListBox at the very bottom should do the trick but I have no idea how to do that for the top two. The first widget is a QLineEdit and the second one is a QMultiLineEdit...any help is appreciated...thanks
How about:
Code:your_widget->setBackgroundMode(PaletteBackground);
eXMMS and Rockbox running on E680, E680i, E680g, A780, A1200 and ROKR E6
nope...still black and ugly
Focus to your app for a while, for this problem I'll try to help you since I need this widget for ziaxPhone too. Maybe we need to subclassing this widget and handle the background painter.
eXMMS and Rockbox running on E680, E680i, E680g, A780, A1200 and ROKR E6
Great! ThanksI'll try to figure this out when it's the last thing to do and will definitely let you know if it's fixed.