Create a Store Inventory GUI Application with C++ and Qt - Codestars Professional

preview_player
Показать описание
Welcome to the Codestars Professional course on C++ and Qt! This series of courses from Rob Percival's Codestars is dedicated to teaching students the key skills they need to succeed in the workplace.

This focused course is brilliant for anyone looking to create a Graphical User Interface from scratch! Build a GUI to track stock, help your employees or streamline your working practices.

This introductory lecture gives students an overview of what they'll learn in the course!

Happy coding!
Рекомендации по теме
Комментарии
Автор

Being Brand New to QT this was really tough but well worth it. The only thing which I found confusing was in the second phase of the course with the Project, the same variable name NewItem was used in the Main class as a Double Pointer, but then in other other classes and Functions as a single pointer. Then when being passed in as a Function both parameter and arguments were also both NewItem and so you had all these versions of NewItem running around, all needing you to know how they were scoped to recognise which one was being referred to. Would have been nice to separate the names a little. Still though, excellent course and I really liked it.

Smmmile