Skip to content

elaheyaghoubi/qt-shape-drawing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Tool-Task! 👋🏻

Thanks Mr. Alireza Mohafezatkar for being the leader and guide of our group for this project.🙏🏻 Group members for this project : Yegane Almasi Tabar, Elahe Yaghoubi and Amir Mohammad Parvizi.

One of the projects of (MRL-HSL) 🤖 , Email : MRL-HSL Email

Download Qt 📥

Download QT in this site 🔗 (Download Offline Installers | Source Package Offline Installer | Qt)

Create files and folders

Move the program from the Downloads folder to the desired folder for example QT Projects after downloading.

unzip or unrar 📂

now you should unzip the target file :

  • unzip command in ubuntu

    unzip filename
    • unrar command in ubuntu
    unrar -e filename

If You have Error 🐞

For easily execute the code, it is better to first make sure that the required versions are up-to-date before starting. run this commands in your ubuntu terminal for get necessary package.

sudo apt-get install build-essential -y
sudo apt-get install libfontconfig1 -y 
sudo apt-get install mesa-common-dev -y
sudo apt-get install libglu1-mesa-dev -y
sudo apt-get install clang -y

Don't run this file ! ⚠️

we have write .pro.user in .gitignore bacause there is no need to run and that makes with QT.

Report Link

Report for this task with PDF format (Change Soon)

License 🤗

CC0 All sources are without special license and copyright No license.

UML diagrams

And this will produce a flow chart:

graph LR
A[PushButton]--> B(opencv)
A --> C(SIGNAL)
C --> D(SLOT)
B --> E{Display live}
D --> E
E --> G(checkbox)
G-->H(Circle)
G-->I(SIGNAL)
I-->J(SLOT)
H -->K(Shape on Screen)
J-->K
K-->F
E --> F(Close Button)

Loading

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published