You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks man, it was really useful.
As a suggestion (for your example window)
It will open large files faster if you initialize the QByteArray using the static "fromRawData" function (instead of readall)and preserve the file object after closing it.
Cheers!
The text was updated successfully, but these errors were encountered:
Thanks man, it was really useful.
As a suggestion (for your example window)
It will open large files faster if you initialize the QByteArray using the static "fromRawData" function (instead of readall)and preserve the file object after closing it.
Cheers!
The text was updated successfully, but these errors were encountered: