Conversation
…件夹的分布。 现在的ui符合了MVC结构,能够以人类可理解的方式对外层业务进行调用。 后续的改动应该先创建一个widget组件和相应工具,不要直接在qt的windows上改动。在widget验证跑通后,才能作为组件加入window。 修复了不会自动下滑到最后的问题 修复了自动下滑到最后的回复时,跨线程调用qt崩溃问题 修复了加载中进度条显示异常问题 心智云图调用问题 agent managet问题
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
4.1 ui更新日志
对ui架构进行了重构,大幅度解耦了ui,在界面风格不变的前提下,将一个2000行的超级屎山ui window进行了拆分,也给组件做了不同文件夹的分布。
现在的ui符合了MVC结构,能够以人类可理解的方式对外层业务进行调用。
后续的改动应该先创建一个widget组件和相应工具,不要直接在qt的windows上改动。在widget验证跑通后,才能作为组件加入window。
修复bug
修复了不会自动下滑到最后的问题
修复了自动下滑到最后的回复时,跨线程调用qt崩溃问题
修复了加载中进度条显示异常问题
待修复bug
心智云图调用问题
agent managet问题