Vertex Docs

App

Description: A wrapper around QApplication that simplifies application startup and execution.

Example: Usage

from VertexEngine.Vertex import App

app = App()
# create windows here
app.run()

Functions

Returns

The running application.