|
QElectroTech
0.8-dev
|
Go to the documentation of this file.
18 #ifndef BOMEXPORTDIALOG_H
19 #define BOMEXPORTDIALOG_H
41 virtual int exec()
override;
48 Ui::BOMExportDialog *
ui;
53 #endif // BOMEXPORTDIALOG_H
ElementQueryWidget * m_query_widget
Definition: bomexportdialog.h:49
projectDataBase * dataBase()
QETProject::dataBase.
Definition: qetproject.cpp:124
QSqlQuery newQuery(const QString &query=QString())
projectDataBase::newQuery
Definition: projectdatabase.cpp:83
static QString diagramTranslatedInfoKey(const QString &key)
QETApp::diagramTranslatedInfoKey.
Definition: qetapp.cpp:502
QString getBom()
Definition: bomexportdialog.cpp:95
BOMExportDialog(QETProject *project, QWidget *parent=nullptr)
BOMExportDialog::BOMExportDialog.
Definition: bomexportdialog.cpp:34
virtual int exec() override
BOMExportDialog::exec.
Definition: bomexportdialog.cpp:59
QETProject * m_project
Definition: bomexportdialog.h:50
The BOMExportDialog class.
Definition: bomexportdialog.h:34
~BOMExportDialog() override
BOMExportDialog::~BOMExportDialog.
Definition: bomexportdialog.cpp:50
static QString elementTranslatedInfoKey(const QString &)
ElementsProperties::translatedInfo Return the translated information key given by info If info don't ...
Definition: qetapp.cpp:400
Definition: autonumberingdockwidget.h:25
void updateDB()
projectDataBase::updateDB Up to date the content of the data base. Emit the signal dataBaseUpdated
Definition: projectdatabase.cpp:61
Definition: qetproject.h:51
Ui::BOMExportDialog * ui
Definition: bomexportdialog.h:48
QMessageBox::StandardButton critical(QWidget *, const QString &, const QString &, QMessageBox::StandardButtons=QMessageBox::Ok, QMessageBox::StandardButton=QMessageBox::NoButton)
Definition: qetmessagebox.cpp:23
void on_m_format_as_bom_clicked(bool checked)
BOMExportDialog::on_m_format_as_bom_clicked.
Definition: bomexportdialog.cpp:165
QIcon tr
Definition: qeticons.cpp:206