Python Forum
Rows and colums list. PySide 6
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Rows and colums list. PySide 6
#1
Question 
Hi,
I would like to read some data and display it in rows and columns with column header names and rows with numbers
I am using PySide6 so far for my development.
I would like to display a checkbox, a small icon and details such as name, alias and location.
Ultimately I would like to be able to switch to another view that showed just a 64 x 64 icon.

Are there any ways of doing this type of thing. Thank you and kind regards.
Reply
#2
(May-31-2023, 10:29 AM)britesc Wrote: Are there any ways of doing this type of thing.

Yes.

If you don't show what you tried, it will be difficult to help you.
Reply
#3
The kind of thing you describe is easily accomplished using any GUI toolkit, including PySide6. Take a look at this example:

https://pythonbasics.org/pyqt-table/

Do you need a GUI? When I think Graphical User Interface I don't think of display, I think of interaction between the user and the computer. What are your plans for interacting with the data? If you only want to display a pretty table, there are easy ways to accomplish this with a few lines of code.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [PySide / PyQt] Offset two images with keyboard increments carecavoador 1 954 Sep-09-2023, 12:53 PM
Last Post: deanhystad
  Drawing in PySide Leo_Red 3 2,747 Jun-26-2021, 09:30 AM
Last Post: Axel_Erfurt
  How to in PySide/PyQt, zooming in and out UI Vladlen 0 2,890 Feb-13-2019, 02:11 PM
Last Post: Vladlen
  (pyQt/pySide)setStyleSheet(border…) makes QPushButton not clickable in Maya vladlenPy 0 4,699 Apr-15-2018, 12:41 PM
Last Post: vladlenPy
  set font from dialog box pyside python Gigux 1 3,565 May-08-2017, 12:25 AM
Last Post: Joseph_f2
  browse item and assign file to variable PYSIDE Gigux 3 3,939 May-01-2017, 02:03 AM
Last Post: nilamo
  set default font main window pyside Gigux 0 3,471 Apr-23-2017, 01:13 PM
Last Post: Gigux

Forum Jump:

User Panel Messages

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