qt5base-lts/tests/manual/lance
Eskil Abrahamsen Blomfeldt a389001710 Fix compilation of lance tool
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>
2020-06-05 14:26:41 +02:00
..
CMakeLists.txt CMake: Regenerate tests projects 2020-03-12 11:41:39 +01:00
enum.png
icons.qrc
interactivewidget.cpp Fix compilation of lance tool 2020-06-05 14:26:41 +02:00
interactivewidget.h Updated license headers 2016-01-21 18:55:18 +00:00
lance.pro Port lance manual test to qopengl 2020-02-21 10:01:23 +01:00
main.cpp Merge remote-tracking branch 'origin/5.15' into dev 2020-03-03 14:13:02 +01:00
README
tools.png
widgets.h Remove the unused includes for QSignalMapper 2019-08-05 10:15:57 +02:00

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.