mirror of
https://github.com/thp/pyotherside.git
synced 2025-01-28 23:52:55 +08:00
3836fdbc3d
This new approach uses conversion of Python objects to Qt objects and vice versa, and introduces some new API such as "call(func, args)" and "addImportPath(path)".
8 lines
97 B
C
8 lines
97 B
C
#ifndef QPYTHON_TEST_H
|
|
#define QPYTHON_TEST_H
|
|
|
|
void
|
|
qpython_test();
|
|
|
|
#endif /* QPYTHON_TEST_H */
|