fix(quick-panel): add hover opacity effect#325
Conversation
1. Add QGraphicsOpacityEffect to QuickPanel for opacity control 2. Implement enterEvent/leaveEvent with Qt5/Qt6 compatibility 3. Add updateOpacity() to adjust opacity on hover state 4. Define opacity constants (normal=0.7, hover=1.0) Log: Add hover visual feedback for QuickPanel via opacity effect fix(quick-panel): 添加鼠标悬浮透明度效果 1. 为 QuickPanel 添加 QGraphicsOpacityEffect 以控制透明度 2. 实现 enterEvent/leaveEvent 并兼容 Qt5/Qt6 3. 新增 updateOpacity() 根据悬浮状态调整透明度 4. 定义透明度常量(普通 0.7,悬浮 1.0) Log: 为 QuickPanel 添加鼠标悬浮时的透明度视觉反馈 PMS: BUG-314503
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. 😃 |
|
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. |
|
TAG Bot New tag: 6.0.39 |
Log: Add hover visual feedback for QuickPanel via opacity effect
fix(quick-panel): 添加鼠标悬浮透明度效果
Log: 为 QuickPanel 添加鼠标悬浮时的透明度视觉反馈
PMS: BUG-314503