that is not a welcome screen integrated with this q2a, qa is instaled inside a directory. anyway:
using advanced theme add this function to "main" function after widget's function call:
if ($this->template=="qa")
include 'qa-home.php';
else
$this->main_parts($content);
it will load qa-home.php or any other HTML,php page as your homepage.