Details
-
Suggestion
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
Qt Creator 4.5.0-rc1
-
None
-
Ubuntu Linux 16.04 x64, Qt 5.9.1, QtCreator from 4.5 branch
Description
There is already a signal:
void objectNameChanged(QDesignerFormWindowInterface *formWindow, QObject *object, const QString &newName, const QString &oldName);
but unfortunately this one is emitted every time a character in the Property Editor is typed/removed.
For triggering a rename usages, a similar signal would be needed, which is emitted after Enter is pressed.
Attachments
Issue Links
- is required for
-
QTCREATORBUG-581 changing widget name in designer should update slot name
- Reported
-
QTCREATORBUG-7044 Rename symbol under cursor does not work with UI file object names
- Closed
-
QTCREATORBUG-1179 renaming form in designer should automatically refactor c++ code
- Closed