KWidgetsAddon in Qt App (Win32)?
Is it possible to use KWidgetsAddon components within a standard Qt app on Windows? Mainly, I'm looking for a good looking LED widget which appears to be elusive. Not very familiar with KDE, so not sure if this is possible or how it would be integrated into the build.
Re: KWidgetsAddon in Qt App (Win32)?
hiii,
You can use KWidgetsAddons components in a standard Qt application on Windows, but it will take some configuration to integrate them, especially if you are not using the KDE environment. These components are part of the KDE Frameworks, which are designed to extend Qt with additional widgets and features.
Re: KWidgetsAddon in Qt App (Win32)?
KWidgetsAddons is a Tier 1 KDE library, which means it has no dependencies on anything else in KDE and depends only on the Qt framework. So using it in a Qt app means building the library and then including the header and binary library files in your app's build configuration and code.