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
The documentation seems to mix Qt with KDE and Gtk+ with GNOME.
What I am looking for is the best way to make all Qt applications (including, but not limited to, KDE ones) look native on Gtk+ systems (including, but not limited to, GNOME ones).
Is this project suitable to achieving this?
The text was updated successfully, but these errors were encountered:
I don't see KDE mentioned in the documentation. The purpose of adwaita-qt is to make all Qt apps (including KDE apps as those use Qt as well) to fit into Gnome Shell, means they are supposed to look they are written in GTK+ with Adwaita style. The primary target is Gnome Shell, but if you use any other DE with Adwaita style, it will have same effect.
To make your Qt app to use this style, you have to use "-style adwaita" parameter, or alternatively use QGnomePlatform plugin, which will be used automatically on Gtk based DEs and force to use adwaita-qt in that case when available.
The documentation seems to mix Qt with KDE and Gtk+ with GNOME.
What I am looking for is the best way to make all Qt applications (including, but not limited to, KDE ones) look native on Gtk+ systems (including, but not limited to, GNOME ones).
Is this project suitable to achieving this?
The text was updated successfully, but these errors were encountered: