##// END OF EJS Templates
Add README.md
Add README.md

File last commit:

r205:706df4355685
r209:2027919bbd5a
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);
}