|
|
@ -95,6 +95,9 @@ PythonQtViewModule::loadSelf()
|
|
|
|
s_utils = new ::Utils( Calamares::JobQueue::instance()->globalStorage() );
|
|
|
|
s_utils = new ::Utils( Calamares::JobQueue::instance()->globalStorage() );
|
|
|
|
cala.addObject( "utils", s_utils );
|
|
|
|
cala.addObject( "utils", s_utils );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Append configuration object, in module PythonQt.calamares
|
|
|
|
|
|
|
|
cala.addVariable("configuration", m_configurationMap);
|
|
|
|
|
|
|
|
|
|
|
|
// Basic stdout/stderr handling
|
|
|
|
// Basic stdout/stderr handling
|
|
|
|
QObject::connect( PythonQt::self(), &PythonQt::pythonStdOut,
|
|
|
|
QObject::connect( PythonQt::self(), &PythonQt::pythonStdOut,
|
|
|
|
[]( const QString& message )
|
|
|
|
[]( const QString& message )
|
|
|
|