I\'ve found conflicting answers on the web - some say it does, some say it doesn\'t. I was unable to find any details in the official Qt documentation either. So does Qt hav
No. Qt is C++. But you could just write C-style code everywhere that doesn't interact/create GUI elements and compile the whole thing with your C++ compiler of choice.