Look-and-Feel Customization with Qt Designer
Qt 6 allows us to easily design our program’s user interface through a method most people are familiar with. Qt not only provides us with a powerful user interface toolkit, called Qt Designer, which enables us to design our user interface without writing a single line of code, but it also allows advanced users to customize their user interface components through a simple scripting language called Qt Style Sheet.
In this chapter, we’re going to cover the following recipes:
- Using style sheets with Qt Designer
- Customizing basic style sheets
- Creating a login screen using style sheets
- Using resources in style sheets
- Customizing properties and sub-controls
- Styling in Qt Modeling Language (QML)
- Exposing the QML object pointer to C++