On an Apple Silicon Mac, you can run Windows 11 using, for example, Parallels.
You're right it is Windows for ARM, but to the user it looks exactly the same as Windows 11 for Intel. Windows for ARM allows you to run x86/x64 programs, similar to how Rosetta 2 works for Mac programs.
There are a few limitations, most importantly x86/x64 device drivers do not work - you will need ARM drivers for your devices. This is usually not a problem in practice though.
Also note that you cannot do nested virtualization, i.e. do not expect to be able to run VMware inside the Windows 11 for ARM machine in order to run full x86/x64 virtual machines. That is not possible with hardware acceleration - you can do it with purely software virtualization, but that is really slow.
I don't know what specifically you use Qt for - but in general, the Qt tools work fine on macOS - and also on Apple Silicon. Instead of doing your work in Windows, you could consider simply installing Qt and your development environment natively in macOS. Then you could create Qt applications without Windows. You could still use Windows on Parallels for testing the programs on Windows ofcourse.
Note that it is no problem to cross-compile applications, so even though you're working on an Apple Silicon Mac, you can create executables for Windows with x86/x64 code!