Hello,

I am using qt-x11-opensource-src-4.4.3. I am developing using qt-4 plug-in qt-eclipse-integration-linux.x86-1.4.3 in eclipse-cpp-ganymede-SR2-linux-gtk.

When I create a QWidget class from designer, and place some widgets on it, I observe that when the application is launched, the background form is launched first, and then the qt widgets appear.

Can anyone explain, why is this delay in placing the widgets after the form (qframe) appears?

Also, I used qlinear-gradient for background color of the widgets.