ui: Group include validation results by file and add line breaks for readability

This commit is contained in:
Eberhard Graether
2017-12-11 22:59:48 +01:00
parent b3ff2e3c5c
commit 99b0cf0ac9
2 changed files with 50 additions and 21 deletions
@@ -52,6 +52,7 @@ void QtTextEditDialog::populateWindow(QWidget* widget)
m_text = new QPlainTextEdit();
m_text->setObjectName("textField");
m_text->setLineWrapMode(QPlainTextEdit::NoWrap);
m_text->setTabStopWidth(8 * m_text->fontMetrics().width('9'));
layout->addWidget(m_text);
widget->setLayout(layout);