Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 463 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 463 Bytes

sample-qt-model-view

The simplest implementation of the Qt Model / View pattern to understand how it's working.

Application screenshot

No fancy feature of the Model / View is used. Only the bare minimum:

  • Feed countries (Name, Capital, Flag) from a QAbstractListModel
  • Display the list of countries in a QListView
  • Update a custom Widget displaying the currently selected Country