Problem with QTabWidget::setTabText(...) function
Hi,
The following line does not change the style of the tab string(just some part of the string);
Code:
_ui.tabWidgetLeftBottom->setTabText(1, getTabHistoryString() + "<span style=\"color:#B0171F; font-size:9px \">" + p_string_to_append +"</span>" );
Any ideas?
Re: Problem with QTabWidget::setTabText(...) function
Quote:
The following line does not change the style of the tab string(just some part of the string);
Why would expect any different; you've only tried to apply a style to part of the string?