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