0% found this document useful (0 votes)
78 views4 pages

Model View Programming

The document discusses the model/view programming framework in Qt, which separates data (the model) from its presentation (the view). It describes how models store data and views display it, with model-view classes that include QAbstractItemModel for models and subclasses of QAbstractItemView like QListView for views. Delegates are used to display individual data elements from the model in the view.

Uploaded by

mohsan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
78 views4 pages

Model View Programming

The document discusses the model/view programming framework in Qt, which separates data (the model) from its presentation (the view). It describes how models store data and views display it, with model-view classes that include QAbstractItemModel for models and subclasses of QAbstractItemView like QListView for views. Delegates are used to display individual data elements from the model in the view.

Uploaded by

mohsan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

Model/View Programming | Qt Widgets 5.15.1 https://doc.qt.io/qt-5/model-view-programming.

html

1 of 4 11/11/2020, 10:40 PM
Model/View Programming | Qt Widgets 5.15.1 https://doc.qt.io/qt-5/model-view-programming.html

2 of 4 11/11/2020, 10:40 PM
Model/View Programming | Qt Widgets 5.15.1 https://doc.qt.io/qt-5/model-view-programming.html

3 of 4 11/11/2020, 10:40 PM
Model/View Programming | Qt Widgets 5.15.1 https://doc.qt.io/qt-5/model-view-programming.html

4 of 4 11/11/2020, 10:40 PM

You might also like