LimeReport/limereport/dialogdesigner/3rdparty/qtcreator/designerintegrationv2
Alexander Arin c7eec9160d QT_VERSION < 0x060000 -> (QT_VERSION < QT_VERSION_CHECK(5, 15, 1))
page order has been fixed when TOC page is present and some pages are not printable
2021-12-16 00:13:39 +03:00
..
designerintegration.pri
formresizer.cpp
formresizer.h
README.txt
sizehandlerect.cpp QT_VERSION < 0x060000 -> (QT_VERSION < QT_VERSION_CHECK(5, 15, 1)) 2021-12-16 00:13:39 +03:00
sizehandlerect.h QT_VERSION < 0x060000 -> (QT_VERSION < QT_VERSION_CHECK(5, 15, 1)) 2021-12-16 00:13:39 +03:00
widgethost.cpp
widgethost.h
widgethostconstants.h

This is a new Designer integration, started on 28.02.2008.

The reason for it is the introduction of layout caching
in Qt 4.4, which unearthed a lot of mainwindow-size related
bugs in Designer and all integrations.

The goal of it is to have a closed layout chain from
integration top level to form window.

Friedemann