Python Forum
PyQt5: Add Variable Number of Rows to Layout Based on Python Dictionary
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PyQt5: Add Variable Number of Rows to Layout Based on Python Dictionary
#2
Why don't using QtableWidget for display and store your data in a tuple or a list?
This tutorial explains many things about PyQt5: PyQt5 tutorial
Also, you can insert any widget inside the QTableWidget like buttons checkboxes as the tutorial described.
Hope that helps.
Reply


Messages In This Thread
RE: PyQt5: Add Variable Number of Rows to Layout Based on Python Dictionary - by seco - Oct-02-2018, 12:25 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  PyQt5 Relative Layout Unkovic 1 732 Nov-10-2023, 01:52 PM
Last Post: Axel_Erfurt
  [PyGUI] How to reuse a window layout based on mysql rowcount? retroisbest 2 2,579 Nov-09-2021, 09:02 AM
Last Post: retroisbest
Question Python 3.10 and PyQt5(6) zazen000 2 7,835 Jun-14-2021, 05:02 PM
Last Post: deanhystad
  Updating button text based upon different variable values knoxvilles_joker 0 2,330 Apr-18-2021, 04:13 AM
Last Post: knoxvilles_joker
  pyqt5 layout Nickd12 8 3,747 Jan-18-2021, 09:09 AM
Last Post: Axel_Erfurt
  [PyQt] Control a combobox from another python file PyQt5 prath 0 2,373 May-05-2020, 03:22 PM
Last Post: prath
  PyQt5: Iterate through rows to check for a value keegan_010 2 1,859 Mar-23-2020, 11:30 PM
Last Post: keegan_010
  [PyQt] Python PyQt5 - Change label text dynamically based on user Input ppel123 1 13,935 Mar-20-2020, 07:21 AM
Last Post: deanhystad
  PyQt5: How do you set the user input of a line edit to a specific variable? YoshikageKira 17 12,140 Dec-26-2019, 03:18 PM
Last Post: Denni
  Find active PyQT5 textline and add result to dictionary mart79 3 2,324 Jul-31-2019, 03:25 PM
Last Post: Denni

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020