feat: start instance on enter/return
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user