mirror of
https://gitlab.com/Syping/luaengineapp.git
synced 2025-09-10 10:46:28 +02:00
improve 4K images
This commit is contained in:
parent
01d43e6e20
commit
5ea18c9b4b
3 changed files with 5 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
|||
int main(int argc, char *argv[])
|
||||
{
|
||||
QApplication::setAttribute(Qt::AA_EnableHighDpiScaling, true);
|
||||
QApplication::setAttribute(Qt::AA_UseHighDpiPixmaps, true);
|
||||
QApplication a(argc, argv);
|
||||
|
||||
#ifdef Q_OS_WIN
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue