Skip to content
Snippets Groups Projects
Commit b09226da authored by Johannes Kung's avatar Johannes Kung
Browse files

Removed deprecated Qt5 application attribute for high dpi scaling

parent 68dc627a
No related branches found
No related tags found
1 merge request!5Make useable with Qt6
Pipeline #131155 failed
......@@ -299,7 +299,6 @@ class MIA_CPU(Processor):
from qtpy import QtCore
from qtpy.QtWidgets import QApplication
QApplication.setAttribute(QtCore.Qt.AA_EnableHighDpiScaling)
app = QApplication(sys.argv)
self.load_state_from_file("mia_uppg3.txt")
self.reset()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment