diff options
Diffstat (limited to 'examples/widgets/animation/appchooser/appchooser.py')
| -rw-r--r-- | examples/widgets/animation/appchooser/appchooser.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/animation/appchooser/appchooser.py b/examples/widgets/animation/appchooser/appchooser.py index 5421c8c2f..e49f37dec 100644 --- a/examples/widgets/animation/appchooser/appchooser.py +++ b/examples/widgets/animation/appchooser/appchooser.py @@ -8,7 +8,7 @@ from PySide6.QtCore import (QPointF, QPropertyAnimation, QRect, QRectF, Qt, Signal) from PySide6.QtGui import QPixmap from PySide6.QtWidgets import (QApplication, QGraphicsScene, QGraphicsView, - QGraphicsWidget, QWidget) + QGraphicsWidget) from PySide6.QtStateMachine import QState, QStateMachine import appchooser_rc |
