LIJUCHACKO / Qt5-Spreadsheet

A simple Spreadsheet application made with Qt5, adapted from Mark Summerfield's Book "C++ Programming with Qt4"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Qt5-Spreadsheet

A simple Spreadsheet application made with Qt5, adapted from Mark Summerfield and Jasmin Blanchette's Book "C++ Programming with Qt4"

Building

After acquiring a copy of Qt5 (either commercial or open-source), clone this repository and use qmake to generate the makefile, then use make to build de application. It should work on every OS that Qt is compatible to. Tested on Kubuntu Linux.

Notes

About

A simple Spreadsheet application made with Qt5, adapted from Mark Summerfield's Book "C++ Programming with Qt4"

License:MIT License


Languages

Language:C++ 96.6%Language:QMake 3.4%