forked from qt-creator/qt-creator
ExtensionManager: Enable opening of external links
Amends: 81163b431e
Change-Id: I512279d86590bc35d7816ff69bb618aea58b4fcb
Reviewed-by: Cristian Adam <cristian.adam@qt.io>
This commit is contained in:
@@ -427,6 +427,7 @@ ExtensionManagerWidget::ExtensionManagerWidget(QWidget *parent)
|
|||||||
d->description->setWordWrap(true);
|
d->description->setWordWrap(true);
|
||||||
d->linksTitle = sectionTitle(h6CapitalTF, Tr::tr("More information"));
|
d->linksTitle = sectionTitle(h6CapitalTF, Tr::tr("More information"));
|
||||||
d->links = tfLabel(contentTF, false);
|
d->links = tfLabel(contentTF, false);
|
||||||
|
d->links->setOpenExternalLinks(true);
|
||||||
d->imageTitle = sectionTitle(h6CapitalTF, {});
|
d->imageTitle = sectionTitle(h6CapitalTF, {});
|
||||||
d->image = new QLabel;
|
d->image = new QLabel;
|
||||||
d->imageMovie.setDevice(&d->imageDataBuffer);
|
d->imageMovie.setDevice(&d->imageDataBuffer);
|
||||||
|
Reference in New Issue
Block a user