mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Set text edit in summary page to read only
p4#: 22352
This commit is contained in:
parent
f9112c458c
commit
f0777bb8ac
@ -882,6 +882,7 @@ WellSummaryPage::WellSummaryPage(RimWellPathImport* wellPathImport, QWidget* par
|
||||
setLayout(layout);
|
||||
|
||||
m_textEdit = new QTextEdit(this);
|
||||
m_textEdit->setReadOnly(true);
|
||||
layout->addWidget(m_textEdit);
|
||||
|
||||
QPushButton* button = new QPushButton("Details", this);
|
||||
|
Loading…
Reference in New Issue
Block a user