fix(quick-panel): adjust icon and text color and hover effect in quic…#569
fix(quick-panel): adjust icon and text color and hover effect in quic…#569MyLeeJiEun wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
Sorry @MyLeeJiEun, you have reached your weekly rate limit of 500000 diff characters.
Please try again later or upgrade to continue using Sourcery
|
[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. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
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 Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions 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. |
04ac49d to
569b763
Compare
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
569b763 to
67d4be5
Compare
|
TAG Bot New tag: 2.0.95 |
…k panel
Log: Adjust quick panel item icon/text colors and hover effect using opacity
fix(quick-panel): 调整快捷面板图标和文字颜色及 hover 效果
Log: 使用透明度调整快捷面板图标的颜色和 hover 效果
PMS: BUG-314503