Select a Line with the Mouse
Solved
Qt for Python
-
@JThornton What you describe sounds like you rather should use Qt Graphics View Framework: https://doc.qt.io/qt-5/graphicsview.html
https://doc.qt.io/qt-5/qgraphicsscene.htmlWhat you draw with QPainter is just a bunch of pixels - you would have to implement everything by yourself.