Re: QGridLayout XY position
Qt 3 and Qt 4 are incompatible. You're using Qt 4 but trying to compile an example from Qt 3. Use the ones provided with Qt 4 instead.
Re: QGridLayout XY position
Thanks for your Reply,
but, is there a QXYLayout class like BORLAND Java-Builder?
So I can use the testfunc(int x, int y, int w, int h) function
to resize a QPushButton?
button->setGeometry(x,y,w,h); does not effect.
But the QDesigner understand XY Layout, if there a way to do this
per hand?
I don't will/need *.ui files.
thanks
Jens