Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

CApplication

D. Liam Mc. edited this page Apr 17, 2026 · 3 revisions

Create an application instance without the need for QApplication

Example

#no need to import sys.argv
app = CApplication()
app.exec()

Arguments

Argument Value
use_argv boolean, decide weather application uses sys.argv, defaults to True
style string, sets style of application ("Fusion", "Windows", "windowsvista", etc.)

Clone this wiki locally

Morty Proxy This is a proxified and sanitized view of the page, visit original site.