Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-116078

[REG] Behavior breakage in Qt 6.5: Virtual keyboard style qrc import path changed

    XMLWordPrintable

Details

    • All
    • d435fdf28 (6.6), e5bf53cc6 (dev), 6c6db722b (6.5)

    Description

      In Qt 6.2.3, virtual keyboard styles installed in /QtQuick/VirtualKeyboard/content/styles were treated as built-in styles and imported by default. After the change mentioned at the end, these styles are no longer detected; the import paths seem to have been changed, and the following change had to be made in our application code to get the original behavior back:

      -    <qresource prefix="/QtQuick/VirtualKeyboard/content/styles"> 
      +    <qresource prefix="/qt/qml/QtQuick/VirtualKeyboard/Styles/">
      

      The commit that introduced this behavior change seems to have been:

      https://github.com/qt/qtvirtualkeyboard/commit/4395ca0fdd04d4e8655f2c8765ff229e236bfdc2 (Port qtvirtualkeyboard to declarative type registration)

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            jakoivik Jarkko Koivikko
            andrhans Andreas Aardal Hanssen
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes