New feature wanted - responsive design
General and Desktop
4
Posts
2
Posters
2.9k
Views
1
Watching
-
wrote on 25 Oct 2013, 15:43 last edited by
It would be great to have something like twitter bootstrap integrated into Qt so apps could adapt to screen sizes and resolutions. Is anything planned?
BTW, perhaps there should be a new feature request forum for future posts like this.
-
Hi,
It's already possible to build layouts that adapt to screen size, using both C++ and/or QML. Just query the screen size and select a layout at runtime.
Also, feature requests are collected at http://bugreports.qt-project.org/
-
wrote on 25 Oct 2013, 18:15 last edited by
Can you give me some links or examples of how this is done using QML?
-
I'd start with the link that raven-worx gave you at http://qt-project.org/forums/viewthread/33139/ Feel free to ask again when you have read it and have more specific questions.
2/4