sosninroman / qmltreeview

A qml TreeView implementation for Qt 5.15 and QtQuickControls2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A qml TreeView implementation for Qt 5.15 and QtQuickControls2


Languages

Language:C++ 57.6%Language:QML 36.1%Language:CMake 6.0%Language:C 0.3%