📖 A simple dictionary application built with C++ and Qt.
This repository contains the source code for a basic dictionary application where users can search for words.
- Word Search: Find words from a list.
- Loading Animation: A smooth loading interface while searching.
- Text Files:
words.txt
contains the word list anddeletedWords.txt
stores removed words.
-
Clone the repository:
git clone https://github.com/RezaGooner/Dictionary.git
-
Open the project in Qt Creator.
-
Build and run the application.
Distributed under the Apache 2.0 License. See LICENSE for more details.
Feel free to adjust the features based on the actual functionalities!