mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 09:15:34 +08:00
refs #485, finetuning the HTML cmd line help
Turn Qt message into HTML table
This commit is contained in:
committed by
Mathew Sutcliffe
parent
1eb65a873c
commit
8e6c4ad35d
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user