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
""" | |
Duplicate File Finder GUI v13.0 PyQt6 - Windows 11 Look | |
REFACTORED VERSION - Simplified Button Logic | |
Key Improvements in v13.0: | |
1. Simplified Button Logic - Each button has ONE clear purpose | |
2. Separated Search Functions - search_duplicates() vs show_trash() are now separate | |
3. Removed Context-Dependent Buttons - No more buttons that change meaning | |
4. Silent Toggle Behavior - No popup interruptions when toggling selection | |
5. Clear State Management - Simple view_mode instead of complex state checking |