Skip to content
Model-View-Presenter using Strategy and Abstract Class
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
MODEL
PRESENTER
VIEW
.gitignore
MVP_test.pro
README.md
main.cpp

README.md

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
You can’t perform that action at this time.