Skip to content

Latest commit

 

History

History

WordProc

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Word Processor Desktop Application

An attempt to write a word processor using C++20, Qt5, and CMake as the build system.
The idea is to use a MDI approach and the documents support Qt has already builtin for exporting (Qt does not include reading support),
but later add own document formats to write/read documents including more then formated text.