mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +01:00
Minor : general_widget add TextEditorInteraction
This commit is contained in:
@@ -361,6 +361,7 @@ QWidget *ElementPropertiesWidget::generalWidget()
|
||||
//widget for the text
|
||||
QLabel *label = new QLabel (description_string, general_widget);
|
||||
label->setWordWrap(true);
|
||||
label->setTextInteractionFlags(Qt::TextEditorInteraction);
|
||||
vlayout_->addWidget(label);
|
||||
|
||||
//widget for the pixmap
|
||||
|
||||
Reference in New Issue
Block a user