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

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