Re: [Interest] Exposing nested visual properties in FocusScope (alias -> alias problem)

2016-03-21 Thread Mark Tucker
: 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

[Interest] Exposing nested visual properties in FocusScope (alias -> alias problem)

2016-03-21 Thread Elvis Stansvik
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