remove print
This commit is contained in:
parent
cb33cd7701
commit
3c3523c656
|
@ -5391,7 +5391,6 @@ def PackFormIntoFrame(window, containing_frame, toplevel_win):
|
||||||
except:
|
except:
|
||||||
width = element.DefaultColumnWidth
|
width = element.DefaultColumnWidth
|
||||||
# treeview.column(heading, width=width * CharWidthInPixels(), anchor=anchor)
|
# treeview.column(heading, width=width * CharWidthInPixels(), anchor=anchor)
|
||||||
print(element.TreeData)
|
|
||||||
def add_treeview_data(node, widget):
|
def add_treeview_data(node, widget):
|
||||||
# print(f'Inserting {node.key} under parent {node.parent}')
|
# print(f'Inserting {node.key} under parent {node.parent}')
|
||||||
child = QTreeWidgetItem(widget)
|
child = QTreeWidgetItem(widget)
|
||||||
|
|
Loading…
Reference in New Issue