21 #ifndef QPAINTERWRAPPER_H 22 #define QPAINTERWRAPPER_H 35 void fill(
const QString& color);
36 void fillRect(
int x,
int y,
int width,
int height,
const QString& brush);
37 void drawRect(
int x,
int y,
int width,
int height);
38 void setPen(
const QString& pen);
39 void setBrush(
const QString& brush);
44 #endif // QPAINTERWRAPPER_H Definition: qpainterwrapper.h:28