Partially working keyboard navigation support
This commit is contained in:
parent
f2e40889b2
commit
2e3de32810
6 changed files with 91 additions and 8 deletions
|
|
@ -11,6 +11,8 @@ GridView {
|
|||
property AppModel appModel : createModel()
|
||||
|
||||
id: appGrid
|
||||
focus: true
|
||||
activeFocusOnTab: true
|
||||
anchors.fill: parent
|
||||
anchors.leftMargin: (parent.width % (cellWidth + anchors.rightMargin)) / 2
|
||||
anchors.topMargin: 20
|
||||
|
|
@ -47,8 +49,9 @@ GridView {
|
|||
|
||||
model: appModel
|
||||
|
||||
delegate: ItemDelegate {
|
||||
delegate: NavigableItemDelegate {
|
||||
width: 200; height: 335;
|
||||
grid: pcGrid
|
||||
|
||||
Image {
|
||||
id: appIcon
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue