Fix console window (now not a QDialog)

It now opens and coloses as expected, depending on user
preferences and the status of the various processes involved.
Console window geometry and state are remembered between runs.
This commit is contained in:
Petr Mrázek
2013-11-23 01:41:28 +01:00
parent 7f5eb5d61a
commit 4124faf474
9 changed files with 152 additions and 133 deletions

View File

@ -116,7 +116,7 @@ slots:
void on_actionChangeInstLWJGLVersion_triggered();
void instanceEnded(BaseInstance *instance, int code, QProcess::ExitStatus status);
void instanceEnded();
void on_actionInstanceSettings_triggered();