IEM-Computer-Vision / Your-Labels

A custom made image annotation tool
MIT License
0 stars 0 forks source link

Learn PyQt5 #1

Open ucalyptus opened 4 years ago

ucalyptus commented 4 years ago

Link to a tutorial vid -> https://www.youtube.com/watch?v=6tV6G4JAuSs Link to docs -> https://doc.bccnsoft.com/docs/PyQt5/

Nibba2018 commented 4 years ago

There are two ways to work with qt Designer:

We will be using the second option as it allows us to keep the front end and backend separate. Thus two different teams can work together on the same project without conflicting each other's changes..

Examples: https://github.com/pyqt/examples

Some of my work with PyQt5 for reference: