Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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[])

Function Documentation

◆ exposeMethod()

void exposeMethod ( const QMetaMethod & )

Definition at line 11 of file main.cpp.

◆ exposeProperty()

void exposeProperty ( const QMetaProperty & )

Definition at line 15 of file main.cpp.

◆ main()

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

[Window class using revision]

[Window class using revision]

Definition at line 19 of file main.cpp.