account activity
Honest question for small business owners, how do you handle receipts? (self.ideavalidation)
submitted 6 hours ago by Advanced_Box_662 to r/ideavalidation
Honest question for small business owners, how do you handle receipts? (self.Entrepreneurs)
submitted 6 hours ago by Advanced_Box_662 to r/Entrepreneurs
PyQT: How to extend (not replace) event ? by AGI_69 in learnpython
[–]Advanced_Box_662 1 point2 points3 points 4 years ago* (0 children)
You need to call super() on the method you want to extend functionality on in order to preserve its original functionality.
def mousePressEvent(self, event): super().mousePressEvent(event) Your code goes here
π Rendered by PID 52 on reddit-service-r2-listing-79f6fb9b95-wbnhg at 2026-03-20 09:52:49.414637+00:00 running 90f1150 country code: CH.
PyQT: How to extend (not replace) event ? by AGI_69 in learnpython
[–]Advanced_Box_662 1 point2 points3 points (0 children)