[Development] Make qtstyleplugins an official module and release it

Thiago Macieira thiago.macieira at intel.com
Tue Apr 18 00:39:36 CEST 2017


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




More information about the Development mailing list