V2.4.0 — Theme moderne Catppuccin + recadrage non-modal

- Theme sombre Catppuccin Mocha sur toute l'interface :
  - Menus, toolbars, dialogues, spinbox, combo, boutons
  - Scrollbars custom, bordures arrondies, hover states
  - Panneau vignettes repensé
  - Sections outils avec titre bleu
- Recadrage : dialogue non-modal (Qt.Tool) pour pouvoir
  interagir avec le viewer pendant la selection
- Fond viewer plus sombre (#11111b)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Jules
2026-03-21 14:30:17 +01:00
parent 1f8f6bb89d
commit 98049cd3cb
6 changed files with 150 additions and 33 deletions

View File

@@ -13,6 +13,8 @@ class CropDialog(QDialog):
super().__init__(parent)
self.setWindowTitle("Recadrer")
self.setMinimumWidth(450)
self.setModal(False) # Non-modal pour pouvoir interagir avec le viewer
self.setWindowFlags(self.windowFlags() | Qt.WindowType.Tool) # Reste au dessus
self._page_w = page_width_pt
self._page_h = page_height_pt
self._total_pages = total_pages