added mousearea to VerticalRadioButton

This commit is contained in:
vladimir.kuznetsov 2023-04-26 18:37:56 +03:00
parent 904e173037
commit cfc17cf290
3 changed files with 30 additions and 34 deletions

View file

@ -121,6 +121,7 @@ PageBase {
id: buttonGroup
spacing: 0
HorizontalRadioButton {
implicitWidth: (root.width - 32) / 2
text: "ddsasdasd"
@ -134,9 +135,15 @@ PageBase {
VerticalRadioButton {
text: "dsasd"
descriptionText: "asd"
checked: true
Layout.fillWidth: true
}
VerticalRadioButton {
text: "dsasd"
Layout.fillWidth: true
}
}