class documentation
class QuickApplication(NSApplication): (source)
QuickMacApp's main application class.
| Method | report |
Override [NSApplication reportException:] to report exceptions more legibly to Python developers. |
| Method | send |
Hand off any incoming events to the key equivalent handler. |
| Instance Variable | key |
Set this attribute to a custom NSResponder if you want to handle key equivalents outside the responder chain. (I believe this is necessary in some apps because the responder chain can be more complicated in LSUIElement apps, but there might be a better way to do this... |