Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

a nodestyle json transform problem #459

Open
Larry-Zheng opened this issue Feb 2, 2025 · 0 comments
Open

a nodestyle json transform problem #459

Larry-Zheng opened this issue Feb 2, 2025 · 0 comments

Comments

@Larry-Zheng
Copy link

I am trying to run it on lower version qt when I found a bug in NodeGraphicsObject::NodeGraphicsObject.
QJsonObject nodeStyleJson = _graphModel.nodeData(_nodeId, NodeRole::Style).toJsonObject();
Actually, what nodeData return is a variant map, please construct the json object explicitly.
auto nodeStyleJson = QJsonObject::fromVariantMap(_graphModel.nodeData(_nodeId, NodeRole::Style).toMap());

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant