polkit-dumb-agent icon indicating copy to clipboard operation
polkit-dumb-agent copied to clipboard

Are Qt styles within the scope of this project or should it be forked?

Open yobleck opened this issue 3 years ago • 1 comments

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?

yobleck avatar Mar 12 '21 01:03 yobleck

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

image

which I wouldn't consider ugly.

victorbnl avatar Feb 15 '22 12:02 victorbnl