Skip to content

Give a dictionary to a QTreeView and get beautiful table-organized user interface.

Notifications You must be signed in to change notification settings

dope791/dicttotreeview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dicttotreeview

python docs version

This package displays and actualizes a given dictionary on a given TreeView. (GUI) Customizable features for filtering dicts and displaying lists. This package inherits from QStandardItemModel and other.

Web resources

Usage

Initialization:

from dicttotreeview import DictToTreeView

DictToTreeView(data_dict, TreeView)

Installation

pip

If you use pip, you can install DictToTreeView from our PO1 Package Registry with:

pip install dicttotreeview

If you cannot install packages from our PO1 Package Registry please reade the guide on how to configure your pip.ini file.

Git+SSH

If you have access to the repository, you can also install a specific <tag> with:

python -m pip install --upgrade "git+ssh://github.com/dope791/dicttotreeview.git@<tag>"

About

Give a dictionary to a QTreeView and get beautiful table-organized user interface.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages