views:

21

answers:

1

I am using Ubuntu 10.04 64 bit and QT 4.6.3. QGroupBox borders in any Qt Application are not visible. I changed Ubuntu themes but borders are still not visible. I want them to be visible. How can I solve this?

A: 

Try this code:

QApplication::setStyle("motif");
mosg