Giter VIP home page Giter VIP logo

office_application_qt's Introduction

CREATING AN OFFICE APPLICATION WITH QT ๐Ÿ“‡

WHAT IS THIS PROJECT?

The Office Application is a desktop application built using Qt and C++ programming language. It is designed to provide similar functionality as LibreOffice. The application offers various features such as :

  • Search and replace ๐Ÿ”Ž
  • Spelling checker ๐Ÿ”ค
  • Word counter ๐Ÿ–จ๏ธ
  • Automatic saves ๐Ÿ’พ
  • and multiple format tools ...

INSTALLATION โš™๏ธ:

LIBRAIRIES ๐Ÿ“–

This project use Hunspell. Hunspell is here used as a free spell checker and morphological analyzer library. It is designed for quick and high quality spell checking and correcting for languages with word-level writing system, including languages with rich morphology, complex word compounding and character encoding.

For more informations : https://github.com/hunspell/hunspell

For Ubuntu :

$ sudo apt install autoconf automake autopoint libtool
$ sudo apt-get install libhunspell-dev
$ sudo apt install hunspell

Once installed, open the window.cpp file. You will find at line 7-8 this code.
Type $ hunspell -D and verify your output. The output should be looking like this.

AVAILABLE DICTIONARIES (path is not mandatory for -d option):
/usr/share/hunspell/fr_MC
/usr/share/hunspell/fr_BE
/usr/share/hunspell/en_US
/usr/share/hunspell/fr_CA
/usr/share/hunspell/fr
/usr/share/hunspell/fr_LU
/usr/share/hunspell/fr_FR
/usr/share/hunspell/fr_CH
// Load dictionary for spelling, to be sure where it's located type hunspell -D
Hunspell spellChecker("/usr/share/hunspell/en_US.aff", "/usr/share/hunspell/en_US.dic");

office_application_qt's People

Contributors

mcrayssac avatar lenaabel avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.