Qt Code:
To copy to clipboard, switch view to plain text mode
Qt Code:
To copy to clipboard, switch view to plain text mode
I think he means the layout margin
Qt Code:
centerLayout->setMargin(0);To copy to clipboard, switch view to plain text mode
J-P Nurmi
darksaga (17th August 2007)
yupp, margin is, what I was looking for
what I tried
but this didn't help ...Qt Code:
centerLayout->setSpacing(0);To copy to clipboard, switch view to plain text mode
thnx again jpn
Bookmarks