Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. Tags
    3. backward compat
    Log in to post

    • SOLVED Alternative method for qmlRegisterSingletonInstance method in qt 5.12.9.
      QML and Qt Quick • qmlregistertype backward compat 5.12.9 5.15.0 • • Ashvit  

      2
      0
      Votes
      2
      Posts
      95
      Views

      For someone facing a similar issue, I did not find a direct solution, According to the table https://doc.qt.io/qt-5/qtqml-cppintegration-data.html#sequence-type-to-javascript-array QList<CustomClass> is not yet supported in QML. Due to this reason I had to convert the QList<QList<CustomClass>> to QVariantMap<string,QVariantList<QVariantList<QVariantMap>>> And while using the values in qml use the bracket notation instead of the dot notation.
    • SOLVED QT .dmg "No mountable file systems" on El Capitan. Backwards compatibility issue?
      General and Desktop • macdeployqt mount backward compat el capitan high sierra • • StevenFS  

      5
      0
      Votes
      5
      Posts
      4463
      Views

      Bug Report: https://bugreports.qt.io/browse/QTBUG-65844 "macdeployqt produced .dmg on High Sierra not working on El Capitan"
    • UNSOLVED (QHttp QT5.7+) Qualcuno potrebbe aiutarmi a trovare il bacco
      Italian • network backward compat qhttp qobjectprivate • • patrik08  

      2
      0
      Votes
      2
      Posts
      836
      Views

      QHttp cosi' come il tuo modulo non puo' gestire l'http moderno, in particolare SSL. Mentre mi devo congratulare per lo sforzo profuso, suggerirei un passo indietro, perche' non puoi usare QNetworkAccessManager (o un wrapper attorno a esso)? Se la risposta alla precedente domanda e' "perche' alcune cose che mi servono non sono implementate" (di solito questo e' un problema quando si sostituisce QFtp, non QHttp), potresti considerare un wrapper attorno a libcurl? magari fruttando curlpp?