mirror of
https://github.com/qmlnet/qmlnet.git
synced 2026-05-16 14:15:57 -06:00
[GH-ISSUE #111] High Dpi Scaling #67
Labels
No labels
bug
enhancement
help wanted
help wanted
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/qmlnet#67
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tezine on GitHub (Mar 14, 2019).
Original GitHub issue: https://github.com/qmlnet/qmlnet/issues/111
Hi, is it possible to enable High DPI Scaling, like QGuiApplication::setAttribute(Qt::AA_EnableHighDpiScaling); ?
@MaxMommersteeg commented on GitHub (Mar 14, 2019):
Not implemented yet iirc, see: https://github.com/qmlnet/qmlnet/blob/develop/src/net/Qml.Net/QCoreApplication.cs
@pauldotknopf commented on GitHub (Mar 14, 2019):
Yup, not done yet. Very easy to do. I'll likely squeeze it in next time I do a release.
@vadi2 commented on GitHub (May 18, 2019):
For anyone else looking:
List of flags can be found here.