onurozcelik
onurozcelik

Reputation: 1214

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 borders are still not visible. I want them to be visible. How can I solve this?

Upvotes: 2

Views: 2373

Answers (1)

mosg
mosg

Reputation: 12381

Try this code:

QApplication::setStyle("motif");

Upvotes: 2

Related Questions