Signal and signal handler in QtQuick Designer
Solved
QML and Qt Quick
-
Hello forum,
do we have to import any specific module to have the signal and signal handler into the qtquick designer interface ? I cannot have it with the following import:
import QtQuick 2.5
I followed a youtube video QtQuick Designer where it demonstrates the use to signal and signal handler in the QtQuick Designer interface. I would like to have the same connections interface in QtQuick Designer, but it is not visible.
Hope someone will show up with some tips!
Thanks
-
Which version of Qt Creator are you using? The connection editor was added to the open source version of Qt Creator 3.6.
-
Please update to Qt Creator 4.1. Qt Creator and the Qt Quick Designer improved a lot.