Commit cd02ebb2 authored by Francois Cartegnie's avatar Francois Cartegnie

Qt: plugins infos: filename is not editable

parent d907f11b
......@@ -563,6 +563,7 @@ ExtensionInfoDialog::ExtensionInfoDialog( const ExtensionCopy& extension,
label = new QLabel( "<b>" + qtr( "File" ) + ":</b>", this );
layout->addWidget( label, 6, 0, 1, 2 );
QLineEdit *line = new QLineEdit( extension.name, this );
line->setReadOnly( true );
layout->addWidget( line, 6, 2, 1, -1 );
// Close 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