[PyQt] Multitple icons/pixmap in same cell

donoban donoban at riseup.net
Sat Sep 7 15:49:36 BST 2019


On 9/7/19 1:48 AM, David Boddie wrote:
> On Fri Sep 6 15:43:52 BST 2019, donoban wrote:
> 
>> 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/nodei
>> mage/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.
> 
> You can still use widgets in QTableView if you want to:
> 
> https://doc.qt.io/qt-5/qtableview.html#visual-appearance
> 

Thanks for the info. I will investigate the other alternative first
since it seems more model/view approach.


More information about the PyQt mailing list