https://bugs.documentfoundation.org/show_bug.cgi?id=172885
--- Comment #9 from Michael Weghorn <[email protected]> --- (In reply to Michael Weghorn from comment #6) > (In reply to Hossein from comment #5) > > QT_STYLE_OVERRIDE works similar to setting some style options via -style in > > command line. It does not accept stylesheet, which is set by -stylesheet. > > I think it would make sense to allow setting the stylesheet in a similar > way, e.g. via a new environment variable `QT_STYLE_SHEET`. > > Suggested upstream now, waiting for feedback/review: > https://qt-project.atlassian.net/browse/QTBUG-148638 > https://codereview.qt-project.org/c/qt/qtbase/+/756261 In addition (whether the former is going to be accepted is unclear at the moment), pending change series up to https://gerrit.libreoffice.org/c/core/+/208833 introduces support for the `-style=<something>` and `-stylesheet=<something>` args supported by regular Qt applications. (Note that only these variants are supported for now, not the space-separated ones like `-style <something>`, but if anybody wants to extend the solution to cover these as well, please feel free.) I'm referencing the ticket here because it is related, but - as discussed before - the implementation of themes is not covered by this. -- You are receiving this mail because: You are the assignee for the bug.
