mirror of
https://github.com/fralx/LimeReport.git
synced 2025-04-21 08:23:44 +03:00
Fixed build with cmake when including limereport as a submodule with add_subdirectory(...) Removed unnecessary checks of ENABLE DIALOG DESIGNER in CMakeLists.txt Fixed Qt 5.15.16 incompatibility Added missing LIMEREPORT_EXPORT Fixed warnings |
||
---|---|---|
.. | ||
designerintegration.pri | ||
formresizer.cpp | ||
formresizer.h | ||
README.txt | ||
sizehandlerect.cpp | ||
sizehandlerect.h | ||
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