Skip to content

Commit 6af285e

Browse files
committed
qml: Show ConnectionOptions
1 parent 5ee4b5f commit 6af285e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/qml/pages/stub.qml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,9 @@ ApplicationWindow {
3131
Layout.alignment: Qt.AlignCenter
3232
blockHeight: nodeModel.blockTipHeight
3333
}
34+
ConnectionOptions {
35+
Layout.preferredWidth: 400
36+
focus: true
37+
}
3438
}
3539
}

0 commit comments

Comments
 (0)