Add reset button to layer manager

This commit is contained in:
Dan Paulat 2023-10-28 05:39:54 -05:00
parent f222b4f666
commit dd7bfc7a6f
4 changed files with 50 additions and 1 deletions

View file

@ -37,6 +37,8 @@ public:
explicit LayerModel(QObject* parent = nullptr);
~LayerModel();
void ResetLayers();
int rowCount(const QModelIndex& parent = QModelIndex()) const override;
int columnCount(const QModelIndex& parent = QModelIndex()) const override;