-
Task
-
Resolution: Fixed
-
P2: Important
-
None
-
None
-
9f5b30566 (dev), a54aaa257 (6.9), 60a00592b (6.8)
-
framework-content 2, framework-content 3, framework-content 4, framework-content 5, framework-content 6, framework-content 7, framework-content 8
https://doc.qt.io/qt-6/scalability.html covers an important topic, the creation of applications with responsive interfaces, covering different DPI values.
Unfortunately, the current documentation has not kept up with changes/improvements in the framework. A couple of points that should be changed/investigated:
- High DPI section might need an update, at least it shouldn't only talk about OpenGL without mentioning RHI or the other native APIs
- The sections about Layouts and Orientation sound like they could benefit from some cross linking to https://doc.qt.io/qt-6/qtquicklayouts-responsive.html ,and maybe some overhaul
- Don't we support highres images (@2x) on all platforms nowadays?
- We shouldn't promote the usage of QQmlPropertyMap; if we don't have a better pattern for exposing the data, we should rather recommend a singleton based approach
We also should double check whether the current structure of the page is ideal, and whether there can be more cross-linking in general (e.g. to the same topic for Widgets)
- mentioned in
-
Page Loading...