How to use retina support in QML? How to choose correct sizes and correct resolution of images? App needs to work on retina and not-retina devices.
相关问题
- QML: Cannot read property 'xxx' of undefin
- QML: Cannot read property 'xxx' of undefin
- QTextEdit.find() doesn't work in Python
- Xcode debugger displays incorrect values for varia
- Is there a way to report errors in Apple documenta
相关文章
- ubuntu20.4中c#通过c++库调用python脚本
- 现在使用swift开发ios应用好还是swift?
- Qt槽函数自动执行多遍
- Visual Studio Code, MAC OS X, OmniSharp server is
- xcode 4 garbage collection removed?
- IntelliJ IDEA can't open projects or add SDK o
- Automator: How do I use the Choose from List actio
- Is there a non-java, cross platform way to launch
A very good and comprehensive article on that topic by Morten Johan Sørvig can be found here.
Qt Quick 2 and the Qt Quick Controls work well out-of-the box when it comes to hdpi support. An important thing to take into consideration is raster content and as explained in the article:
Another thread on the topic here.