[guided]We now verify the probabilistic effect of multiplying the noise matrix by $Q$. Define
\begin{align*}
Z := Q E \in \mathbb{R}^{n \times p}.
\end{align*}
For indices $r,s \in \{1,\dots,n\}$, define the Kronecker delta $\delta_{rs} \in \{0,1\}$ by $\delta_{rs}=1$ if $r=s$ and $\delta_{rs}=0$ if $r \ne s$. For each $r \in \{1,\dots,n\}$, let $Z_r \in \mathbb{R}^{1 \times p}$ be the $r$th row of $Z$. Since $Z=QE$, the row $Z_r$ is
\begin{align*}
Z_r = \sum_{i=1}^n Q_{ri}E_i.
\end{align*}
Each $E_i^\top$ is Gaussian, and the rows $E_1,\dots,E_n$ are independent. Therefore every finite linear combination of entries of $Z$ is a finite linear combination of jointly Gaussian random variables, hence is Gaussian. Thus the rows $Z_1,\dots,Z_n$ are jointly Gaussian.
We use the [Gaussian independence criterion for jointly Gaussian random vectors](/page/Multivariate%20Normal%20Distribution): for jointly Gaussian random vectors, independence is equivalent to zero cross-covariance between the corresponding blocks. The hypothesis needed for this criterion is joint Gaussianity, which was verified above for the rows $Z_1,\dots,Z_n$. We compute the cross-covariance explicitly. For $r,s \in \{1,\dots,n\}$,
\begin{align*}
\operatorname{Cov}(Z_r^\top,Z_s^\top)
&= \operatorname{Cov}\left(\sum_{i=1}^n Q_{ri}E_i^\top,\sum_{j=1}^n Q_{sj}E_j^\top\right) \\
&= \sum_{i=1}^n \sum_{j=1}^n Q_{ri}Q_{sj}\operatorname{Cov}(E_i^\top,E_j^\top).
\end{align*}
The original rows are independent and each has covariance $\Sigma$, so
\begin{align*}
\operatorname{Cov}(E_i^\top,E_j^\top)
=
\begin{cases}
\Sigma, & i=j, \\
0, & i \ne j.
\end{cases}
\end{align*}
Therefore
\begin{align*}
\operatorname{Cov}(Z_r^\top,Z_s^\top)
&= \sum_{i=1}^n Q_{ri}Q_{si}\Sigma \\
&= (QQ^\top)_{rs}\Sigma.
\end{align*}
Since $Q$ is orthogonal, $QQ^\top=I_n$, so
\begin{align*}
\operatorname{Cov}(Z_r^\top,Z_s^\top)=\delta_{rs}\Sigma.
\end{align*}
Thus different rows of $Z$ have zero cross-covariance, and because they are jointly Gaussian, they are independent. For $r=s$, the same formula gives covariance $\Sigma$, and the mean is zero because each original row $E_i$ has mean zero. Hence
\begin{align*}
Z_r^\top \sim \mathcal{N}_p(0,\Sigma)
\end{align*}
for every $r \in \{1,\dots,n\}$.[/guided]