Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt for Python
  4. Signal in pyqt5

Signal in pyqt5

Scheduled Pinned Locked Moved Unsolved Qt for Python
1 Posts 1 Posters 424 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.
  • A Offline
    A Offline
    alex_eri
    wrote on last edited by
    #1

    I created class with pyqtPropertie. I set notify on it.

    Then I emit signal set to notify on one instance signal emmited on other instances too.
    I tried to create signals in __new__ of class, but id() of created new signals equals.

    For example i have two lists of 10-20 elements. If first list changed GUI reread it, but also reread second list because signal is same.

    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