Fix user template icons not displaying on Windows
Absolute Windows paths were not being checked for, causing user template icons to not load. QFile::exists is a simple cross platform method of checking for an absolute path. This also fixes custom icons for user templates. BUG: 395894