Skip to content

Commit

Permalink
play with Qt 6.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Henri Wahl committed Oct 21, 2024
1 parent 8e7fb5f commit 90c9d8c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions Nagstamon/QUI/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,9 @@
APP = QApplication(sys.argv)

# as long as Windows 11 + Qt6 looks that ugly it's better to choose another app style
if OS == OS_WINDOWS and platform.release() >= '11':
APP.setStyle('fusion')
# might be mitigated with Qt 6.5.3, so commented out now
#if OS == OS_WINDOWS and platform.release() >= '11':
# APP.setStyle('fusion')

# fixed shortened and lowered color names for cells, also used by statusbar label snippets
COLORS = OrderedDict([('DOWN', 'color_down_'),
Expand Down
5 changes: 3 additions & 2 deletions build/requirements/windows.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ pip-system-certs
psutil
pyinstaller
pypiwin32
pyqt6
pyqt6-qt6
# since 6.6.0 no sound is available!?!
pyqt6==6.5.3
pyqt6-qt6==6.5.3
pysocks
python-dateutil
requests
Expand Down

0 comments on commit 90c9d8c

Please sign in to comment.