Qt入门教程【数据模型篇】 QStringListModel字符串的模型

QStringListModel Class

类提供一个向视图提供字符串的模型。

公共功能

QStringListModel(const QStringList &strings, QObject *parent = nullptr)
QStringListModel(QObject *parent = nullptr)
无效 setStringList(const QStringList &strings))
QStringList stringList() const

重新实现的公共功能

你可能感兴趣的:(Qt入门教程100篇,qt,ui,开发语言)