The Application class used to manage the application.
More...
#include <application.h>
The Application class used to manage the application.
◆ Application() [1/3]
myproject::Application::Application |
( |
int & | argc, |
|
|
char ** | argv ) |
◆ Application() [2/3]
myproject::Application::Application |
( |
const Application & | | ) |
|
|
delete |
◆ Application() [3/3]
◆ ~Application()
myproject::Application::~Application |
( |
| ) |
|
|
default |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ qmlEngine()
QQmlApplicationEngine * myproject::Application::qmlEngine |
( |
| ) |
const |
|
nodiscard |
Returns the QML engine.
- Returns
- The QML engine.
◆ run()
int myproject::Application::run |
( |
| ) |
const |
|
nodiscard |
Runs the application.
- Returns
- The application exit code.
◆ settings()
Settings * myproject::Application::settings |
( |
| ) |
const |
|
nodiscard |
Returns the settings.
- Returns
- The settings.
The documentation for this class was generated from the following files: