mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-05-08 09:30:00 +02:00
Improve element query widget
User can now filter each field of the query
This commit is contained in:
@@ -43,6 +43,7 @@ class NomenclatureModel : public QAbstractTableModel
|
||||
QVariant data(const QModelIndex &index, int role = Qt::DisplayRole) const override;
|
||||
void query(const QString &query);
|
||||
QETProject *project() const;
|
||||
void autoHeaders();
|
||||
|
||||
private:
|
||||
void dataBaseUpdated();
|
||||
|
||||
Reference in New Issue
Block a user