Add ResInsight version to status bar

This commit is contained in:
Magne Sjaastad
2023-09-01 10:57:40 +02:00
parent a71d6fc67d
commit 2d0a6a9aa7
2 changed files with 5 additions and 0 deletions

View File

@@ -200,6 +200,7 @@ private:
QToolButton* m_memoryUsedButton;
QLabel* m_memoryTotalStatus;
QTimer* m_memoryRefreshTimer;
QLabel* m_versionInfo;
// Menu and action slots
private slots: