EnEff-BIM / EnEffBIM-Framework

translating from BIM to BEPS
MIT License
8 stars 0 forks source link

Investigate possiblity to expose libSimModelHierarchy in Python QT #95

Open PRemmen opened 8 years ago

PRemmen commented 8 years ago

Check if the current format of libSimModel API Hierarchy could be displayes in a tree view in PyQT

thorade commented 8 years ago

Maybe the result could look similar to the Windows regedit registry editor:

regedit_treeview

jraedler commented 8 years ago

Please have a look at branch issue95_qtreeview.

First test of the tree view in PyQt, which shows all the components and loads the hierarchy on demand (when exposed).

It can be used as a widget in a PyQt-based application or standalone as a top level windows (includes test code).

To be discussed:

jraedler commented 8 years ago

Accidently closed ...

thorade commented 8 years ago

For learning more PyQt I will try to create a main window with a menu bar and two widgets. http://pyqt.sourceforge.net/Docs/PyQt4/qmainwindow.html