Registry / other / kf5widgetsaddons

kf5widgetsaddons

JSON →
library5.116.0vcpkgunverified

Addons to QtWidgets providing additional widgets and utilities.

vcpkg install kf5widgetsaddons
INSTALL
IMPORT
SIG · KF5WIDGETSADDONS
K
kf5widgetsaddons
othercppv5.116.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

KWidgetsAddons/KWidgetsAddons
#include <KWidgetsAddons/KWidgetsAddons>

Create a simple Qt application using KF5 Widgets Addons.

#include <KWidgetsAddons/KWidgetsAddons> #include <QApplication> #include <QPushButton> int main(int argc, char** argv) { QApplication app(argc, argv); QPushButton button("Hello from KF5"); button.show(); return app.exec(); }
Debug
Known issues
gotchaRequires Qt5 and KF5 infrastructure. Ensure you have the correct Qt version and KF5 dependencies installed.
fix
Use find_package(KF5WidgetsAddons REQUIRED) and target_link_libraries(your_target PRIVATE KF5::WidgetsAddons)
affects: *
Upgrade
Version history
5.116.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

kf5widgetsaddons — pip install kf5widgetsaddons · libregistry