Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Possible to display lists based on user selection in prior list with PyQT5?
Forum Updated to NodeBB v4.3 + New Features

Possible to display lists based on user selection in prior list with PyQT5?

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 208 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.
  • D Offline
    D Offline
    DouglinhasZN
    wrote on last edited by
    #1

    Hello,
    I am creating a tool to display information.
    The user will be presented with the following categories (check image below)
    What I want to do is, when the user clicks on one of the categories displayed, the other List Widget ("select one of the following findings:") displays a new LIST. This list will be different depending on what category the user selects prior.
    Then in that LIST, the user will be presented with different Findings sorted by NAME.
    Once a user clicks in a finding he wants, the list (description, remediation and criticality) will populate with information about that one finding he selected.
    b8f0f2f7-835d-4e88-bdc5-433dd33f1343-image.png
    Is this possible with PyQT5? Will I have to use another widget?
    Thank you

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      Yes this is possible. Use the currentChange signal of your first view to trigger whatever update is needed for your second view.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      2

      • Login

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