Radar Product Model population

This commit is contained in:
Dan Paulat 2022-09-21 22:28:24 -05:00
parent 4c4c93cad1
commit efc6dc1413
5 changed files with 120 additions and 21 deletions

View file

@ -2,7 +2,7 @@
#include <scwx/qt/model/tree_item.hpp>
#include <QAbstractTableModel>
#include <QAbstractItemModel>
namespace scwx
{
@ -13,7 +13,7 @@ namespace model
class TreeModelImpl;
class TreeModel : public QAbstractTableModel
class TreeModel : public QAbstractItemModel
{
public:
explicit TreeModel(QObject* parent = nullptr);