You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Description of the issue]
I applyed the qdarkstyle in my project which contians qwtplots,when I set Qwt legend dock to right, legend can't fully display.
auto m_legend = new QwtLegend(ui->qwtPlot->canvas());
ui->qwtPlot->insertLegend(m_legend,QwtPlot::RightLegend);
m_legend->setMinimumWidth(90);
m_legend->setDefaultItemMode(QwtLegendData::Checkable);
auto curve=new QwtPlotCurve("testcureve01");
curve->attach(ui->qwtPlot);
Actual Result
Here is the image actually:
Expected Results / Proposed Result
Here is the image expected ,the legend fully displayed.
The text was updated successfully, but these errors were encountered:
Describe Your Environment
Language
C++
Description / Steps to Reproduce [if necessary]
[Description of the issue]
I applyed the qdarkstyle in my project which contians qwtplots,when I set Qwt legend dock to right, legend can't fully display.
Actual Result
Here is the image actually:
Expected Results / Proposed Result
Here is the image expected ,the legend fully displayed.
The text was updated successfully, but these errors were encountered: