Hi all , I am currently working on a PyQt project , I have a GUI and I need hints to help me implement a tutorial , I am thinking of making it pop out when the application starts , if anyone can give me any hints it would be greatly appreciated.
@SGaist Thank you for your reply , I am looking to make something like "Take a tour" button that dims the GUI then starts explaining different parts of it for first time users
In that case you could create a widget that comes on top your UI, make it transparent so you can see through it and then cut the holes you want when you need to follow the animation.