Hi,
I am having problem seeing the options of a QCombobox widget since both the text color and the background color of it are white by default. The combobox looks ok in the simulator but not on the device.
I tried changing the color using this code but it did not make any difference:
Any help would be appreciated.Code:QPalette p(ui.myComboBox->palette()); p.setColor(QPalette::Background, Qt::black); ui.myComboBox->setPalette(p);
Thanks
PS. I am using Qt 4.6, S60 5th edition SDK and carbide.c++



