25QByteArray
dxfToElmt(
const QString &file_path);
bool dxf2ElmtIsPresent(bool install_dialog=true, QWidget *parent=nullptr)
dxf2ElmtIsPresent Return true if dxf2elmt is present in the system
Definition dxftoelmt.cpp:95
QString dxf2ElmtBinaryPath()
dxf2ElmtBinaryPath
Definition dxftoelmt.cpp:75
QString dxf2ElmtDirPath()
Definition dxftoelmt.cpp:60
QByteArray dxfToElmt(const QString &file_path)
dxftoElmt Return the dxf at file_path converted to elmt. The returned value is a QByteArray,...
Definition dxftoelmt.cpp:35