Added memory capacity label to bottom bar in memory inspection pane

This commit is contained in:
Nav
2022-08-23 23:03:50 +01:00
parent e9f6c50f35
commit 7971ad2070
4 changed files with 30 additions and 1 deletions

View File

@@ -288,7 +288,28 @@
</property>
</spacer>
</item>
<!-- Button items here -->
<item>
<widget class="Label" name="memory-capacity-label">
<property name="toolTip">
<string>Memory Capacity</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontal-spacer">
<property name="sizeHint">
<size>
<width>5</width>
</size>
</property>
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
</spacer>
</item>
<item>
<widget class="QFrame" name="separator"/>
</item>
<item>
<spacer name="horizontal-spacer">
<property name="orientation">