mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-09-13 20:23:04 +02:00
Minor : general_widget add TextEditorInteraction
This commit is contained in:
parent
e10ae8ce2e
commit
78a02af400
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user