mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 00:05:58 +03:00
[GH-ISSUE #1710] Enable QT_SYLE_OVERRIDE variable #586
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#586
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @cogumelodogit on GitHub (Dec 8, 2024).
Original GitHub issue: https://github.com/shadps4-emu/shadPS4/issues/1710
it still using fusion widgets even with QT_STYLE_OVERRIDE=Breeze environment variable
@Hermiten commented on GitHub (Dec 11, 2024):
Maybe for you @abouvier ?
@abouvier commented on GitHub (Dec 12, 2024):
Well, the style seems hardcoded here.
Also, there is no default/system theme in shadps4, so it's impossible to respect the user's system theme.
A default theme should be created, and
QApplication::setStyleshould only be called when an other theme is selected.