pyanno4rt.gui.windows._tree_window
Tree window.
Overview
Tree window for the application. |
Classes
- class pyanno4rt.gui.windows._tree_window.TreeWindow(title, parent=None)[source]
Bases:
PyQt5.QtWidgets.QMainWindow,pyanno4rt.gui.compilations.tree_window.Ui_tree_windowTree window for the application.
This class creates a tree window for the graphical user interface, including a tree-based table view for dictionaries.
Overview
Methods position().
create_tree_from_dict(data, parent).
show_item_text(tree, item).
.
.
close().
Members