优化蝌蚪图
This commit is contained in:
parent
50d8381709
commit
82246766be
|
|
@ -5084,7 +5084,7 @@ void FormDraw::initKedou(QMyCustomPlot *widget, QString strSlfName, QString strL
|
|||
widget->m_Value2=NULL;
|
||||
widget->m_Value3=NULL;
|
||||
//m_csUnit = "(°)";
|
||||
widget->m_bTableData=1;//表格或曲线
|
||||
widget->m_bTableData=0;//表格或曲线
|
||||
widget->m_LeftVal2=0;
|
||||
widget->m_RightVal2=360;
|
||||
widget->m_csCurveDDIR = "DDIR"; // 方位 曲线名
|
||||
|
|
|
|||
|
|
@ -11134,12 +11134,7 @@ bool QMyCustomPlot::Refurbish()
|
|||
{
|
||||
bool flag = true;
|
||||
if (m_bTableData)
|
||||
{
|
||||
ReadFracDef_gaodaofeng();
|
||||
for (int i = 0 ; i < iFracType ; i++)
|
||||
{
|
||||
m_bTypeDraw[i] = true;
|
||||
}
|
||||
{
|
||||
//
|
||||
ReadData(m_strSlfName, "");
|
||||
}
|
||||
|
|
@ -11792,6 +11787,12 @@ void QMyCustomPlot::Draw_Kedou()
|
|||
{
|
||||
if (m_bTableData)
|
||||
{
|
||||
ReadFracDef_gaodaofeng();
|
||||
for (int i = 0 ; i < iFracType ; i++)
|
||||
{
|
||||
m_bTypeDraw[i] = true;
|
||||
}
|
||||
|
||||
//
|
||||
m_qsDIR="DDIR"; // 方位 曲线名
|
||||
m_qsDIP="DANG";//倾角
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user