VirtualBox

Changeset 59100 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Dec 11, 2015 4:20:48 PM (9 years ago)
Author:
vboxsync
Message:

FE/Qt: Qt5 migration (part 41): Native tool-bar style fix still required under Mac OS X.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIToolBar.cpp

    r58948 r59100  
    9999        qobject_cast <QCleanlooksStyle*>(QToolBar::style()))
    100100        setStyleSheet("QToolBar { border: 0px none black; }");
    101 #endif /* QT_VERSION < 0x050000 */
     101#else /* QT_VERSION >= 0x050000 */
     102# ifdef Q_WS_MAC
     103        setStyleSheet("QToolBar { border: 0px none black; }");
     104# endif /* Q_WS_MAC */
     105#endif /* QT_VERSION >= 0x050000 */
    102106
    103107    /* Configure tool-bar' layout: */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette