Details
-
Bug
-
Resolution: Incomplete
-
Not Evaluated
-
None
-
Qt Creator 4.2.0
-
Qt Creator: 4.2.0
Operating System: Debian 9.3
Description
I had used a signal-slot for one action item(menuBar). I had later removed it. But code does not change. That is, the deleted signal-slot is still present in the generated code.
In the below image, actionExit is a action in menubar. I had previously used a signal-slot, that makes the application close, when we click on that. I removed it from Qt Designer, but the generated code did not reflect the change.
In the below image, csvMWindow.ui is the file, where I deleted the signal-slot.
Attachments
Issue Links
- relates to
-
QTCREATORBUG-581 changing widget name in designer should update slot name
- Reported
-
QTCREATORBUG-1179 renaming form in designer should automatically refactor c++ code
- Closed