Add saveable labels for parts and connectors

This commit is contained in:
xypwn
2020-04-03 19:38:01 +02:00
parent de3d0823fb
commit 5340635389
26 changed files with 341 additions and 63 deletions

View File

@@ -17,6 +17,7 @@ DEFINES += QT_DEPRECATED_WARNINGS
SOURCES += \
CircuitBuffer.cpp \
Label.cpp \
Logic.cpp \
Parts/AndGate.cpp \
Parts/BufferGate.cpp \
@@ -47,6 +48,7 @@ SOURCES += \
HEADERS += \
CircuitBuffer.h \
Label.h \
Logic.h \
Parts/AndGate.h \
Parts/BufferGate.h \
@@ -73,6 +75,7 @@ HEADERS += \
UndoCommands/RemoveParts.h \
UndoCommands/RemoveWire.h \
Wire.h \
eAlignMode.h \
eConnectorType.h \
ePartType.h