Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
Qt Creator 1.3.0, Qt Creator 4.13.0-beta1
-
Linux
Description
create a new qt4 gui app, with a main window.
place a button on it.
right click it, and create a clicked() slot, it is automatically named "on_pushButton_clicked()"
now rename the pushButton in the designer to "pushButtonTest".
Now the slot does not work any more.
Qt Creator should keep track of the slot and rename it automatically to "on_pushButtonTest_clicked()"
Attachments
Issue Links
- depends on
-
QTCREATORBUG-19141 Signal QDesignerIntegration::objectNameChanged is emitted on every key press in Property Editor
- Reported
- relates to
-
QTCREATORBUG-19533 In Qt Designer deleted signal&slot, but does not reflect in generated code
- Closed
-
QTCREATORBUG-7044 Rename symbol under cursor does not work with UI file object names
- Closed