qtconfig tool for Qt 5?

qtconfig no longer exist in Qt5. Qt5 applications will use the current desktop settings by default, but it doesn't work perfectly. For instance I'm using XFCE and it doesn't automatically set the style to Gtk.

The style can be set with the -style command line option, for instance -style=gtk . Or you can use a specific Qt stylesheet with -stylesheet. You can see the available options in QApplication documentation. Also :

You can also set the style for all Qt applications by setting the QT_STYLE_OVERRIDE environment variable.

For smplayer, you can change the default font and style used in the menu Option > Preferences > Interface.


this here do its job: https://www.archlinux.org/packages/community/x86_64/lxqt-config/

not packaged, afaik: http://qt-apps.org/content/show.php/Qt5+Configuration+Tool?content=168066


The solution that worked best for me is qt5ct, which is currently available in the standard Arch community packages. It's a DE-independant Qt5 configuration utility similar to the old qtconfig.

https://wiki.archlinux.org/index.php/qt#Configuration_of_Qt5_apps_under_environments_other_than_KDE_Plasma

Tags:

Qt

Arch Linux