Skip to content

fix(quick-panel): adjust icon and text color and hover effect in quic…#569

Open
MyLeeJiEun wants to merge 1 commit into
linuxdeepin:masterfrom
MyLeeJiEun:fork-from-master-0622-fix-issue-314503
Open

fix(quick-panel): adjust icon and text color and hover effect in quic…#569
MyLeeJiEun wants to merge 1 commit into
linuxdeepin:masterfrom
MyLeeJiEun:fork-from-master-0622-fix-issue-314503

Conversation

@MyLeeJiEun

Copy link
Copy Markdown
Contributor

…k panel

  1. Add QGraphicsOpacityEffect to NetItemWidget for opacity-based dimming
  2. Set normal state opacity to 0.7 and hover state opacity to 1.0
  3. Apply graphics effect on widget initialization
  4. Update opacity dynamically on hover state changes

Log: Adjust quick panel item icon/text colors and hover effect using opacity

fix(quick-panel): 调整快捷面板图标和文字颜色及 hover 效果

  1. 为 NetItemWidget 添加 QGraphicsOpacityEffect 实现透明度效果
  2. 设置正常状态透明度为 0.7,hover 状态透明度为 1.0
  3. 在控件初始化时应用图形效果
  4. 根据 hover 状态动态更新透明度

Log: 使用透明度调整快捷面板图标的颜色和 hover 效果
PMS: BUG-314503

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry @MyLeeJiEun, you have reached your weekly rate limit of 500000 diff characters.

Please try again later or upgrade to continue using Sourcery

@deepin-ci-robot

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: MyLeeJiEun

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@deepin-ci-robot

Copy link
Copy Markdown

Hi @MyLeeJiEun. Thanks for your PR.

I'm waiting for a linuxdeepin member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@MyLeeJiEun MyLeeJiEun force-pushed the fork-from-master-0622-fix-issue-314503 branch from 04ac49d to 569b763 Compare June 23, 2026 11:57
1. Add QGraphicsOpacityEffect to QuickPanelWidget for icon, name and state labels with hover opacity transition
2. Add QGraphicsOpacityEffect to JumpSettingButton for icon and description labels on hover
3. Add QGraphicsOpacityEffect to NetItemWidget for hover feedback in net-view
4. Set normal opacity to 0.7 and hover opacity to 1.0 for consistent visual feedback
5. Implement enterEvent/leaveEvent in QuickPanelWidget to handle hover state

Log: Add hover opacity effect to dock network plugin and net-view widgets for visual feedback

fix(network): 添加悬停透明度效果

1. 为 QuickPanelWidget 的图标、名称和状态标签添加透明度效果,悬停时改变透明度
2. 为 JumpSettingButton 的图标和描述标签添加悬停透明度效果
3. 为 NetItemWidget 添加悬停透明度效果
4. 普通状态透明度设为 0.7,悬停状态设为 1.0,提供一致的视觉反馈
5. 在 QuickPanelWidget 中实现 enterEvent/leaveEvent 处理悬停状态

Log: 为网络插件和视图组件添加悬停透明度效果,优化交互反馈
PMS: BUG-314503
@MyLeeJiEun MyLeeJiEun force-pushed the fork-from-master-0622-fix-issue-314503 branch from 569b763 to 67d4be5 Compare June 23, 2026 12:05
@deepin-bot

deepin-bot Bot commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

TAG Bot

New tag: 2.0.95
DISTRIBUTION: unstable
Suggest: synchronizing this PR through rebase #568

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants