Details
-
Suggestion
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
Qt Creator 10.0.1
-
None
Description
Right click on Widget / 'Go to Slot' still generates a string-based connection for
QMetaObject::connectSlotsByName(QObject (fex void MainWindow::on_pushButton_clicked() ).
This should be modernized to create the connect statement using Qt 5 connection syntax and maybe a camel-cased name.
The same has been requested for Qt for Python (see QTCREATORBUG-28772 ).
Attachments
Issue Links
- relates to
-
QTCREATORBUG-12953 Strange and fault behaviour when creating slots by the gui from custom signals.
- Closed
-
QTCREATORBUG-2908 "Change signals/slots" behaviour non obvious to new users.
- Reported
-
QTCREATORBUG-28772 Qt Widget Designer: It will be nice if 'Go to Slot' is also available on Python side
- Reported