Hi guys,

When no scaling is done I can draw using Qt:enseXPattern without any problem;
There is a need for scaling my graphcisscene about 90times ( scene rect is 90times smaller) and I have to fill a rect(in the drawBackground method) with the Qt::denseXPattern and no brush is shown;
I can only use Solid brushes with the same result despite the current scene scale;
Maybe this is a trivial questions, but can't find the answer.
If anyone has the answer I would really appreciate a short piece of code or an example app showing that the brush may look the same despite the scene rect size;

Any ideas?