Nor this.
This commit is contained in:
parent
869828a557
commit
9570bd94e8
@ -64,8 +64,9 @@ PythonQtViewModule::loadSelf()
|
|||||||
cDebug() << "Initializing PythonQt bindings."
|
cDebug() << "Initializing PythonQt bindings."
|
||||||
<< "This should only happen once.";
|
<< "This should only happen once.";
|
||||||
|
|
||||||
PythonQt::self()->registerClass( &PythonQtViewStep::staticMetaObject,
|
//TODO: register classes here into the PythonQt environment, like this:
|
||||||
"calamares" );
|
//PythonQt::self()->registerClass( &PythonQtViewStep::staticMetaObject,
|
||||||
|
// "calamares" );
|
||||||
|
|
||||||
QObject::connect( PythonQt::self(), &PythonQt::pythonStdOut,
|
QObject::connect( PythonQt::self(), &PythonQt::pythonStdOut,
|
||||||
[]( const QString& message )
|
[]( const QString& message )
|
||||||
|
Loading…
Reference in New Issue
Block a user