: interest@qt-project.org Interest
Subject: [Interest] Exposing nested visual properties in FocusScope (alias ->
alias problem)
Hi all,
I'm trying to create a reusable component for a button. Right now I'm trying to
figure out focus handling (the app is keyboard navigation only).
I curre
Hi all,
I'm trying to create a reusable component for a button. Right now I'm
trying to figure out focus handling (the app is keyboard navigation
only).
I currently have the following structure (Button.qml):
Rectangle {
id: button
property alias text: text.text
prope