forked from blue/squawk
keeping with the refactoring
This commit is contained in:
parent
edf1ee60cd
commit
bf11d8a74e
8 changed files with 298 additions and 6 deletions
|
@ -33,6 +33,7 @@ class EMails : public QAbstractTableModel {
|
|||
public:
|
||||
EMails(bool edit = false, QObject *parent = nullptr);
|
||||
|
||||
bool setEditable(bool editable);
|
||||
int rowCount(const QModelIndex& parent = QModelIndex()) const override;
|
||||
int columnCount(const QModelIndex& parent = QModelIndex()) const override;
|
||||
QVariant data(const QModelIndex& index, int role = Qt::DisplayRole) const override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue