Skip to content

Commit

Permalink
Update demo to pyside6
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesdelbeke authored Apr 2, 2024
1 parent bb76158 commit 0e42c70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bqt_demo/timer.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"""
# sample from https://pythonpyqt.com/qtimer/

from PySide2.QtWidgets import QWidget, QPushButton, QApplication, QGridLayout, QLabel
from PySide2.QtCore import Qt, QTimer, QDateTime
from PySide6.QtWidgets import QWidget, QPushButton, QApplication, QGridLayout, QLabel
from PySide6.QtCore import Qt, QTimer, QDateTime


class WinForm(QWidget):
Expand Down

0 comments on commit 0e42c70

Please sign in to comment.