All Questions
Tagged with qt-design-studio ide
1 question
6
votes
0
answers
2k
views
QML Connection and IDE - new syntax: Implicitly defined onFoo properties in Connections are deprecated
In the new version of QML 1.5.0, it is recommended to use the new syntax for connection e.g.
MouseArea {
Connections {
function onClicked (mouse) {foo (mouse)}
}
Using the "Qt Design Studio 1.5....