feat: start instance on enter/return

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu
2022-10-10 19:18:25 +02:00
parent 1dc3e95e25
commit 3beaa58718
2 changed files with 20 additions and 0 deletions

View File

@ -68,6 +68,9 @@ class InstancesView : public QStackedWidget {
void dataChanged(const QModelIndex& topLeft, const QModelIndex& bottomRight);
void contextMenuRequested(const QPoint pos);
protected:
bool eventFilter(QObject *obj, QEvent *event) override;
private:
void createTable();
void createGrid();