The QLayout::setMargin(x) call has been deprecated since Qt 5.13. It was an alias for setContentsMargins(x, x, x, x) so we just replace it with that. Change-Id: I1c89eebfe776e0e3c8d0bdc19244bd452db4ef3c Reviewed-by: Eirik Aavitsland <eirik.aavitsland@qt.io> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| README | ||
| enum.png | ||
| icons.qrc | ||
| interactivewidget.cpp | ||
| interactivewidget.h | ||
| lance.pro | ||
| main.cpp | ||
| tools.png | ||
| widgets.h | ||
README
The "lance" tool can be used to edit and run QPainter script (.qps) files. They are used in the "lancelot" qpainter regression autotest. A collection of scripts can be found in the directory tests/auto/lancelot/scripts See lance -help for options.