def __init__(self, *args, **kwargs): """ Initialize a new application. """ QApplication.__init__(self, *args, **kwargs)