Add saveable labels for parts and connectors
parent
0c5772ca52
commit
de3d0823fb
|
@ -0,0 +1,11 @@
|
|||
#ifndef LABEL_H
|
||||
#define LABEL_H
|
||||
|
||||
|
||||
class Label : public QGraphicsTextItem
|
||||
{
|
||||
public:
|
||||
Label();
|
||||
};
|
||||
|
||||
#endif // LABEL_H
|
|
@ -0,0 +1,4 @@
|
|||
#ifndef EALIGNMODE_H
|
||||
#define EALIGNMODE_H
|
||||
|
||||
#endif // EALIGNMODE_H
|
Loading…
Reference in New Issue