Open sphh opened 2 years ago
Is this intended?
no.
NodeWidget
needs some tweakingNameLabel
should set cursor to pos 0 and name_label
should maybe take precedence over type_label
* indicate too long names ("...")
That should be easy, because the new StartupDialog.py
file from PR #96 has already an ElideLabel
widget class, which does that. Just use .setElideMode(Qt.ElideRight)
to have the ellipses at the end of the name.
I have two nodes in the package directory
long_package_directory
:When I load them, the names get truncated in the Nodes' list (lower left corner of the main window):
If I move the divider between the Scripts and Nodes lists and the main flow area to the right, the node names are still not displayed in their full length (note, that the bottom node name is
Very Long Node Name
…):Also the list does not fill the whole available space. Is this intended?