[VDE] Add selection model (#6354)

Took 22 minutes

Took 1 minute


Took 17 seconds

Co-authored-by: Lukas Brübach <Bruebach.Lukas@bdosecurity.de>
This commit is contained in:
BruebachL 2025-11-27 22:16:12 +01:00 committed by GitHub
parent 1c5bfdbabe
commit c75a483ee6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 303 additions and 69 deletions

View file

@ -51,6 +51,11 @@ public:
return activeGroupCriteriaComboBox;
}
[[nodiscard]] QItemSelectionModel *getSelectionModel() const
{
return deckView->selectionModel();
}
public slots:
void cleanDeck();
void updateBannerCardComboBox();