插件优化

This commit is contained in:
jiayulong 2026-01-23 14:56:37 +08:00
parent 232d750a71
commit 6c13604d68
2 changed files with 5 additions and 1 deletions

View File

@ -133,6 +133,9 @@ signals:
//改变缩放比例
void sig_changeScale(int iNewScale);
//改变道宽
void sig_changeWidth(QString strUuid, QString strSlfName, QString strWellName, QString strTrackName, int iCurrentCol, int iNewWidth);
//
//void sig_addImageToPlot(QMyCustomPlot* customPlot, double left_Low, double right_Hight, QString imagePath);

View File

@ -3,6 +3,7 @@
//插件名定义
#define MYUNITPLUGIN "MyUnitPlugin" //插件
#define PLUGINUNIT "PluginUnit" //插件
#endif // PLUGINNAME_H