Add support to change the number of lines of the compile output

This patch adds support to modify the number of line shown in the
compile output window. This will allow users with big projects to have
more room to look at when compiling.

Task-number: QTCREATORBUG-2200
Change-Id: I1023b2150a3eff4a33b8872fb711d150e5a8b00c
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Samuel Gaist
2016-09-26 23:40:25 +02:00
parent 301dd629e6
commit d6591625c3
8 changed files with 77 additions and 18 deletions

View File

@@ -82,7 +82,7 @@ public:
void flush();
private:
void updateWordWrapMode();
void updateFromSettings();
void updateZoomEnabled();
CompileOutputTextEdit *m_outputWindow;