Hey Everybody,
I was curious if there are some Qt Signals that H14 & H15 emit from there MainWindow?
I am in the midst of working on simple a Asset Management System (AMS) that is subscription based. I am planning on creating a Python Panel that will allow the user to update AMS managed nodes in her HIP.
I would like this panel to update its model automagically whenever a node is deleted or created in a background thread and once the proper items are removed or added the view is updated. I wish the panel to serve a place the artist can update their HIP.
*EDIT - Fix Question