In Gnome, use these libs and command to make QT apps follow GTK theming better:
sudo apt install qt5-style-plugins
sudo bash -c "echo 'QT_QPA_PLATFORMTHEME=gtk2' >> /etc/environment"
In Gnome, use these libs and command to make QT apps follow GTK theming better:
sudo apt install qt5-style-plugins
sudo bash -c "echo 'QT_QPA_PLATFORMTHEME=gtk2' >> /etc/environment"