Pavel Sanda wrote:
dynamic_cast<QFrame*>(d.current_work_area_)->setFrameStyle(
QFrame::NoFrame);
this line work, we got rid of 1mm margin.
still 2 pixel border remain, it has to be from guiview?
Or from your window manager?
no certainly not.
but i found a trick - to give setcontentsmargins negative value :D
second thing - when i remove the two following includes it still compiles
under gcc. thats leftover or we need it for msvc?
I guess that's leftover, just delete it. In general header cleanups are
very welcome, if it compiles (with pch disabled) then just commit the
cleanups.
Abdel.