diff options
author | Karel Kočí <cynerd@email.cz> | 2018-01-15 13:07:00 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2018-01-15 13:08:03 +0100 |
commit | 2144cf7fdb4ad656be21af4fb92f0b87d27e6a38 (patch) | |
tree | 2bd274f09dd2b246e6235c56085e152a458c6e50 /qtmips_gui/CacheStatistics.ui | |
parent | 9a3b0dccb3dcb958b6a5c0cd72e8684887b4c4bf (diff) | |
download | qtmips-2144cf7fdb4ad656be21af4fb92f0b87d27e6a38.tar.gz qtmips-2144cf7fdb4ad656be21af4fb92f0b87d27e6a38.tar.bz2 qtmips-2144cf7fdb4ad656be21af4fb92f0b87d27e6a38.zip |
Drop current cache docks
This was just place holder and in future this will be implemented the
same way as for example registersdock is.
Diffstat (limited to 'qtmips_gui/CacheStatistics.ui')
-rw-r--r-- | qtmips_gui/CacheStatistics.ui | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/qtmips_gui/CacheStatistics.ui b/qtmips_gui/CacheStatistics.ui deleted file mode 100644 index 5bb8b72..0000000 --- a/qtmips_gui/CacheStatistics.ui +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<ui version="4.0"> - <class>CacheStatistics</class> - <widget class="QDockWidget" name="CacheStatistics"> - <property name="geometry"> - <rect> - <x>0</x> - <y>0</y> - <width>400</width> - <height>300</height> - </rect> - </property> - <property name="windowTitle"> - <string>Cache statistics</string> - </property> - <widget class="QWidget" name="dockWidgetContents"/> - </widget> - <resources/> - <connections/> -</ui> |