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. I need a widget suggestion.

I need a widget suggestion.

Scheduled Pinned Locked Moved Solved Qt for Python
3 Posts 2 Posters 465 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.
  • _ Offline
    _ Offline
    _jao_victor_
    wrote on last edited by
    #1

    Hi, I am building an application using PyQt5 together with QtDesigner. And I'm in doubt which widget to use in this situation that I will describe. I have a database where the data that I want to appear on the screen in the form of a table is stored, with the same structure as the database, but I don't know which element of PyQt5 / QtDesigner I use for this need.
    I also wanted to know if it is possible to pass the data from the DB and pass it directly to this widget, or I need to get the data, pass it to a txt file (for example) and then pass it to the widget in PyQt.

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

      Hi,

      Check the Qt SQL module. You can use a QTableView to show your database data.

      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
      1
      • SGaistS SGaist

        Hi,

        Check the Qt SQL module. You can use a QTableView to show your database data.

        _ Offline
        _ Offline
        _jao_victor_
        wrote on last edited by
        #3

        @SGaist Thank you, that's exactly what I wanted.

        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