Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.0.2, 5.1.0 Beta 1
-
None
-
55f01addb201c153ba5049a11f8ddfc0aa7544c7
Description
When you add a Widget to your form and promote it to QPrintPreviewWidget the resulting include in the ui_*.h file is wrong.
#include <QtWidgets/QPrintPreviewWidget>
instead of
#include <QtPrintSupport/QPrintPreviewWidget>
Is there another way to add a QPrintPreviewWidget to a designer form other than doing it in the source code?