Re: QIcon::fromTheme on non linux platforms

2014-12-13 Thread Albert Astals Cid
/best way to get this functionality on non linux platforms? Is QIcon::fromTheme something that comes from the platform plugin or do we need to use patched Qt on those platforms to support getting the icons our applications need? The *correct* way would be having a QPlatformTheme and reimplementing

QIcon::fromTheme on non linux platforms

2014-12-09 Thread Jeremy Whiting
). All the ecm_install_icons calls in kdeedu applications that I saw install into hicolor theme, or don't set a theme and end up in hicolor by default. So the question then becomes what's the correct/best way to get this functionality on non linux platforms? Is QIcon::fromTheme something that comes