Maybe this is a dumb question, but I could not find any reference.
One of Qt's best feature is the styling of Application e.g. Motif, CDE, Windows, Platique etc. but more important than that is the ability to style components e.g.
QPushButton.SetStyle('font-size: 12px').
How is this achieved in Lazarus?, I mean the qt4.pas files has all the methods to support this? Is there a trick I can use styling in Qt-Laz?