Merged
Conversation
GatsbyUSTC
reviewed
Mar 25, 2026
src/Plugins/Qt/qt_utilities.cpp
Outdated
| bool | ||
| qt_load_image_from_ramdisc (url u, QImage& im) { | ||
| // ramdisc URL: concat(root("ramdisc", data), filename) | ||
| url root_part= u[1]; |
Collaborator
There was a problem hiding this comment.
这里的引用加一下边界判断的保护?还有下面一行
GatsbyUSTC
approved these changes
Mar 26, 2026
| 1. 打开 Mogan,创建新文档 | ||
| 2. 插入内嵌图片到正文(插入 -> 图片 -> 插入图片) | ||
| 3. 检查:图片正常显示 | ||
| 4. 将图片剪切到页眉(文档 -> 页眉页脚 -> 页眉) |
Collaborator
There was a problem hiding this comment.
试了下,这里页眉页脚的图片尺寸有要求,过大展示不了,这里是相对符合预期的对吧
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.
额外将内嵌图片(ramdisc URL)的加载路径从"临时文件"改为"直接内存读取"