Hello!
For accessing local files QFileDIalog::getOpenFileContent() is your best option
with Qt today. The tradeoff is that it reads the entire file info memory and
returns a QByteArray. If you have existing QFile-based code that you want to
reuse then you can save that QByteArray to /tmp/ (whic
Hi Robert,
simply including does not work, indeed.
But I managed to make it work by including specific headers,
i.e. :
https://godbolt.org/z/WWe8r1xGW
Hope this helps!
Ivan
From: Interest on behalf of Schimkowitsch
Robert
Sent: Friday, February
Can anyone give me a hint on how to bring a Qt code example using QtConcurrent
to compiler explorer?
I seem to lack a way to configure which Qt modules are available. I even tried
to import a little cmake project that specifies the Qt modules, but they seem
to be ignored.
Kind regards
Robert
_