Details
-
Suggestion
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
Qt Creator 10.0.1
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 ).
Also, QTCREATORBUG-32492 states that it is slow.
Attachments
Issue Links
- is duplicated by
-
QTCREATORBUG-32492 "Go to slot" is very inefficient
-
- Closed
-
- 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
-