Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.10.0
-
None
-
Windows 10 as well as Ubuntu 18.04 both 64bit.
QtCreator 4.6.1
-
548a75049efaa3f9b3087016e3e36cc9b4f23e2e (qttools/5.11, 28.5.2018, 5.11.1), 5d57a3fb9e9a34413e85a733e45efc51511c4533 (qtools/5.9, 29.5.2018, 5.9.7)
Description
`Morph into` crashes QtCreator when object to be morphed has QLabel buddy.
Steps to reproduce:
- Create new .ui file. -> File -> New file or project; Files And Classes -> Qt -> Qt Designer Form -> Choose; Dialog without buttons -> Next; Next; Finish.
- Add QLabel.
- Add QSpinBox
- Edit Buddies
- Buddy label to spinbox widget.
- Edit Widgets(F3)
- Morph spinbox to QTimeEdit. -> Right click on spinbox widget -> Morph into -> QTimeEdit.
Qt Creator will crash.