From 62e62535cffe8aa720c2e3c2431aed6091a7e18a Mon Sep 17 00:00:00 2001 From: "DESKTOP-450PEFP\\mainc" Date: Sun, 1 Mar 2026 12:39:47 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=93=E8=AE=BA=E5=8D=A0=E6=AF=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- logPlus/qmycustomplot.cpp | 4 ++++ 1 file changed, 4 insertions(+) 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(); }