|
Uranium
Application Framework
|
Inherits QQuickWindow.
Static Public Attributes | |
| int | DEFAULT_WINDOW_WIDTH = 1280 |
| int | DEFAULT_WINDOW_HEIGHT = 720 |
| int | DEFAULT_WINDOW_LEFT = 50 |
| int | DEFAULT_WINDOW_TOP = 50 |
| pyqtSignal | preClosing = pyqtSignal("QQuickCloseEvent*", arguments = ["close"]) |
| pyqtProperty | backgroundColor = pyqtProperty(QColor, fget=getBackgroundColor, fset=setBackgroundColor) |
| pyqtSignal | mousePositionChanged = pyqtSignal() |
| pyqtSignal | viewportRectChanged = pyqtSignal() |
| Signal | renderCompleted = Signal(type = Signal.Queued) |
Protected Attributes | |
| _background_color | |
| _mouse_device | |
| _key_device | |
| _previous_focus | |
| _app | |
| _preferences | |
| _mouse_x | |
| _mouse_y | |
| _mouse_pressed | |
| _viewport_rect | |
| _fullscreen | |
| _full_render_required | |
| _allow_resize | |
QQuickWindow subclass that provides the main window.