PDA

View Full Version : KWidgetsAddon in Qt App (Win32)?



Mesozoic
7th September 2017, 19:21
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.

OmarDay
18th December 2024, 07:02
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.

d_stranz
19th December 2024, 19:29
KWidgetsAddons (https://api.kde.org/frameworks/index.html) 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.