CWRUbotix / rov-25

Software for the CWRUbotix MATE ROV 2024-25 season
Apache License 2.0
0 stars 0 forks source link

[BUG] PyQtDarkTheme is broken #40

Open benjaminwp18 opened 2 months ago

benjaminwp18 commented 2 months ago

Describe the bug

PyQtDarkTheme is broken in Python 3.12. To make our GUI work in 3.12, it was removed. Now the GUI follows your system default theme on Ubuntu (i.e. if you pick dark theme in system settings, the GUI will be in dark mode).

Possible Solutions

  1. Make our own fork of PyQtDarkTheme (the owner of the original repo is MIA)
  2. Find another pre-made dark/light theme
  3. Write our own themes from scratch
benjaminwp18 commented 1 month ago

Remember to add whatever Python deps are necessary to pyproject.toml and the GUI README

i.e.

pip install pyqtdarktheme