>> ./ui_FindAndReplaceUi.h:129: error: 'class QGridLayout' >>has no member named >'setLeftMargin' >> ./ui_FindAndReplaceUi.h:130: error: 'class QGridLayout' >>has no member named 'setTopMargin' >> >> >Hmm. Compiling under Qt 4.5, I do not see that there at all. >
void QLayout::setContentsMargins ( int left, int top, int right, int bottom ) Sets the left, top, right, and bottom margins to use around the layout. This function was introduced in Qt 4.3. Vincent