mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-18 05:00:33 +01:00
Show x:y pos when drag element in the status bar
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user