Skip to content

Apply Measure Now and Run Tab display measure html output differently #411

@macumber

Description

@macumber

Issue overview

Measure html output written to register info should be rendered the same in both Apply Measure Now and the Run Tab. Currently there are two different implementations that render differently.

errorsStyle = "QLabel { color : red; }";

and

auto appendErrorText = [&](const QString& text) {
m_textInfo->setTextColor(Qt::red);
m_textInfo->setFontPointSize(18);
m_textInfo->append(text);
};

We should have a shared implementation for these two tabs

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions