evoL / qml-treeview-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Qt6 TreeView demo

This does not work at the moment.

This repository contains a small QML app displaying a single TreeView. The app is written in Qt6 and uses the TreeView control from Qt Marketplace.

Building

Prerequisites:

  • Qt 6
  • CMake 3.14
mkdir build
cd build
cmake ..
make

Copyright

This software is licensed under the terms of the GNU General Public License v3.

About

License:GNU General Public License v3.0


Languages

Language:CMake 45.7%Language:QML 28.6%Language:C++ 25.6%