forked from qt-creator/qt-creator
ExtensionManager: Make links clickable
Change-Id: I9c98f9bf2e7e3baef42fa9d0d60012881418ef44 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -423,6 +423,7 @@ ExtensionManagerWidget::ExtensionManagerWidget()
|
|||||||
m_linksTitle = sectionTitle(h6CapitalTF, Tr::tr("More information"));
|
m_linksTitle = sectionTitle(h6CapitalTF, Tr::tr("More information"));
|
||||||
m_links = tfLabel(contentTF, false);
|
m_links = tfLabel(contentTF, false);
|
||||||
m_links->setOpenExternalLinks(true);
|
m_links->setOpenExternalLinks(true);
|
||||||
|
m_links->setTextInteractionFlags(Qt::TextBrowserInteraction);
|
||||||
m_imageTitle = sectionTitle(h6CapitalTF, {});
|
m_imageTitle = sectionTitle(h6CapitalTF, {});
|
||||||
m_image = new QLabel;
|
m_image = new QLabel;
|
||||||
m_imageMovie.setDevice(&m_imageDataBuffer);
|
m_imageMovie.setDevice(&m_imageDataBuffer);
|
||||||
|
Reference in New Issue
Block a user