Add saveable labels for parts and connectors
This commit is contained in:
parent
0c5772ca52
commit
de3d0823fb
11
Label.h
Normal file
11
Label.h
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
#ifndef LABEL_H
|
||||||
|
#define LABEL_H
|
||||||
|
|
||||||
|
|
||||||
|
class Label : public QGraphicsTextItem
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
Label();
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif // LABEL_H
|
4
eAlignMode.h
Normal file
4
eAlignMode.h
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
#ifndef EALIGNMODE_H
|
||||||
|
#define EALIGNMODE_H
|
||||||
|
|
||||||
|
#endif // EALIGNMODE_H
|
Loading…
Reference in New Issue
Block a user