user attributes kinda works. Hacked.
This commit is contained in:
@@ -269,6 +269,7 @@ class ToolBitLibrary(object):
|
||||
self.model.clear()
|
||||
self.model.setHorizontalHeaderLabels(self.columnNames())
|
||||
if path:
|
||||
print(f"Path: {path}")
|
||||
with open(path) as fp:
|
||||
library = json.load(fp)
|
||||
for toolBit in library['tools']:
|
||||
|
||||
Reference in New Issue
Block a user