PDA

View Full Version : QTabWidget missing icon in current tab OS X



mrazvan
26th March 2013, 11:06
Hello,

I have a problem using QTabWidget::setTabIcon() on Mac OS X 10.8.2 and 10.7.3. The icon is displayed only when the tab is not current. Once the tab with icon becomes current, the icon is replaced with empty space.

I use Qt 4.8.4.
Also this issue is reproducible in QtDesigner if I create a simple dialog with a tab widget and add some icons in each tab, for the current selected tab the icon isn't visible.

On a Mac OS X 10.6.8 this issue is not present.
Looking forward to your feedback.