Commit 3339c90e authored by Jean-Philippe André's avatar Jean-Philippe André

Extensions/Qt: open external links on labels

parent b9dc215e
......@@ -233,7 +233,7 @@ QWidget* ExtensionDialog::CreateWidget( extension_widget_t *p_widget )
label = new QLabel( qfu( p_widget->psz_text ), this );
p_widget->p_sys_intf = label;
label->setTextFormat( Qt::RichText );
//label->setFixedHeight( label->sizeHint().height );
label->setOpenExternalLinks( true );
return label;
case EXTENSION_WIDGET_BUTTON:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment