Hide console on Windows

Show command line help text in dialog, accessible from About menu
Show command line help dialog instead of console output on Windows
p4#: 22130
This commit is contained in:
Magne Sjaastad
2013-08-08 11:09:18 +02:00
parent ffb3d3e235
commit 69f3f98f5a
6 changed files with 91 additions and 59 deletions

View File

@@ -125,6 +125,9 @@ public:
cvf::Font* standardFont();
QString commandLineParameterHelp() const;
void showFormattedTextInMessageBox(const QString& text);
private:
void onProjectOpenedOrClosed();
void setWindowCaptionFromAppState();