Migrating from Qt 5 to Qt 6 - Testing Code

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 ธ.ค. 2024

ความคิดเห็น • 6

  • @JonasKvinge
    @JonasKvinge 4 ปีที่แล้ว

    QRegExp is from Qt 4 but was still available in Qt 5. But when doing Qt 5 code you should really have used QRegularExpression, but it's not too hard to convert from QRegExp to QRegularExpression, however it's a bit of a job when QRegExp is used all over the code. Qt Concurrent is probably what I struggled the most with, because it would't compile with Qt 6, and it was really confusing because I did the porting to Qt 6 before the documentation was available.

  • @sonulohani
    @sonulohani 4 ปีที่แล้ว

    Nice findings👍👍👍

  • @paherbst524
    @paherbst524 4 ปีที่แล้ว

    so..... qt6 is still effectively beta ?

  • @greenmunky89
    @greenmunky89 4 ปีที่แล้ว

    Built from source and then eventually built qtcreator. compiler errors and after some edits compiled but without qml designer unfortunately. Not sure where it went wrong.

  • @DimiEG
    @DimiEG 4 ปีที่แล้ว

    It’s a pitty you don't have free videos python-qt on youtube.

    • @VoidRealms
      @VoidRealms  4 ปีที่แล้ว

      working up to it - been making python vids :)