Hi,

I am using a QStatusBar in which I add some widgets (QLabel).
The probem is, that the QLables appear with a line frame around them in the status bar, but I don't want that.
I am sure that it is QSatusBar who is adding the line frame since when creating the QLabel I made sure it is with Qt:NoFrame.
Any idea how I can control this border addition to the widgets in QStatusBar?

Qt4 SUSE10.

Thanks.