I'm currently starting a little program in python
and pyqt
. I have little to no experience on GUI programming but I need a table to present some items (like one in this website HERE ). I was wondering if there was any way to do this in pyqt
(qtquick
would be better) .
I know there is qtableview in pyqt
but I need to make it look like an html table. Can Qtableview be made to look like a CSS
style HTML
table?