Qt GUI theme looks old-fashioned

后端 未结 4 1665
有刺的猬
有刺的猬 2021-02-12 18:54

When I cross-compile Qt 5.8.0 from source myself and use it to build the Qt \"Dynamic Layouts\" example from Qt Widgets for Microsoft Windows, it looks old-fashioned, as if it w

4条回答
  •  感情败类
    2021-02-12 19:35

    I had the same issue after upgrading from Qt5.9.1 to Qt5.12.

    Placing qwindowsvistastyle.dll, which I found to be in Qt\5.12.0\msvc2017_64\plugins\styles, needed to be placed in my applicationDir\styles directory.

提交回复
热议问题