Element editor : Improve responsiveness when several shapes are selected.

This commit is contained in:
joshua
2022-08-13 12:40:59 +02:00
parent af5d5e0aa3
commit eee1c7fff7
13 changed files with 43 additions and 197 deletions

View File

@@ -32,6 +32,7 @@ class ElementPrimitiveDecorator;
class QETElementEditor;
class ESEventInterface;
class QKeyEvent;
class CustomElementGraphicPart;
/**
@brief The ElementScene class
This class is the canvas allowing the visual edition of an electrial element.
@@ -87,6 +88,8 @@ class ElementScene : public QGraphicsScene
int m_x_grid,
m_y_grid;
QPointer<CustomElementGraphicPart> m_single_selected_item;
// methods
public: