Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please clarify documentation on Qt vs. KDE and Gtk+ vs. GNOME #101

Closed
probonopd opened this issue May 17, 2018 · 3 comments
Closed

Please clarify documentation on Qt vs. KDE and Gtk+ vs. GNOME #101

probonopd opened this issue May 17, 2018 · 3 comments

Comments

@probonopd
Copy link

probonopd commented May 17, 2018

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?

@grulja
Copy link
Collaborator

grulja commented May 17, 2018

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.

@grulja grulja closed this as completed May 17, 2018
@grulja
Copy link
Collaborator

grulja commented May 17, 2018

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.

@probonopd
Copy link
Author

probonopd commented May 17, 2018

Thanks for the clarification @grulja.

I don't see KDE mentioned in the documentation.

Indeed, I was tricked by the "About KDE" dialog box.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants