Flip screen-info script to qt6

Tyler Goodlet 2025-09-22 09:05:51 -04:00
parent db77d7ab29
commit 3cedabcf7e
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ Resource list for mucking with DPIs on multiple screens:
""" """
from pyqtgraph import QtGui from pyqtgraph import QtGui
from PyQt5.QtCore import ( from PyQt6.QtCore import (
Qt, QCoreApplication Qt, QCoreApplication
) )