Skip to content
  • 0 Votes
    4 Posts
    1k Views
    RokeJulianLockhartR

    @Rouleaux

    import QtQuick import QtQuick.Controls import QtQuick.Controls.Universal // Imports Windows 10 theme. ApplicationWindow { visible: true Universal.theme: Universal.System // Uses Windows 10 theme.

    This only really works on Windows, though. Without this, I've found that it adheres correctly to the system theme of KDE Plasma.

    Perhaps mark as solved?