From 32748eb36a07fc17eeafda1ea1b4057344a554ac Mon Sep 17 00:00:00 2001 From: brige Date: Thu, 9 Oct 2025 21:18:40 +0800 Subject: [PATCH] modify chart plot menu --- doc/dyt修改.txt | 4 +++- src/ui/Menu/ChartPlotMenu.h | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/dyt修改.txt b/doc/dyt修改.txt index 08082f8b..204993b6 100644 --- a/doc/dyt修改.txt +++ b/doc/dyt修改.txt @@ -1,6 +1,7 @@ 1.参数编辑时候崩溃bug。参数编辑窗口,添加,点击参数名称,在蓝色状态时候点击字母按键会崩溃。后续进行过某些操作就不会崩溃了。 解决方案 a、修改当前的crash(解决) + b、参数编辑关闭之后无法再次打开 2.参数编辑,第一次生成matlabparam还是在workspace下,后续生成在release下,simmatlab文件需要保存在release下才能运行。参数文件和运行的.m文件路径需要统一 解决方案 a、放到想定空间所在的目录 @@ -8,7 +9,7 @@ 3.窗口1的Report和窗口2的Report Table 展示的是不是同样的内容,如果是可以删除一个。需要在窗口1或2看的report时候通过窗口管理拖动实现。 解决方案 a、保留窗口2的Report Table (解决) - b、窗口2中的Report Table, 可以拖动变成dock模式添加到其他的窗口中 + b、窗口2中的Report Table, 可以拖动变成dock模式添加到其他的窗口中(暂定) c、有缩放属性的控件,鼠标都显示为双箭头 (解决) d、所有的窗口表头可以采用拖动的形式调整列的位置 (解决) @@ -16,6 +17,7 @@ 功能控制一样的:窗口管理和ui设置都是控制界面的放到同一个栏目 解决方案 a、窗口管理放到系统管理里面,点击按钮,弹出菜单可以勾选 (解决) + b、仿真管理-》参数编辑-》仿真。参数编辑的窗口下面的添加,删除,应用(暂定) 操作步骤连续的:①参数编辑②MatlabParam文件关联③SimMatlab关联④运行.m文件。这些放到一块方便操作 解决方案 diff --git a/src/ui/Menu/ChartPlotMenu.h b/src/ui/Menu/ChartPlotMenu.h index 036971dd..1009335e 100644 --- a/src/ui/Menu/ChartPlotMenu.h +++ b/src/ui/Menu/ChartPlotMenu.h @@ -15,6 +15,7 @@ public: protected: void InitMenu(); + bool IsRuning(); signals: