Eneboo - Documentación para desarrolladores
|
#include "qobject.h"
Ir al código fuente de este archivo.
Clases | |
class | QStyleOption |
The QStyleOption class specifies optional parameters for QStyle functions.Some QStyle functions take an optional argument specifying extra information that is required for a paritical primitive or control. So that the QStyle class can be extended, QStyleOption is used to provide a variable-argument for these options. Más... | |
class | QStyle |
The QStyle class specifies the look and feel of a GUI.A large number of GUI elements are common to many widgets. The QStyle class allows the look of these elements to be modified across all widgets that use the QStyle functions. It also provides two feel options: Motif and Windows. Más... |