mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 07:55:21 +01:00
qml: Use a ListView for the hw selector
This commit is contained in:
parent
c7fa7504fe
commit
a4a90361a3
1 changed files with 4 additions and 4 deletions
|
@ -117,7 +117,7 @@ ApplicationWindow {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
onClicked: {
|
onClicked: {
|
||||||
hwpopup.open()
|
hwpopup.open()
|
||||||
hwswipeview.currentItem.forceActiveFocus()
|
hwlistview.currentItem.forceActiveFocus()
|
||||||
}
|
}
|
||||||
Accessible.ignored: ospopup.visible || dstpopup.visible
|
Accessible.ignored: ospopup.visible || dstpopup.visible
|
||||||
Accessible.description: qsTr("Select this button to choose your target Raspberry Pi")
|
Accessible.description: qsTr("Select this button to choose your target Raspberry Pi")
|
||||||
|
@ -461,8 +461,8 @@ ApplicationWindow {
|
||||||
Layout.preferredWidth: hwlist.width
|
Layout.preferredWidth: hwlist.width
|
||||||
Layout.preferredHeight: hwlist.height
|
Layout.preferredHeight: hwlist.height
|
||||||
|
|
||||||
SwipeView {
|
ListView {
|
||||||
id: hwswipeview
|
id: hwlistview
|
||||||
interactive: false
|
interactive: false
|
||||||
|
|
||||||
ListView {
|
ListView {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue