mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-23 13:55:36 +08:00
refs #485, first version of a Gui/Core application class
Also specialized GUI application class for standard GUI
This commit is contained in:
committed by
Mathew Sutcliffe
parent
d9aac6427b
commit
158efe819a
@@ -48,18 +48,6 @@ namespace BlackGui
|
||||
//! Delete hierarchy of layouts
|
||||
static void deleteLayout(QLayout *layout, bool deleteWidgets);
|
||||
|
||||
//! Message box or command line warning (depending on OS)
|
||||
static void commandLineErrorMessage(const QString &errorMessage, const QCommandLineParser &parser);
|
||||
|
||||
//! Message box or command line version info
|
||||
static void commandLineVersionRequested();
|
||||
|
||||
//! Message box or command line version info
|
||||
static void commandLineHelpRequested(QCommandLineParser &parser);
|
||||
|
||||
//! Standard initialization for a swift GUI application
|
||||
static void initSwiftGuiApplication(QApplication &a, const QString &applicationName, const QPixmap &icon = BlackMisc::CIcons::swift24());
|
||||
|
||||
//! Leninet / relaxed
|
||||
static bool lenientTitleComparison(const QString &title, const QString &comparison);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user