Complete PySide6 migration: Replace tkinter with Qt
- Installed PySide6 6.10.1 - Implemented LoginDialog with QDialog (replaces LoginWindow) - Implemented ImageGeneratorWindow with QMainWindow - Implemented ImageGenerationWorker with QThread for async operations - Preserved all functionality: authentication, image generation, config management - Applied QSS styling for modern UI - All Phase 1-3 tasks completed (coding) - Phase 4 tasks (manual testing) ready for user
Showing
2 changed files
with
61 additions
and
61 deletions
This diff is collapsed.
Click to expand it.
-
Please register or sign in to post a comment