fix: Implement full-row hover effect in DataTreeView#399
fix: Implement full-row hover effect in DataTreeView#399deepin-bot[bot] merged 2 commits intolinuxdeepin:masterfrom
Conversation
There was a problem hiding this comment.
Sorry @dengzhongyuan365-dev, you have reached your weekly rate limit of 500000 diff characters.
Please try again later or upgrade to continue using Sourcery
|
/forcemerge |
- Added a new ItemViewRowHoverProxyStyle to manage hover effects for rows in the DataTreeView. - Enhanced the drawRow method to support full-row highlighting on hover, improving user interaction. - Introduced mouse tracking and hover row management to update the visual state based on mouse position. - Updated mouseMoveEvent and leaveEvent to handle hover state changes effectively. This feature enhances the visual feedback for users, making the interface more intuitive and responsive. bug: https://pms.uniontech.com/bug-view-283255.html
90c5611 to
fc9e0af
Compare
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: dengzhongyuan365-dev 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 |
1 similar comment
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: dengzhongyuan365-dev 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 |
- Modified the progress update logic to accept sub-percent values while ensuring monotonic progress. - Introduced a throttling mechanism to limit UI updates, reducing potential performance issues from frequent progress changes. - Enhanced reset and timer restart functions to invalidate the UI update timer appropriately. These changes enhance the responsiveness and accuracy of the progress display, improving user experience during long-running tasks. bug: TASK: https://pms.uniontech.com/task-view-388835.html
fc9e0af to
2ac0304
Compare
deepin pr auto review这段代码主要进行了两方面的改进:一是对进度条更新逻辑的优化( 1. 进度条更新逻辑 (
|
|
/forcemerge |
|
This pr force merged! (status: blocked) |
This feature enhances the visual feedback for users, making the interface more intuitive and responsive. bug: https://pms.uniontech.com/bug-view-283255.html