On segunda-feira, 17 de abril de 2017 15:05:30 PDT Kevin Kofler wrote:
> Thiago Macieira wrote:
> > So src/widgets/styles/qgtkstyle.cpp did not compile with Gtk3?
>
> No, it doesn't. The GTK+ 3 theming API is very different.
>
> Some Red Hat / Fedora developers have ported the Adwaita style (the default
> GNOME 3 style) to Qt natively, and that is chosen by default on GNOME 3 in
> Fedora (through a platform plugin also implemented by them: QGnomePlatform).
Which is not part of Qt? Because I can't find QGnomePlatform.
QGnomeTheme::themeHint has this:
case QPlatformTheme::StyleNames: {
QStringList styleNames;
styleNames << QStringLiteral("fusion") << QStringLiteral("windows");
return QVariant(styleNames);
}
--
Thiago Macieira - thiago.macieira (AT) intel.com
Software Architect - Intel Open Source Technology Center
_______________________________________________
Development mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/development