mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-18 05:00:33 +01:00
Nomenclature export : add coil and protection query
This commit is contained in:
@@ -475,6 +475,10 @@ QString BOMExportDialog::queryStr() const
|
||||
where = " WHERE element_subtype = 'commutator'";
|
||||
} else if (ui->m_terminal_rb->isChecked()) {
|
||||
where = " WHERE element_type = 'Terminale'";
|
||||
} else if (ui->m_coil_rb->isChecked()) {
|
||||
where = " WHERE element_subtype = 'coil'";
|
||||
} else if (ui->m_protection_rb ->isChecked()) {
|
||||
where = " WHERE element_subtype = 'protection'";
|
||||
}
|
||||
QString where_bom;
|
||||
if(ui->m_format_as_bom_rb->isChecked())
|
||||
|
||||
Reference in New Issue
Block a user