If you can get a window handle for the SDL window, then you should be able to wrap it in a QWindow using QWindow::fromWinId().
This should then be embedable with QWidget::createWindowContainer().

Cheers,
_