|
|
@ -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 )
|
|
|
|