Registry / other / kf6itemmodels

kf6itemmodels

JSON →
library6.23.0vcpkgunverified

Models for Qt Model/View system.

vcpkg install kf6itemmodels
INSTALL
IMPORT
SIG · KF6ITEMMODELS
K
kf6itemmodels
othercppv6.23.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.

KItemModels/KItemModels
#include <KItemModels/KItemModels>

Uses KSelectionProxyModel with a QTreeView

#include <KItemModels/KItemModels.h> #include <QApplication> #include <QTreeView> int main(int argc, char* argv[]) { QApplication app(argc, argv); KSelectionProxyModel model; QTreeView view; view.setModel(&model); view.show(); return app.exec(); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
6.23.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources

No resource links recorded.

kf6itemmodels — pip install kf6itemmodels · libregistry