Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Where did Settings QML type go in 6.2?
Qt 6.11 is out! See what's new in the release blog

Where did Settings QML type go in 6.2?

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
3 Posts 2 Posters 523 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    CodeCruncher
    wrote on last edited by
    #1

    It was in Qt.labs.settings, but now doesn't exist? I can't find any mention in release notes for the motivation or what should be used instead? It was present in 6.1.

    leenamiettinenL 1 Reply Last reply
    0
    • C CodeCruncher

      It was in Qt.labs.settings, but now doesn't exist? I can't find any mention in release notes for the motivation or what should be used instead? It was present in 6.1.

      leenamiettinenL Offline
      leenamiettinenL Offline
      leenamiettinen
      wrote on last edited by
      #2

      @CodeCruncher

      It still seems to be there in the dev branch (Qt 6.4): https://doc-snapshots.qt.io/qt6-dev/qml-qt-labs-settings-settings.html

      I can import Qt.labs.settings and get code completion for the module and Settings type in Qt Creator.

      1 Reply Last reply
      0
      • C Offline
        C Offline
        CodeCruncher
        wrote on last edited by
        #3

        Ah - figured this out.
        The pypi dist for PySide6 includes Qt C++ shared libs and the Qt.labs.settings QML type.
        venv/lib/python3.8/site-packages/PySide6/Qt/lib/libQt6LabsSettings.so.6

        And just to make life difficult the pypi PyQt6 dist does not.

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved