AppleWin/source/frontends/qapple/memorycontainer.h
Andrea Odetti 3eca669004 Add memory viewer based on a (modified) widget from
https://github.com/Simsys/qhexedit2


Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2017-10-14 19:18:44 +01:00

14 lines
264 B
C++

#ifndef MEMORYCONTAINER_H
#define MEMORYCONTAINER_H
#include "ui_memorycontainer.h"
class MemoryContainer : public QTabWidget, private Ui::MemoryContainer
{
Q_OBJECT
public:
explicit MemoryContainer(QWidget *parent = 0);
};
#endif // MEMORYCONTAINER_H