I have created a tool with help of a custom widget. This widget fits into the main window like so. User can create new instances of custom widget with a click
After upgrading to PySide6.3.0 getting error ModuleNotFoundError: No module named 'PySide6.QtWidgets' source import sys from PySide6.QtWidgets import QApplicati
I want to be able to change page of QStackedWidget with some kind of animation (like fade in/out or others...) after some research I find out maybe its possible