chg: NodeGraphicsItem in Node.py#2869
chg: NodeGraphicsItem in Node.py#2869j9ac9k merged 3 commits intopyqtgraph:masterfrom Doralitze:patch-1
Conversation
Made title and node offsets configurable
|
how would you feel about adding setter/getter methods such as |
Note that i chose a different name for the nodeOffset property for the external interface as the parameter actually affects the offset between terminals within one node instead of the offset between nodes.
I've added the methods that you requested. First of all, note that i chose a different name for the |
|
This LGTM @Doralitze thanks for the PR! Our flowchart module can certainly use a lot more love and attention! |
Made title and node offsets configurable.
There are a lot of places where additional data needs to be rendered together with the node. Usually people inherit from
NodeGraphicsItemin that case and completely reimplementupdateTerminalswhen all that would be required is reconfigurability for the space occupied by the terminals.Other Tasks
Bump Dependency Versions
Files that need updates
Confirm the following files have been either updated or there has been a determination that no update is needed.
README.mdsetup.pytox.ini.github/workflows/main.ymland associatedrequirements.txtand condaenvironemt.ymlfilespyproject.tomlbinder/requirements.txtPre-Release Checklist
Pre Release Checklist
__init__.pyCHANGELOGprimarily using contents from automated changelog generation in GitHub release pagePost-Release Checklist
Steps To Complete
.dev0to__version__in__init__.py