![]() |
Qt 6.x
The Qt SDK
|
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
The main function for the string list model example. | |
int main | ( | int | argc, |
char * | argv[] | ||
) |
The main function for the string list model example.
[2]
This creates and populates a model with values from a string list then displays the contents of the model using a QListView widget. [0]
[1]
[0] //! [1] //! [2] //! [3]
[2]
[4]
[3] //! [4]
[5]
Definition at line 17 of file main.cpp.
References app, QApplication::exec(), QAbstractTableModel::index(), model, QString::number(), QAbstractItemModel::setData(), QWindow::show(), and view.