Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 511 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 511 Bytes

qmltreeview

This repository contains a qml TreeView implementation for Qt 5.15. The component is implemented as a qml plugin and uses only QtQuickControls2 components inside.

Features

  • A qml component implemented as a plugin
  • Dynamic extensible C++ model, based on QAbstractItemModel
  • Rows customization (there are delegates for row background, content and expander)
  • TreeView supports keys and mouse events handling inside delegates
  • Drag'n'drop inside view is supported
  • Selection\Multiselection