##// END OF EJS Templates
More PythonQt*Config.cmake fixes
More PythonQt*Config.cmake fixes

File last commit:

r120:a99d2461aafb
r213:89db53e7cd3e
Show More
com_trolltech_qt_uitools_init.cpp
8 lines | 311 B | text/x-c | CppLexer
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 #include <PythonQt.h>
#include "com_trolltech_qt_uitools0.h"
florianlink
updated to new operators...
r120 void PythonQt_init_QtUiTools(PyObject* module) {
PythonQt::priv()->registerClass(&QUiLoader::staticMetaObject, "QtUiTools", PythonQtCreateObject<PythonQtWrapper_QUiLoader>, PythonQtSetInstanceWrapperOnShell<PythonQtShell_QUiLoader>, module, 0);
florianlink
added newly generated wrappers for Qt 4.4.3...
r99
}