November 2018
Intermediate to advanced
1150 pages
24h 11m
English
What we want for our app is a list of characters to show up in the top part of the left column and a horizontal sequence of a button as well as a line edit to be displayed underneath it. Thus, we first add a new horizontal layout and then a List View (http://doc.qt.io/qt-5.9/qlistview.html) widget as children to the vertical layout we created before.
QListView corresponds in the widgets world to the ListView Qt Quick component we made use of in the previous chapters; it is a component based on the model/view paradigm, which automatically gets ...
Read now
Unlock full access