I found my problem. Reading the Qt documentation more thoroughly, I have found that QScrollArea::setWidget sets the widget's autoFillBackgroundProperty. After setting the widget, I simply called "i->_form->setAutoFillBackground(false);", and it fixed my issue.

Teaches me for not reading the setWidget method more thoroughly...