Which type is equivalent to "KInstance" in windows ? "KInstance" is the type that is used in linux based Qt. I want same type for windows based Qt. Thanks Advance
KInstance isn't part of Qt, but is KDE API. Probably, on Windows, you should use native Windows API to get system configurations and settings. This will make your application non-portable.
~Daniil How To Ask Questions The Smart Way
Forum Rules