Add saveable labels for parts and connectors

This commit is contained in:
xypwn 2020-04-03 19:37:54 +02:00
parent 0c5772ca52
commit de3d0823fb
3 changed files with 21 additions and 0 deletions

6
Label.cpp Normal file
View File

@ -0,0 +1,6 @@
#include "Label.h"
Label::Label()
{
}

11
Label.h Normal file
View 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
View File

@ -0,0 +1,4 @@
#ifndef EALIGNMODE_H
#define EALIGNMODE_H
#endif // EALIGNMODE_H