RuzuSoftware / ruzu-pop-ups

Ruzu Pop-ups is an Anki addon that periodically presents Anki cards using a small pop-up window.
https://ankiweb.net/shared/info/1736169259
GNU Affero General Public License v3.0
2 stars 5 forks source link

[deprecated] Qt → Qt.WindowType #18

Open khonkhortisan opened 1 year ago

khonkhortisan commented 1 year ago

1736169259\gui\popup.py:28:'Qt.WindowStaysOnTopHint' will stop working. Please use 'Qt.WindowType.WindowStaysOnTopHint' instead. 1736169259\gui\popup.py:29:'Qt.FramelessWindowHint' will stop working. Please use 'Qt.WindowType.FramelessWindowHint' instead.

Versión ⁨2.1.66 (46915605)⁩ Python 3.9.15 Qt 6.5.2 PyQt 6.5.2