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:101
QString dxf2ElmtBinaryPath()
dxf2ElmtBinaryPath
Definition dxftoelmt.cpp:81
QString dxf2ElmtDirPath()
Definition dxftoelmt.cpp:72
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