diff --git a/src/qt/qt_settingsmachine.ui b/src/qt/qt_settingsmachine.ui
index 0cd15e749..f677ea178 100644
--- a/src/qt/qt_settingsmachine.ui
+++ b/src/qt/qt_settingsmachine.ui
@@ -315,101 +315,69 @@
-
-
-
+
+
+
+ 0
+ 0
+
+
+
+ Time synchronization
+
+
-
-
-
-
- 0
- 0
-
+
+
+ Disabled
-
- Time synchronization
-
-
-
-
-
-
- Disabled
-
-
-
- -
-
-
- Enabled (UTC)
-
-
-
- -
-
-
- Enabled (local time)
-
-
-
-
- -
-
-
- Qt::Orientation::Horizontal
+
-
+
+
+ Enabled (UTC)
-
-
- 40
- 20
-
-
-
-
- -
-
-
-
- 0
- 0
-
-
-
- CPU frame size
-
-
- Qt::AlignmentFlag::AlignLeading|Qt::AlignmentFlag::AlignLeft|Qt::AlignmentFlag::AlignTop
-
-
-
-
-
-
- Larger frames (less smooth)
-
-
-
- -
-
-
- Smaller frames (smoother)
-
-
-
-
- -
-
-
- Qt::Orientation::Vertical
+
-
+
+
+ Enabled (local time)
-
-
- 20
- 40
-
+
+
+
+
+
+ -
+
+
+
+ 0
+ 0
+
+
+
+ CPU frame size
+
+
+ Qt::AlignmentFlag::AlignLeading|Qt::AlignmentFlag::AlignLeft|Qt::AlignmentFlag::AlignTop
+
+
+
-
+
+
+ Larger frames (less smooth)
-
+
+
+ -
+
+
+ Smaller frames (smoother)
+
+
diff --git a/src/qt/qt_vmmanager_mainwindow.cpp b/src/qt/qt_vmmanager_mainwindow.cpp
index a6f598f58..d3533482b 100644
--- a/src/qt/qt_vmmanager_mainwindow.cpp
+++ b/src/qt/qt_vmmanager_mainwindow.cpp
@@ -181,3 +181,9 @@ VMManagerMainWindow::checkForUpdatesTriggered()
const auto updateCheck = new UpdateCheckDialog(updateChannel);
updateCheck->exec();
}
+
+void VMManagerMainWindow::on_actionExit_triggered()
+{
+ this->close();
+}
+
diff --git a/src/qt/qt_vmmanager_mainwindow.hpp b/src/qt/qt_vmmanager_mainwindow.hpp
index 764ed5ef8..12ac5afb1 100644
--- a/src/qt/qt_vmmanager_mainwindow.hpp
+++ b/src/qt/qt_vmmanager_mainwindow.hpp
@@ -52,6 +52,8 @@ private slots:
void preferencesTriggered();
static void checkForUpdatesTriggered();
+ void on_actionExit_triggered();
+
protected:
void closeEvent(QCloseEvent *event) override;
};
diff --git a/src/qt/qt_vmmanager_mainwindow.ui b/src/qt/qt_vmmanager_mainwindow.ui
index e3e0a242d..0c8dac8bc 100644
--- a/src/qt/qt_vmmanager_mainwindow.ui
+++ b/src/qt/qt_vmmanager_mainwindow.ui
@@ -35,6 +35,8 @@
File
+
+
@@ -204,6 +206,17 @@
Check for updates
+
+
+
+
+
+ &Exit
+
+
+ QAction::MenuRole::QuitRole
+
+