I need to implement graphical user interface design. The basis of the selection is Qt.
After some work on the implementation, several difficulties and questions arose. The main thing is that there are some fancy design elements with gradients, a variety of 3D effects, shadows, etc.
The current approach, which I really donβt really like, is to use bitmaps from graphic design as the background of various widgets. This has some very unpleasant drawbacks in terms of element placement and scalability. This approach creates a fairly static user interface that is difficult to maintain and adapt.
I would appreciate it to dynamically generate all graphic elements at runtime using as many default tools from Qt as possible. But I just donβt know how to implement such complex visual effects. An example is the following image. 
Question: How a reasonable approach will look like the one shown below. (I don't want the exact solutions, just some pointers, general approaches and best practices.)
source share