andrecurvello / Hands-On-GUI-Programming-with-CPP-and-Qt5

Hands-On GUI Programming with C++ and Qt5, published by Packt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


For a limited period, all eBooks and Videos are only $10. All the practical content you need - by developers, for developers

Hands-On GUI Programming with C++ and Qt5

This is the code repository for Hands-On GUI Programming with C++ and Qt5, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

Qt 5, the latest version of Qt, enables you to develop applications with complex user interfaces for multiple targets. It provides you with faster and smarter ways to create modern UIs and applications for multiple platforms. This book will teach you to design and build graphical user interfaces that are functional, appealing, and user-friendly.

Instructions and Navigation

All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02.

All code files have been placed in their respective folder.

The code will look like the following:

void MainWindow::test()
{
  int amount = 100;
  amount -= 10;
  qDebug() << "You have obtained" << amount << "apples!";
}

In order to successfully execute all the codes and instructions in this book, you would need:

  • A basic PC/Laptop
  • A working internet connection
  • Qt 5.10
  • MariaDB 10.2 (or MySQL Connector)
  • Filezilla Server 0.9

We will deal with the installation processes and details as we go through each chapter.

Related Products

About

Hands-On GUI Programming with C++ and Qt5, published by Packt

License:MIT License


Languages

Language:C++ 64.4%Language:QMake 22.6%Language:QML 12.3%Language:HTML 0.7%