Skip to content

Felipeasg/MVP_Qt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Model-View-Presenter using Strategy and Abstract Class

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published