I'm currently working on an application with qml and I really like it. But there is something I couldn't figure out. I'm searching something like the QML SystemPalette but for styles of specific elements. I hope there is something that would look like this:
Button {
SystemStyles { id: styles }
text: "A button"
style: styles.button
}
But if there is no way of doing this, how can I build natively looking desktop apps?