Models and Views: String ListModel Example


  QT += qml quick

  SOURCES += main.cpp
  RESOURCES += stringlistmodel.qrc

  target.path = $$[QT_INSTALL_EXAMPLES]/quick/models/stringlistmodel
  INSTALLS += target