uwerat / qskinny

A lightweight framework on top of the Qt scene graph and only few classes from Qt/Quick. It is usable from C++ and/or QML.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QskTreeView

rick-vogel opened this issue · comments

Userstory

As a user I want to see parent/child related items in a tree view. Children should therefore be indented relative to its parent.

Features

  • Row Styling
    • Alternating row background color
    • Individual row background color
  • Cell Styling
    • Individual cell font styling
  • Selectability
    • Single Selection
    • Multi Selection
    • Recursive Selection ( e.g. selecting a parent selects its children )
  • De/Collapsing for sub-trees ( e.g. "collapse all" )