##// END OF EJS Templates
added initial version of foreign wrappers, needs testing...
added initial version of foreign wrappers, needs testing git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@206 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r120:a99d2461aafb
r167:2184742f9ca8
Show More
com_trolltech_qt_uitools_init.cpp
8 lines | 311 B | text/x-c | CppLexer
#include <PythonQt.h>
#include "com_trolltech_qt_uitools0.h"
void PythonQt_init_QtUiTools(PyObject* module) {
PythonQt::priv()->registerClass(&QUiLoader::staticMetaObject, "QtUiTools", PythonQtCreateObject<PythonQtWrapper_QUiLoader>, PythonQtSetInstanceWrapperOnShell<PythonQtShell_QUiLoader>, module, 0);
}