Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 Qt 的新手。我使用 QStandard 项目模型创建了一个 Qtree 视图。现在我想将 Url 设置为我的项目。如何为树视图项目分配 url。
您可以使用 QStandardItem 的 setData API,并使用用户定义的角色来存储 URL。
void QStandardItem::setData ( const QVariant & value, int role = Qt::UserRole + 1 )