Visual Deck Editor.

This commit is contained in:
Lukas Brübach 2024-11-21 14:24:14 +01:00
parent c99afe7956
commit 94d4e6581a
33 changed files with 3480 additions and 0 deletions

View file

@ -120,6 +120,12 @@ public:
bool canFetchMore(const QModelIndex &parent) const override;
void fetchMore(const QModelIndex &parent) override;
public slots:
void modelDirty()
{
dirty();
}
protected:
bool lessThan(const QModelIndex &left, const QModelIndex &right) const override;
static int lessThanNumerically(const QString &left, const QString &right);