mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-04-26 14:59:58 +02:00
Element query widget : widget restor is state according to the current query
This commit is contained in:
@@ -43,6 +43,7 @@ class NomenclatureModel : public QAbstractTableModel
|
||||
bool setData(const QModelIndex &index, const QVariant &value, int role = Qt::EditRole) override;
|
||||
QVariant data(const QModelIndex &index, int role = Qt::DisplayRole) const override;
|
||||
void query(const QString &query);
|
||||
QString queryString() const;
|
||||
QETProject *project() const;
|
||||
void autoHeaders();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user