Skip to content

This repository is for my tutorial on how Model/View programming works in Qt. It shows how to create a TableModel that is based around organizing data in rows.

License

Notifications You must be signed in to change notification settings

Diusrex/qt-tablemodel-implementation

Repository files navigation

Qt TableModel Implementation

This repository is for my tutorial on how Model/View programming works in qt. It shows how to create a TableModel that is based around organizing data in rows.

The code in this branch only allows the default editing provited by QTableView, I have also provided two different implementations: one where the delegate creates the editor, and one where QItemEditorFactory changes the editor created.

Requirements to Run

A working installation of Qt 5.

c++11 (or could remove the unique_ptr and replace it with a normal pointer).

About

This repository is for my tutorial on how Model/View programming works in Qt. It shows how to create a TableModel that is based around organizing data in rows.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages