-
Bug
-
Resolution: Done
-
P2: Important
-
4.7.0
-
None
-
Windows XP
-
36438bc216f939acd4e6772847d435e2e77d41c3
Copy/pasting any control to the QTabWidget with no existing pages causes Qt Creator to throw an exception.
To reproduce:
1. Place a QTabWidget on form; delete all default pages.
2. Place any other control on form;
3. Select that other control and make a copy (e.g. press Ctrl+C)
4. Select tab widget and paste previously copied control on it (e.g. press Ctrl+V)
5. Observe exception.