Qt 5.10 Book Examples
Public Member Functions | List of all members
CustomStyle Class Reference

#include <CustomStyle.h>

Inheritance diagram for CustomStyle:

Public Member Functions

virtual void polish (QWidget *pwgt)
 
virtual void unpolish (QWidget *pwgt)
 
virtual void drawPrimitive (PrimitiveElement elem, const QStyleOption *popt, QPainter *ppainter, const QWidget *pwgt=0) const
 

Detailed Description

Definition at line 18 of file CustomStyle.h.

Member Function Documentation

◆ drawPrimitive()

void CustomStyle::drawPrimitive ( PrimitiveElement  elem,
const QStyleOption *  popt,
QPainter *  ppainter,
const QWidget *  pwgt = 0 
) const
virtual

Definition at line 31 of file CustomStyle.cpp.

◆ polish()

void CustomStyle::polish ( QWidget *  pwgt)
virtual

Definition at line 15 of file CustomStyle.cpp.

◆ unpolish()

void CustomStyle::unpolish ( QWidget *  pwgt)
virtual

Definition at line 23 of file CustomStyle.cpp.


The documentation for this class was generated from the following files: