Sync up Visual Deck Editor group by combo box to Deck Editor Dock Widget combo box. (#6291)

Took 21 minutes

Co-authored-by: Lukas Brübach <Bruebach.Lukas@bdosecurity.de>
This commit is contained in:
BruebachL 2025-11-09 01:18:31 +01:00 committed by GitHub
parent 7e6cad974f
commit aeec56f800
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 35 additions and 7 deletions

View file

@ -41,6 +41,10 @@ public:
{
return nameEdit->text().simplified();
}
QComboBox *getGroupByComboBox()
{
return activeGroupCriteriaComboBox;
}
public slots:
void cleanDeck();