[PyQt] Multitple icons/pixmap in same cell

donoban donoban at riseup.net
Fri Sep 6 15:43:52 BST 2019


Hi,

I am trying to adapt a medium sized pyqt appication to model/view
architecture (https://github.com/QubesOS/qubes-manager/pull/195)

I have a problem when trying to imitate the 'State' column behavior. As
you could see here:
https://www.linuxjournal.com/sites/default/files/styles/850x500/public/nodeimage/story/12011f2.png

This column can have multiple icons which show the current state of the
VM. In the internal code it uses a custom widget with a layout and adds
new widgets with a pixmap and tooltip.

Does anybody know how to imitate this with model/view design? Could I
split the 'State' column in multiple columns which share the same header
cell?

Regards.


More information about the PyQt mailing list