Compare commits
6 commits
dev
...
bugfix/fix
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
592dc1b0f4 | ||
|
|
757caacf12 | ||
|
|
83029741c9 | ||
|
|
b643f2e72a | ||
|
|
d95e04af90 | ||
|
|
5c40f382fd |
4 changed files with 4 additions and 7 deletions
|
|
@ -18,7 +18,8 @@ ListView {
|
|||
property var selectedText
|
||||
|
||||
width: rootWidth
|
||||
height: contentItem.height
|
||||
anchors.top: parent.top
|
||||
anchors.bottom: parent.bottom
|
||||
|
||||
clip: true
|
||||
snapMode: ListView.SnapToItem
|
||||
|
|
|
|||
|
|
@ -239,6 +239,7 @@ Item {
|
|||
sourceComponent: root.listView
|
||||
|
||||
Layout.fillHeight: true
|
||||
Layout.fillWidth: true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -177,6 +177,7 @@ RadioButton {
|
|||
MouseArea {
|
||||
anchors.fill: root
|
||||
cursorShape: Qt.PointingHandCursor
|
||||
preventStealing: false
|
||||
enabled: false
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -135,12 +135,6 @@ PageType {
|
|||
}
|
||||
}
|
||||
|
||||
MouseArea {
|
||||
anchors.fill: containerRadioButton
|
||||
cursorShape: Qt.PointingHandCursor
|
||||
enabled: false
|
||||
}
|
||||
|
||||
Keys.onEnterPressed: {
|
||||
if (checkable) {
|
||||
checked = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue