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. StackView getting signals from pushed objects
Forum Updated to NodeBB v4.3 + New Features

StackView getting signals from pushed objects

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
qmlstackviewconnections
1 Posts 1 Posters 578 Views
  • 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.
  • M Offline
    M Offline
    maydin
    wrote on 6 Oct 2017, 23:49 last edited by
    #1
    ListView {
        model: SQLModel {}
        delegate: ItemDelegate {
            text: model.text
            onClicked: stackView.push("newpage.qml", {id: model.id}
        }
    }
    

    I want to get signals from pushed objects.

    If I change my SQL table (not model) from newpage.qml page, after popping back to page above ListView model does not change. I need to refresh that page after pop or simply just update related row with a simple signal. But I could not find how to get signals from pushed objects or another way of doing this.

    1 Reply Last reply
    0

    1/1

    6 Oct 2017, 23:49

    • Login

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