Definition at line 281 of file FactGui.h.
References Description::GetHtmlDescription(), and str.
288 item->setToolTip(vec[0].comment.c_str());
292 QStandardItem *desc =
new QStandardItem(str.c_str());
293 desc->setSelectable(
false);
294 item->setChild(0, 0, desc);
static std::string GetHtmlDescription(const std::vector< Description > &vec)