Thiago Macieira wrote:
> RCC registers the files with the resource file engine, so it can be found by
> QFile with the ":/" prefix. You must be talking about registering with
> something else.
I'm talking about this kind of registering:
const QString iconThemeRcc =
QStandardPaths::locate(QStandardPaths::AppDataLocation,
QStringLiteral("icontheme.rcc"));
if (!iconThemeRcc.isEmpty()) {
const QString iconThemeName = QStringLiteral("kf5_rcc_theme");
const QString iconSubdir = QStringLiteral("/icons/") + iconThemeName;
>>> if (QResource::registerResource(iconThemeRcc, iconSubdir)) { <<<
Hmm, I think I'm beginning to understand that this just registers the icon
theme
provided by "icontheme.rcc" under the name "kf5_rcc_theme".
R.
_______________________________________________
Interest mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/interest