Multi diag tools
|
Wraps a lconvert command line tool. More...
#include <LconvertWrapper.h>
Public Member Functions | |
LconvertWrapper (QObject *parent=nullptr) | |
Constructor. | |
bool | execLconvert (const QStringList &arguments) |
Execute lconvert. | |
bool | executeJoinQmFiles (const QStringList &inFilePathList, const QString &outFilePath) |
Execute joining QM files. More... | |
![]() | |
QtToolExecutableWrapper (QObject *parent=nullptr) | |
Constructor. | |
bool | findQtBinPath (const Mdt::FileSystem::PathList &pathPrefixList) |
Find the root directory of Qt bin. More... | |
QString | qtBinPath () const |
Get Qt bin path. More... | |
![]() | |
ToolExecutableWrapper (QObject *parent=nullptr) | |
Constructor. | |
QString | readAllStandardOutputString () |
Returns all data available from standard output of the channel as string. | |
QString | readAllStandardErrorString () |
Returns all data available from standard error of the channel as string. | |
Mdt::Error | lastError () const |
Get last error. | |
Additional Inherited Members | |
![]() | |
bool | exec (const QString &exeName, const QStringList &arguments) |
Execute a command. | |
QProcess::ProcessError | lastProcessError () const |
Returns last error from process. | |
QStringList | processArguments () const |
Get process arguments. | |
void | setLastError (const Mdt::Error &error) |
Set last error. | |
Wraps a lconvert command line tool.
Example of usage:
Definition at line 44 of file LconvertWrapper.h.
bool Mdt::DeployUtils::LconvertWrapper::executeJoinQmFiles | ( | const QStringList & | inFilePathList, |
const QString & | outFilePath | ||
) |
Execute joining QM files.
Definition at line 50 of file LconvertWrapper.cpp.