Skip to content

feature-add-node-visual#2637

Merged
tamlok merged 5 commits intovnotex:masterfrom
feloxx:feature-add-node-visual
Aug 5, 2025
Merged

feature-add-node-visual#2637
tamlok merged 5 commits intovnotex:masterfrom
feloxx:feature-add-node-visual

Conversation

@feloxx
Copy link
Member

@feloxx feloxx commented Aug 1, 2025

add node visual

support node

  • name color
  • background color
  • border color
  • cascade background or border color


m_createdTimeUtc = Utils::dateTimeFromStringUniform(p_jobj[NodeConfig::c_createdTimeUtc].toString());
m_modifiedTimeUtc = Utils::dateTimeFromStringUniform(p_jobj[NodeConfig::c_modifiedTimeUtc].toString());
m_createdTimeUtc = Utils::dateTimeFromStringUniform(p_jobj[NodeConfig::c_createdTimeUtc].toString());
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should not add extra leading spaces.

// Visual settings for the container node itself
QString m_backgroundColor;
QString m_borderColor;
QString m_nameColor;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

m_color is better name.

@tamlok tamlok merged commit 924451b into vnotex:master Aug 5, 2025
2 of 4 checks passed
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

Successfully merging this pull request may close these issues.

2 participants