diff options
author | Karel Kočí <cynerd@email.cz> | 2017-11-19 21:16:46 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2017-11-19 21:16:46 +0100 |
commit | 2c6562fa78e884d66b8c2a306f020101e8803f2e (patch) | |
tree | 7e9a940cb73fcdf3424ff5443163ba51da0ef82c /qtmips_gui/CacheContent.ui | |
parent | 04ea2670be26291a17808bd704ce3549795953a0 (diff) | |
download | qtmips-2c6562fa78e884d66b8c2a306f020101e8803f2e.tar.gz qtmips-2c6562fa78e884d66b8c2a306f020101e8803f2e.tar.bz2 qtmips-2c6562fa78e884d66b8c2a306f020101e8803f2e.zip |
Just something I had stagged
Diffstat (limited to 'qtmips_gui/CacheContent.ui')
-rw-r--r-- | qtmips_gui/CacheContent.ui | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/qtmips_gui/CacheContent.ui b/qtmips_gui/CacheContent.ui new file mode 100644 index 0000000..ac2f263 --- /dev/null +++ b/qtmips_gui/CacheContent.ui @@ -0,0 +1,18 @@ +<?xml version="1.0"?> +<ui version="4.0"> + <class>DockWidget</class> + <widget class="QDockWidget" name="DockWidget"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>400</width> + <height>300</height> + </rect> + </property> + <property name="windowTitle"> + <string>DockWidget</string> + </property> + <widget class="QWidget" name="dockWidgetContents"/> + </widget> +</ui> |