hi
I am using qt-4.4.2 ,When i open *.ui files inside the Qt Creator i get few extra fields in the property section(layoutRowStretch,layoutColumnStretch,..e.t .c) of QGridLayout which i dont get if i open the designer alone(ouside the qtcreator).

But using these extra fields which is provided by qtcreator have no effect on the program.
ie.when i use the layoutRowStretch section there is no effect on the code ,I have looked in to the ui_*.h file genetated by the moc ,there is no code releted to RowStretch.

Had i done any mistake in the compilation of Qt ? so that i am unable to use the full potential of the QtDesigner.