Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

piallai/glove

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ Glove

License: GPLv3 Generic badge Qt5 Single header Generic badge Generic badge




Teaser

Code of samples above:

Summary

What it does

  • Can transform a C++ CLI program into a GUI application with minimum modifications (details)

    • Manages shared memory across multiple runs of the CLI program
  • Design parametrization widgets in the blink of an eye

    • Handles typed parameters, with straightforward GUI
  • Easy handling of data containers using GUI tables

  • Easy progress feedback of algorithms with GUI

How

  • Requires only Qt to be installed

  • Single header available

  • The library is designed as a general C++ toolkit with straightforward bindings with Qt

  • Modularity by relying on template specializations

Documentation

  • Dcoumentation and tutorials available here

  • Doxygen documentation available here