diff --git a/logPlus/qmycustomplot.cpp b/logPlus/qmycustomplot.cpp index 793dbb7..bb2050d 100644 --- a/logPlus/qmycustomplot.cpp +++ b/logPlus/qmycustomplot.cpp @@ -1629,6 +1629,10 @@ void QMyCustomPlot::s_changeDrawProperty(QVariantList vlist) else if ("变密度颜色级数" == strProperty) { this->setSchemeIndex(m_nSchemeIndex, varVal.toInt()); + } + else if ("结论占比%" == strProperty) + { + } this->replot(); }