A simple and educational PySide6 application that demonstrates:
- ✔ How to build GUIs using PySide6
- ✔ How to organize layouts and widgets
- ✔ How to implement theme switching
- ✔ How to style Qt applications using Qt Stylesheets (QSS)
- ✔ A collection of commonly used widgets for student learning This project is perfect for beginners, schools, and teaching environments.
Switch between four fully-designed themes:
- Dark Theme
- Cyberpunk / Neon Theme
- macOS-Inspired Theme
- Material Design Theme
Each theme restyles:
- Buttons
- Combo boxes
- Text editors
- Radio buttons
- Date pickers
- Table widgets
- And the main application background
This demo includes the most commonly used widgets:
- QLabel
- QPushButton
- QComboBox
- QRadioButton
- QTextEdit
- QSlider
- QSpinBox
- QDateEdit
- QTableWidget (with sample data) All widgets are grouped neatly for easy understanding.