added mousearea to VerticalRadioButton
This commit is contained in:
parent
904e173037
commit
cfc17cf290
3 changed files with 30 additions and 34 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue