I haven't check updates in a long time as I was using my modified/compiled plugin, but now tried 1.9.0, and happy to report that the Qt6 Windows version finally works fine with Veroval Duo! No...
Perfect now, thanks! I usually prefer settings in an app, as the OS not always has the correct settings, but in this case probably does not really matter
, and the days names are correct -...
OK, I've tried compiling with QT6 on Linux as well, and while of course it was working without modification (just as QT5 did) the good news is that it works just as fine as on Windows version when...
No, I was wrong: if I replace
rec = sp.readAll();
with
QByteArray rec;
rec = sp.readAll();
logRawData(false, rec.length(), rec);
payload += rec;
then the log is full with...
What is also weird though, that progress bar is just an animation of QT!
As it can be seen on the video, it moves smoothly, but when debugged step-by-step, the process is this: the...
Yes, crashes at the same place, called from waitForReadyRead() in line 112: image
And you know what's even better? I haven't mention it...
I've installed QT6, compiled and debugged Veroval plugin with it.
The place where it crashes is at waitForReadyRead() in the data reading loop header (line 112) at the second iteration as I...
I'm afraid, it certainly is. I've tried on my company's laptop which has Windows 10 (the log above is from my own desktop PC with Windows 11), and it crashes at the exact same place.
Sorry for...
Yes, completed just a few hours ago.
Importing starts fine, progress bar starts to work (with QT 5 it did not reach this point) but unfortunately the app crashes soon in QT6SerialPort:
Faulting application name: ubpm.exe,...
Yes, that is an example where the same expression is correct. In Hungarian if you specifically say how many, "%d whatever", then the "whatever" noun always should be in singular.
Also take a look at the missing plurals and if possible translate the plugins/guide too.
OK, I did where plural was required. At a few places it is the same as the singular expression, but...
(sorry, mostly have time only at the weekends) Thanks, now the long format is also fine! And even better: my translation made for the unpatched master branch still works, even though line...