Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 413 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 413 Bytes

MVP_Qt

Model-View-Presenter using Strategy and Abstract Class

This simple application implements the ubiquitous MVP, but in c++. This is only a demonstration but can be util to start some GUI projects... Isolating VIEW of DATA and application LOGIC.

To compile and execute

$ git clone https://github.com/Felipeasg/MVP_Qt.git
$ cd MVP_Qt
$ mkdir build && cd build
$ qmake ..
$ make
$ ./MVP_test