fix: fix font weight property assignment#722
Merged
deepin-bot[bot] merged 1 commit intolinuxdeepin:masterfrom Mar 6, 2026
Merged
fix: fix font weight property assignment#722deepin-bot[bot] merged 1 commit intolinuxdeepin:masterfrom
deepin-bot[bot] merged 1 commit intolinuxdeepin:masterfrom
Conversation
1. Changed Font.BoldFont.Bold to Font.Bold in folderNameFont property assignment 2. This fixes a QML warning about incorrect property access 3. The original code was trying to access a non-existent property chain 4. Font.Bold is the correct way to specify bold font weight in Qt/QML Influence: 1. Verify that folder grid view popup displays with correct bold font styling 2. Check for any remaining QML warnings related to font properties 3. Test popup appearance and text rendering in different display scenarios fix: 修复字体粗细属性赋值 1. 将 folderNameFont 属性赋值中的 Font.BoldFont.Bold 改为 Font.Bold 2. 修复了关于错误属性访问的 QML 警告 3. 原始代码尝试访问不存在的属性链 4. Font.Bold 是在 Qt/QML 中指定粗体字重的正确方式 Influence: 1. 验证文件夹网格视图弹窗是否以正确的粗体字体样式显示 2. 检查是否还有与字体属性相关的 QML 警告 3. 在不同显示场景下测试弹窗外观和文本渲染
Reviewer's guide (collapsed on small PRs)Reviewer's GuideThis PR corrects a QML font-weight property usage in the windowed launcher folder grid view popup to use the proper Qt/QML bold enumeration, eliminating a warning and ensuring correct bold rendering. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
deepin pr auto review针对这段 QML 代码的 1. 语法逻辑与规范审查
2. 代码质量审查
3. 代码性能审查
4. 代码安全审查
总结与建议这是一次高质量的代码修正。
|
robertkill
approved these changes
Mar 6, 2026
Contributor
Author
|
/forcemerge |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: 18202781743, robertkill The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
This pr force merged! (status: blocked) |
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.
assignment
Influence:
styling
scenarios
fix: 修复字体粗细属性赋值
Influence:
Summary by Sourcery
Bug Fixes: