Requirements (place an x in each of the [ ])
Code to reproduce
import finplot as fn
fn.FinWindow("test")
Describe the bug
Console shows warning:
qt.qpa.window: SetProcessDpiAwarenessContext() failed: Access is denied.
Qt's default DPI awareness context is DPI_AWARENESS_CONTEXT_PER_MONITOR_AWARE_V2. If you know what you are doing, you can overwrite this default using qt.conf (https://doc.qt.io/qt-6/highdpi.html#configuring-windows).
Expected behavior
As contrast, tests using lower apis underneath finplot are normal.
PyQt6:
from PyQt6 import QtWidgets
QtWidgets.QApplication.instance()
app = QtWidgets.QApplication(['test'])
or
pyqtgraph
import pyqtgraph as pg
pg.mkQApp()
Screenshots
warning:

normal:
Reproducible in:
OS: win10 19045.5965, display resolution 2560x1440, size 200%
finplot version:1.9.7
pyqtgraph version:0.13.7
pyqt version:6.9.1
project manager:poetry 2.1.3
python version:3.12.10
project drive letter: D:
Requirements (place an
xin each of the[ ])pip install -U finplot).Code to reproduce
Describe the bug
Console shows warning:
Expected behavior
As contrast, tests using lower apis underneath
finplotare normal.PyQt6:or
pyqtgraphScreenshots
warning:

normal:
Reproducible in:
OS: win10 19045.5965, display resolution 2560x1440, size 200%
finplot version:1.9.7
pyqtgraph version:0.13.7
pyqt version:6.9.1
project manager:
poetry2.1.3python version:3.12.10
project drive letter: D: