Skip to content

Graphical User Interface (GUI)

Pedro Javier edited this page Jun 14, 2020 · 1 revision

Introduction

MemWizard's user interface is built using "Qt for Python" (NOTE: not PyQt).

Design

The code uses a model-view design pattern. Models are built with data gotten from the MWengine, and it is linked to different view elements, like the Tables in MWview.py

Clone this wiki locally