深度显示问题
This commit is contained in:
parent
461c773e63
commit
fd742d0afd
|
|
@ -5957,8 +5957,8 @@ void FormDraw::initDepth(QMyCustomPlot *curv)
|
|||
curv->yAxis->setTickLabelSide(QCPAxis::lsInside);
|
||||
QFont font1("微软雅黑", 8);
|
||||
curv->yAxis->setTickLabelFont(font1);
|
||||
curv->yAxis->setRange(qAbs(m_iY1), m_iY2);
|
||||
curv->yAxis->setRangeReversed(true);
|
||||
curv->yAxis->setRange(m_iY1, m_iY2);
|
||||
//curv->yAxis->setRangeReversed(true);
|
||||
|
||||
curv->axisRect()->setupFullAxesBox();
|
||||
curv->yAxis->ticker()->setTickCount(60);//y个主刻度
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user