0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-04-21 08:23:44 +03:00
LimeReport/limereport/dialogdesigner/3rdparty/qtcreator/designerintegrationv2
Константин Макаренков ebbf2b7beb Fixed build issues
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
2025-03-12 14:30:56 +03:00
..
designerintegration.pri Simplify .pro/.pri 2021-08-18 14:14:37 -03:00
formresizer.cpp WIP 2021-08-23 02:07:08 -03:00
formresizer.h QtDesigner integration has been added 2017-04-10 18:45:54 +03:00
README.txt QtDesigner integration has been added 2017-04-10 18:45:54 +03:00
sizehandlerect.cpp Fixed build issues 2025-03-12 14:30:56 +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 WIP 2021-08-23 02:07:08 -03:00
widgethost.h QtDesigner integration has been added 2017-04-10 18:45:54 +03:00
widgethostconstants.h QtDesigner integration has been added 2017-04-10 18:45:54 +03:00

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