Flip screen-info script to qt6
parent
db77d7ab29
commit
3cedabcf7e
|
|
@ -15,7 +15,7 @@ Resource list for mucking with DPIs on multiple screens:
|
|||
"""
|
||||
|
||||
from pyqtgraph import QtGui
|
||||
from PyQt5.QtCore import (
|
||||
from PyQt6.QtCore import (
|
||||
Qt, QCoreApplication
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue