You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I love this as a bare bones replacement for the kde agent but default qt looks ugly so I added: QApplication::setStyle("gtk2");
after the line: QApplication app(argc, argv); and recompiled.
Would adding themes with something like argv be something worth doing here or should a separate project be forked?
The text was updated successfully, but these errors were encountered:
Actually I think the fact that it looks ugly only depends on how you configured Qt / your Qt theme. For example, for me, using the Adapta GTK theme, it looks like this
I love this as a bare bones replacement for the kde agent but default qt looks ugly so I added: QApplication::setStyle("gtk2");
after the line: QApplication app(argc, argv); and recompiled.
Would adding themes with something like argv be something worth doing here or should a separate project be forked?
The text was updated successfully, but these errors were encountered: