![]() |
QElectroTech 0.200.1-dev
|
#include "qet_elementscaler.h"#include "../ui/thirdpartybinaryinstalldialog.h"#include "../qetapp.h"#include <QFile>#include <QProcess>#include <QInputDialog>#include <QMessageBox>
Functions | |
| QByteArray | ElementScaler (const QString &file_path, QWidget *parent) |
| QET_ElementScaler Return the scaled element from file_path. The returned value is a QByteArray, instead of a QDomDocument or QString, to let user do what he/she wants. If something goes wrong the QByteArray returned is empty. | |
| QString | ElementScalerDirPath () |
| QString | ElementScalerBinaryPath () |
| ElementScalerBinaryPath. | |
| bool | ElementScalerIsPresent (bool install_dialog, QWidget *parent) |
| ElementScalerIsPresent Return true if QET_ElementScaler is present in the system. | |
| QByteArray ElementScaler | ( | const QString & | file_path, |
| QWidget * | parent ) |
QET_ElementScaler Return the scaled element from file_path. The returned value is a QByteArray, instead of a QDomDocument or QString, to let user do what he/she wants. If something goes wrong the QByteArray returned is empty.
| file_path |


| QString ElementScalerBinaryPath | ( | ) |
ElementScalerBinaryPath.


| QString ElementScalerDirPath | ( | ) |


| bool ElementScalerIsPresent | ( | bool | install_dialog, |
| QWidget * | parent ) |
ElementScalerIsPresent Return true if QET_ElementScaler is present in the system.
| install_dialog | True to display a dialog with the explanations of how to install the QET_ElementScaler program if not present in the system. |

