Masonmason 7a71e77aae fix: Remove problematic qRegisterMetaType import that causes deployment failure
- Remove qRegisterMetaType import that is not available in all PyQt5 versions
- Remove QTextCursor import and registration that was causing import error
- Simplify deployment dialog initialization to avoid PyQt5 compatibility issues
- The QTextCursor warning was not critical and the registration was unnecessary

This fixes the "cannot import name 'qRegisterMetaType' from 'PyQt5.QtCore'" error
that prevented deployment dialog from opening.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-24 19:36:20 +08:00
2025-05-29 15:27:12 +08:00
2025-05-15 01:22:37 +08:00
2025-05-29 15:27:12 +08:00
2025-05-29 15:27:12 +08:00
Description
No description provided
1.7 MiB
Languages
Python 100%