First off I'm deeply impressed with this Designer program.
But building (with Cs1.8) and running it with these steps:
- Open a recent
test.ui file.
- Enter
Settings | Preferences. Select the Forms tab and enable Preview Zoom 200%.
- Press
Ctrl-R to preview my dialog. It shows scaled to 200% very nicely.
- But pressing ESC to quit the preview, triggers this
Q_ASSERT_X() from src/core/qsharedpointer.cpp:
ASSERT failure in QWeakPointer: "Detected QWeakPointer creation in a QObject being deleted", file src/core/pointer/qsharedpointer.cpp, line 50. And the program exits.
I've no idea what's this is all about.
First off I'm deeply impressed with this Designer program.
But building (with Cs1.8) and running it with these steps:
test.uifile.Settings | Preferences. Select theFormstab and enablePreview Zoom 200%.Ctrl-Rto preview my dialog. It shows scaled to 200% very nicely.Q_ASSERT_X()fromsrc/core/qsharedpointer.cpp:ASSERT failure in QWeakPointer: "Detected QWeakPointer creation in a QObject being deleted", file src/core/pointer/qsharedpointer.cpp, line 50. And the program exits.I've no idea what's this is all about.