mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-02-19 18:19:58 +01:00
Query can be edited. Project database can be exported
User can now define the information to display in the nomenclature table. WIP The internal database of project can be exported to file.
This commit is contained in:
@@ -54,13 +54,12 @@ class BOMExportDialog : public QDialog
|
||||
void on_m_save_current_conf_pb_clicked();
|
||||
void on_m_load_pb_clicked();
|
||||
|
||||
private:
|
||||
private:
|
||||
void setUpItems();
|
||||
QString getBom();
|
||||
QString headers() const;
|
||||
bool createDataBase();
|
||||
void populateDataBase();
|
||||
void prepareQuery(QStringList keys);
|
||||
QHash<QString, QString> elementInfoToString(Element *elmt) const;
|
||||
QString queryStr() const;
|
||||
void updateQueryLine();
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
Copyright 2006-2019 The QElectroTech Team
|
||||
Copyright 2006-2020 The QElectroTech Team
|
||||
This file is part of QElectroTech.
|
||||
|
||||
QElectroTech is free software: you can redistribute it and/or modify
|
||||
|
||||
Reference in New Issue
Block a user