Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
main.cpp File Reference

(05fc3aef53348fb58be6308076e000825b704e58)

#include <QApplication>
#include <QMetaObject>
#include <QMetaMethod>
#include <QMetaProperty>
#include <QDebug>
#include "window.h"
+ Include dependency graph for main.cpp:

Go to the source code of this file.

Functions

void exposeMethod (const QMetaMethod &)
 
void exposeProperty (const QMetaProperty &)
 
int main (int argc, char *argv[])
 [2]
 

Function Documentation

◆ exposeMethod()

void exposeMethod ( const QMetaMethod & )

Definition at line 11 of file main.cpp.

Referenced by main().

+ Here is the caller graph for this function:

◆ exposeProperty()

void exposeProperty ( const QMetaProperty & )

Definition at line 15 of file main.cpp.

Referenced by main().

+ Here is the caller graph for this function:

◆ main()

int main ( int argc,
char * argv[] )

[2]

[3]

[2]

[Window class using revision]

[Window class using revision]

Definition at line 19 of file main.cpp.

References app, QApplication::exec(), exposeMethod(), exposeProperty(), i, and window().

+ Here is the call graph for this function: