RWESharp.Core.Application

Classes

Application([callback])

Handles Splash, main menu loading and command line arguments

CommandLineOptions(parser)

List of command line options for application

class RWESharp.Core.Application.CommandLineOptions(parser: QCommandLineParser)[source]

List of command line options for application

Parameters:

parser (QCommandLineParser)

class RWESharp.Core.Application.Application(callback=None)[source]

Handles Splash, main menu loading and command line arguments

post_init() None[source]
Return type:

None

property debug: bool
close()[source]
restart() None[source]
Return type:

None

staticMetaObject = PySide6.QtCore.QMetaObject("Application" inherits "QApplication": )