Registry / other / kf5jobwidgets

kf5jobwidgets

JSON →
library5.116.0vcpkgunverified

Widgets for showing progress of asynchronous jobs.

vcpkg install kf5jobwidgets
INSTALL
IMPORT
SIG · KF5JOBWIDGETS
K
kf5jobwidgets
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.

KJobWidgets/KJobWidgets
#include <KJobWidgets/KJobWidgets>

Set a window for a KJob

#include <KJobWidgets/KJobWidgets> #include <KJob> #include <QApplication> #include <iostream> int main(int argc, char *argv[]) { QApplication app(argc, argv); KJob* job = new KJob(); KJobWidgets::setWindow(job, nullptr); std::cout << "Job widget set" << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
5.116.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources

No resource links recorded.

kf5jobwidgets — pip install kf5jobwidgets · libregistry