Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct


    Qt World Summit: Early-Bird Tickets

    Unsolved ItemSelectionModel from QML

    QML and Qt Quick
    1
    2
    108
    Loading More Posts
    • 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.
    • B
      Bob64 last edited by

      Hi,

      I am trying to use ItemSelectionModel to manage selections in a ListModel, ListView-based component I am working on.

      I have got basic functionality working with single selection. So if I select with no modifiers, a single item is selected, and if I select with Control modifier, the single selection is added to any existing selection.

      I now want to get range selection working (with Shift modifier).

      I believe I need to call the overload of ItemSelectionModel.select that accepts a QItemSelection. However I do not know how to construct a QItemSelection from QML. I found this documentation that suggests QItemSelection is exposed to QML as a vector of QItemSelectionRange and that the latter is exposed as a 'value type' to QML. But how do I actually construct one??

      1 Reply Last reply Reply Quote 0
      • B
        Bob64 last edited by

        I guess no-one else has tried to use this?

        1 Reply Last reply Reply Quote 0
        • First post
          Last post