![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include "PythonConfig.h"#include "Utilities.h"#include <QApplication>#include <QDebug>#include <QDir>#include <QMessageBox>#include <QProcess>#include <QVector>#include <QtGlobal>#include <QtCompat.h>
Go to the source code of this file.
Classes | |
| struct | PyVenvCfg |
Functions | |
| static Version | GetPythonExeVersion (QProcess &pythonProcess) |
| static QString | PathToPythonExecutableInEnv (PythonConfig::Type envType, const QString &envRoot) |
|
static |
Definition at line 75 of file PythonConfig.cpp.
References qtCompatCodecForName(), qtCompatSplitRefChar(), qtCompatStringRef(), e57::toString(), and QtCompatTextCodec::toUnicode().
Referenced by PythonConfig::getVersion().
|
static |
Definition at line 165 of file PythonConfig.cpp.
References PythonConfig::Bundled, PythonConfig::Conda, PythonConfig::System, and PythonConfig::Venv.
Referenced by PythonConfig::fromContainingEnvironment(), PythonConfig::initFromLocation(), and PythonConfig::preparePythonProcess().