Yes, the styleName is in the list that QStyleFactory::keys returns for example i set "plastique":
QApplication::setStyle(QStyleFactory::create("plastique"));
To copy to clipboard, switch view to plain text mode
Yes the platform style is used by default, but my problem is, i set a style like ("plastique") and can't reset to the platform default style.
In Qt 3.3 i can do it with:
QApplication::setStyle(0);
To copy to clipboard, switch view to plain text mode
but Qt 4.2 do nothing.
The problem is not a dependent style like "windowsxp" and "macintosh", you know what i mean?
Bookmarks