[TechDraw] Multiselection mode implementation

This commit is contained in:
pavltom
2023-11-16 16:43:13 +01:00
committed by WandererFan
parent 4703c77067
commit 3876f23f4d
12 changed files with 162 additions and 1 deletions

View File

@@ -63,6 +63,7 @@ Q_SIGNALS:
void endEdit();
protected:
bool multiselectEligible() override { return false; }
void mousePressEvent(QGraphicsSceneMouseEvent *event) override;
private: