mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-20 03:16:10 +00:00
Enable brownsing in MeshlabStdDialog
This commit is contained in:
parent
179cbb8700
commit
e3f04d731b
@ -124,6 +124,7 @@ void MeshlabStdDialog::loadFrameContent(MeshDocument *mdPt)
|
||||
QLabel *ql = new QLabel("<i>" + curmfi->filterInfo(curAction) + "</i>", qf);
|
||||
ql->setTextFormat(Qt::RichText);
|
||||
ql->setWordWrap(true);
|
||||
ql->setOpenExternalLinks(true);
|
||||
gridLayout->addWidget(ql, 0, 0, 1, 2, Qt::AlignTop); // this widgets spans over two columns.
|
||||
|
||||
stdParFrame = new StdParFrame(this, curgla);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user