Show x:y pos when drag element in the status bar

This commit is contained in:
joshua
2022-11-04 20:25:49 +01:00
parent 850cc5d0f2
commit 0ae0ce04cd
4 changed files with 55 additions and 7 deletions

View File

@@ -22,6 +22,7 @@
#include "diagrameventinterface.h"
class Element;
class QStatusBar;
/**
@brief The DiagramEventAddElement class
@@ -51,6 +52,7 @@ class DiagramEventAddElement : public DiagramEventInterface
ElementsLocation m_location;
Element *m_element;
QString m_integrate_path;
QPointer<QStatusBar> m_status_bar;
};
#endif // DIAGRAMEVENTADDELEMENT_H