Qt 4.8
Functions
qaxmain.cpp File Reference
#include <qapplication.h>
#include <qaxfactory.h>

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 46 of file qaxmain.cpp.

Referenced by qax_stopServer(), and WinMain().

47 {
50  QApplication app(argc, argv);
51  app.setQuitOnLastWindowClosed(false);
52 
53  return app.exec();
54 }
The QApplication class manages the GUI application&#39;s control flow and main settings.
Definition: qapplication.h:99
static bool startServer(ServerType type=MultipleInstances)
Starts the COM server with type and returns true if successful, otherwise returns false...
Definition: qaxfactory.h:115
#define QT_USE_NAMESPACE
This macro expands to using QT_NAMESPACE if QT_NAMESPACE is defined and nothing otherwise.
Definition: qglobal.h:88