if i repaint widget so ...
Qt Code:
void Compose_Fak::RepainterWindowNow() { int xh = height(); int xw = width(); resize(xw + 5,xh); resize(xw,xh); }To copy to clipboard, switch view to plain text mode
works ok....
but exist other solution?
if i repaint widget so ...
Qt Code:
void Compose_Fak::RepainterWindowNow() { int xh = height(); int xw = width(); resize(xw + 5,xh); resize(xw,xh); }To copy to clipboard, switch view to plain text mode
works ok....
but exist other solution?
Bookmarks