Strange suggestion of SIGNAL()
-
Hello, i am new in Qt. Using 5.11.1 version on Ubuntu 18.04.
After last update, something strange happened with autocompletion.
When i am trying to type second argument of method connect(), i suppose autocompletion show me suggested signals, but instead it show me everything(methods, constructors, destructors, classes, slots and other...). It's ok but there is no signals i wanted (for example clicked()), that's the problem. -
Hello, i am new in Qt. Using 5.11.1 version on Ubuntu 18.04.
After last update, something strange happened with autocompletion.
When i am trying to type second argument of method connect(), i suppose autocompletion show me suggested signals, but instead it show me everything(methods, constructors, destructors, classes, slots and other...). It's ok but there is no signals i wanted (for example clicked()), that's the problem.hi @eukr,
that looks like https://bugreports.qt.io/browse/QTCREATORBUG-20835 please see there for explanation and workarounds.
Regards
-
New Signal Slot Syntax helped. And it really have some advantages. Thanks.