Book Image

Qt5 C++ GUI Programming Cookbook

By : Eng
Book Image

Qt5 C++ GUI Programming Cookbook

By: Eng

Overview of this book

With the advancement of computer technology, the software market is exploding with tons of software choices for the user, making their expectations higher in terms of functionality and the look and feel of the application. Therefore, improving the visual quality of your application is vital in order to overcome the market competition and stand out from the crowd. This book will teach you how to develop functional and appealing software using Qt5 through multiple projects that are interesting and fun. This book covers a variety of topics such as look-and-feel customization, GUI animation, graphics rendering, implementing Google Maps, and more. You will learn tons of useful information, and enjoy the process of working on the creative projects provided in this book
Table of Contents (11 chapters)
10
Index

Chapter 1. Look and Feel Customization

In this chapter we will cover the following recipes:

  • Using style sheets with Qt Designer
  • Basic style sheet customization
  • Creating a login screen using style sheets
  • Using resources in style sheets
  • Customizing properties and sub-controls
  • Styling in QML
  • Exposing QML object pointer to C++