GroupBox { title: qsTr("I want to change my style") Layout.fillWidth: true }
I want to change the color or size of the title
Use setForegroundRole (QPalette :: ColorRole role) to change the color of the header or setFont (const QFont and) to change the font size.