Groupbox borders
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 开发者_StackOverflowborders are still not visible. I want them to be visible. How can I solve this?
Try this code:
QApplication::setStyle("motif");
精彩评论