Qt set up to support high resolution, the use of 2 k screen
# if (QT_VERSION & gt; ,9,0=QT_VERSION_CHECK (5))
QApplication: : setAttribute (Qt: : AA_EnableHighDpiScaling);
# endif
QApplication a (arg c, argv);
Program is to use QWT drawing curve shapes, open the Settings above, after enlarged, curve changed short line, discontinuous,
The problem how to return a responsibility?
CodePudding user response:
Qwt themselves don't know don't support High - DPI, feeling the artists, Qwt some wind restoring ancient ways, in Qt Charts give it a try?
CodePudding user response: