Display conductor number

This commit is contained in:
joshua
2022-06-14 19:30:45 +02:00
parent 5c6b9f1829
commit 2e15372aab
4 changed files with 35 additions and 27 deletions

View File

@@ -54,13 +54,13 @@ class TerminalStripModel : public QAbstractTableModel
Level2 = 4,
Level3 = 5,
Label = 6,
XRef = 7,
Cable = 8,
CableWire = 9,
Type = 10,
Function = 11,
Led = 12,
Conductor = 13,
Conductor = 7,
XRef = 8,
Cable = 9,
CableWire = 10,
Type = 11,
Function = 12,
Led = 13,
Invalid = 99
};