Changeset 89038 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- May 14, 2021 10:22:30 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/activity/vmactivity/UIVMActivityMonitor.cpp
r89036 r89038 1064 1064 foreach (const QString &strMetricName, chartOrder) 1065 1065 { 1066 if (!m_metrics.contains(strMetricName)) 1067 continue; 1066 1068 QHBoxLayout *pChartLayout = new QHBoxLayout; 1067 1069 pChartLayout->setSpacing(0); 1068 1070 1069 if (!m_metrics.contains(strMetricName))1070 continue;1071 1071 QLabel *pLabel = new QLabel(this); 1072 1072 pLabel->setAlignment(Qt::AlignLeft | Qt::AlignTop);
Note:
See TracChangeset
for help on using the changeset viewer.