refs #485, finetuning the HTML cmd line help

Turn Qt message into HTML table
This commit is contained in:
Klaus Basan
2016-03-05 02:59:41 +01:00
committed by Mathew Sutcliffe
parent 1eb65a873c
commit 8e6c4ad35d
2 changed files with 63 additions and 2 deletions

View File

@@ -29,6 +29,7 @@ namespace BlackGui
*
* - style sheet handling
* - standard menus
* - splash screen support
*
* Simple example
* \snippet swiftlauncher/main.cpp CSwiftGuiStdApplication
@@ -137,6 +138,9 @@ namespace BlackGui
QPixmap m_windowIcon;
QCommandLineOption m_cmdWindowStateMinimized { "empty" }; //!< window state (minimized)
QCommandLineOption m_cmdWindowMode { "empty" }; //!< window mode (flags: frameless ...)
//! Qt help message to formatted HTML
static QString beautifyHelpMessage(const QString &helpText);
};
} // ns