[solved] Managing UI elements in multiple platforms
-
Hello, a silly question because I just don't know how to search this up in the documentation. I was checking the examples given in QtCreator, most of the time I use them as reference and I saw three distinct folders (this is the Qt Quick Gallery example)
Folders named:
+android
+ios
+osxThing is I want to read more on the subject since I might target Windows 8.1 (tablets) in the future. While everything has been done in the efforts to get the desktop versions stabilized I want to lay the ground on multiple targets. I'm just not sure what to read regarding how Qt Quick manages multiple platforms, and how I can provide different width, height, padding, spacing to QML elements. All I know i those three folders with the "+" sign prepended.
Any links, guidance would be terrific.
-
Hi,
QQmlFileSelector is what you are looking for
-
You're welcome !
Happy coding :)