Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
Favorite Forums
Favorite Tags
Member Avatar for pdini

Hi all, I have a problem with QBrush in PyQt. Hi updated my computer and updated pyqt and what used to work doesn't anymore: I have a QBrush and when I try to update the color it doesn't work: brush = QBrush(QColor(255,255,255,255)) print brush.color().getRgb() # output: (255, 255, 255, 255) …

0
52
Member Avatar for pdini

Hi all, I developed a GUI application using PyQt which comport a QGraphicsView. In this QGraphicsView I have a QGraphicsScene with a lot of items (more than 10'000): polygons, rectangles, texts, etc. How can I save it as an image like it appears on the screen (.png for example)? I …

Member Avatar for pdini
0
2K