Jesper K. Pedersen
282 results
Widgets Promotion
8 June 2021
Converting Enums to Strings
28 April 2021
Adapting Column Content to Size
22 April 2021
A nice feature of QListView and QTreeView is that the user can adapt the width of the columns using the mouse. A problem with that, however, is what to do if the column width is not wide enough to show all text. In this episode we will present an adapter that allows your model to provide multiple different strings the view can choose from.
Document Templates in Qt Creator - Part 2
18 March 2021
Document Templates in Qt Creator - Part 1
16 March 2021
Proxy Models in GammaRay
3 March 2021
QSortFilterProxyModel
3 March 2021
Models Provided from C++
3 March 2021
Proxy Models Introduction
3 March 2021
Top 7 Shortcuts in Qt Creator
24 February 2021
Using Custom Types with Model/View
11 February 2021
Exporting Values from C++ to QML
27 January 2021
Exporting QObjects from C++ to QML
27 January 2021
QObject Ownership
27 January 2021
Creating New GUI Elements from C++
27 January 2021
Creating New Elements from C++
27 January 2021
Back to Basics: writing a model
22 January 2021
Any non-trivial Qt application uses the model/view/controller framework, a design pattern separating data management from UI. This video focuses on the "model" aspect that interacts directly with data. Models are central to Qt across all UI stacks (Widgets, Quick, remote objects). While custom views are rare, developing custom models is very typical.


