Set text edit in summary page to read only

p4#: 22352
This commit is contained in:
Magne Sjaastad 2013-09-08 10:54:29 +02:00
parent f9112c458c
commit f0777bb8ac

View File

@ -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);