UPDATE FIRST

This commit is contained in:
HJW
2024-09-09 17:58:33 +08:00
parent 54c6acb436
commit 5cef7cac14

View File

@ -1,5 +1,5 @@
from PySide6.QtWidgets import QApplication, QWidget, QVBoxLayout, QSlider, QLabel, QPushButton
from PySide6.QtCore import Qt
from PySide6.QtCore import Qt #211
class SliderExample(QWidget):
def __init__(self):