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のsetDataAPIを、URLを格納するためのユーザー定義のロールとともに使用できます。
void QStandardItem::setData ( const QVariant & value, int role = Qt::UserRole + 1 )