beeref/tests
Rebecca Breu 37a01f80a2 Add rubberband selection.
There's a slight inaccuracy when getting an already selected item outside of the rubberband: the additional margin of the selection handles needs to be outside of the rubberband too (since it's part of the item's bounding box), making it slightly harder to get an item out of the selection than it should be.

Let's see if it's very noticeable/annoying in practice.
2021-04-04 12:15:23 +02:00
..
assets Add setup.py file and structure Python files correctly 2021-03-23 16:31:55 +01:00
fileio Add scaling handles for all corners 2021-04-01 20:08:19 +02:00
__init__.py Add setup.py file and structure Python files correctly 2021-03-23 16:31:55 +01:00
base.py Enhanced unittests 2021-03-28 11:06:04 +02:00
test_commands.py Minor refactoring (use QPointF everywhere instead of tuples) 2021-04-03 17:08:52 +02:00
test_items.py Unittests for multi selections 2021-04-03 16:53:19 +02:00
test_scene.py Add rubberband selection. 2021-04-04 12:15:23 +02:00
test_selection.py Add rubberband selection. 2021-04-04 12:15:23 +02:00
test_view.py Make commandline file unittest more stable 2021-04-01 22:20:13 +02:00