结论占比

This commit is contained in:
DESKTOP-450PEFP\mainc 2026-03-01 12:39:47 +08:00
parent 9127ea590e
commit 62e62535cf

View File

@ -1629,6 +1629,10 @@ void QMyCustomPlot::s_changeDrawProperty(QVariantList vlist)
else if ("变密度颜色级数" == strProperty)
{
this->setSchemeIndex(m_nSchemeIndex, varVal.toInt());
}
else if ("结论占比%" == strProperty)
{
}
this->replot();
}