You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jim@zoostorm:~$ tdmgr.py
Traceback (most recent call last):
File "/home/jim/.local/pipx/venvs/tdmgr/lib/python3.10/site-packages/Util/models.py", line 281, in paint
p.drawPixmap(option.rect.x() + 2, option.rect.y() + px_y, px.scaled(24, 24))
TypeError: arguments did not match any overloaded call:
drawPixmap(self, QRectF, QPixmap, QRectF): argument 1 has unexpected type 'int'
drawPixmap(self, QRect, QPixmap, QRect): argument 1 has unexpected type 'int'
drawPixmap(self, Union[QPointF, QPoint], QPixmap): argument 1 has unexpected type 'int'
drawPixmap(self, QPoint, QPixmap): argument 1 has unexpected type 'int'
drawPixmap(self, QRect, QPixmap): argument 1 has unexpected type 'int'
drawPixmap(self, int, int, QPixmap): argument 2 has unexpected type 'float'
drawPixmap(self, int, int, int, int, QPixmap): argument 2 has unexpected type 'float'
drawPixmap(self, int, int, int, int, QPixmap, int, int, int, int): argument 2 has unexpected type 'float'
drawPixmap(self, int, int, QPixmap, int, int, int, int): argument 2 has unexpected type 'float'
drawPixmap(self, Union[QPointF, QPoint], QPixmap, QRectF): argument 1 has unexpected type 'int'
drawPixmap(self, QPoint, QPixmap, QRect): argument 1 has unexpected type 'int'
Aborted (core dumped)
tdm installed with
(Wish I knew enough to sort this out myself - but I'm too old now 8^( )
The text was updated successfully, but these errors were encountered:
jim@zoostorm:~$ tdmgr.py
Traceback (most recent call last):
File "/home/jim/.local/pipx/venvs/tdmgr/lib/python3.10/site-packages/Util/models.py", line 281, in paint
p.drawPixmap(option.rect.x() + 2, option.rect.y() + px_y, px.scaled(24, 24))
TypeError: arguments did not match any overloaded call:
drawPixmap(self, QRectF, QPixmap, QRectF): argument 1 has unexpected type 'int'
drawPixmap(self, QRect, QPixmap, QRect): argument 1 has unexpected type 'int'
drawPixmap(self, Union[QPointF, QPoint], QPixmap): argument 1 has unexpected type 'int'
drawPixmap(self, QPoint, QPixmap): argument 1 has unexpected type 'int'
drawPixmap(self, QRect, QPixmap): argument 1 has unexpected type 'int'
drawPixmap(self, int, int, QPixmap): argument 2 has unexpected type 'float'
drawPixmap(self, int, int, int, int, QPixmap): argument 2 has unexpected type 'float'
drawPixmap(self, int, int, int, int, QPixmap, int, int, int, int): argument 2 has unexpected type 'float'
drawPixmap(self, int, int, QPixmap, int, int, int, int): argument 2 has unexpected type 'float'
drawPixmap(self, Union[QPointF, QPoint], QPixmap, QRectF): argument 1 has unexpected type 'int'
drawPixmap(self, QPoint, QPixmap, QRect): argument 1 has unexpected type 'int'
Aborted (core dumped)
tdm installed with
(Wish I knew enough to sort this out myself - but I'm too old now 8^( )
The text was updated successfully, but these errors were encountered: