Change shape of a custom QtQuick Control template
I’m currently writing a custom style module for my QML application (using Qt 6.6.1). I don’t want to reinvent the wheel and rewrite the whole backend of basic controls, so I’m using the QtQuick Control template method, as decribed here.
Change shape of a custom QtQuick Control template
I’m currently writing a custom style module for my QML application (using Qt 6.6.1). I don’t want to reinvent the wheel and rewrite the whole backend of basic controls, so I’m using the QtQuick Control template method, as decribed here.