Setting the Style in qml Qt
问题 I want to set the Style for my elements in qml. For that, I want to use a style like Material Style. Using the example which can be found under: https://doc.qt.io/qt-5/qtquickcontrols2-material.html import QtQuick 2.12 import QtQuick.Controls 2.12 import QtQuick.Controls.Material 2.12 ApplicationWindow { visible: true Material.theme: Material.Dark Material.accent: Material.Purple Column { anchors.centerIn: parent RadioButton { text: qsTr("Small") } RadioButton { text: qsTr("Medium"); checked: