EU-Utility/core/ui
LemonNexus 7009ebbfbd fix: Add missing QCheckBox import and fix Qt.QSize reference
1. Added QCheckBox to perfect_ux.py imports (was missing)
2. Fixed dashboard_view.py: Qt.QSize -> QSize (QtCore import)

These fix the NameError and AttributeError that prevented the app from starting.
2026-02-16 00:47:47 +00:00
..
__init__.py fix: Debug PluginsView loading and add to UI exports 2026-02-16 00:34:18 +00:00
dashboard_view.py fix: Add missing QCheckBox import and fix Qt.QSize reference 2026-02-16 00:47:47 +00:00
plugins_view.py fix: UI improvements based on feedback 2026-02-16 00:30:23 +00:00
search_view.py fix: Add missing pyqtSignal import in settings_panel.py 2026-02-15 23:41:44 +00:00
settings_panel.py fix: Add missing QPixmap and Qt imports in tray_icon.py 2026-02-15 23:43:06 +00:00
settings_view.py fix: Use settings.set() instead of item assignment in _on_overlay_mode_changed 2026-02-16 00:45:03 +00:00
widgets_view.py fix: UI improvements based on feedback 2026-02-16 00:30:23 +00:00