Finishing the memory viewer

This commit is contained in:
Anonymus Raccoon
2020-02-18 21:59:47 +01:00
parent 07a6e28567
commit 67ad1bf54f
7 changed files with 80 additions and 14 deletions
+10
View File
@@ -20,6 +20,16 @@
<widget class="QWidget" name="centralwidget">
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QTabBar" name="tabs" native="true">
<property name="minimumSize">
<size>
<width>0</width>
<height>35</height>
</size>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QTableView" name="tableView"/>
</item>
</layout>