Text Editor GUI Application
This is a simple text editor GUI application Made with C++ and Qt.
that has the following options:
(to be applied to any .txt file)
- Add new text to the end of the file
- Display the content of the file
- Empty the file
- Encrypt the file content
- Decrypt the file content
- Merge another file
- Count the number of words in the file
- Count the number of characters in the file
- Count the number of lines in the file
- Search for a word in the file
- Count the number of times a word exists in the file
- Turn the file content to upper case
- Turn the file content to lower case
- Turn file content to 1st caps (1st char of each word is capital)
- Save
- Exit
The program is divided as:
- mainwindow.h - includes all function definitions
- mainwindow.cpp - includes all functions implementation
- main.cpp - the main program
- mainwindow.ui - includes the GUI elements made with Qt
Contributors:
- Mahmoud Adel
- Maya Ayman
- Yousef Kilany