1 #ifndef QPAINTERWRAPPER_H 2 #define QPAINTERWRAPPER_H 15 void fill(
const QString& color);
16 void fillRect(
int x,
int y,
int width,
int height,
const QString& brush);
17 void drawRect(
int x,
int y,
int width,
int height);
18 void setPen(
const QString& pen);
19 void setBrush(
const QString& brush);
24 #endif // QPAINTERWRAPPER_H Definition: qpainterwrapper.h:8