Hi all,
how can I set the width / height of the QML window in my application, such that:
- On my desktop, it takes the dimension I want (i.e.: 800 x 600);
- If deploied on a table, take obviously the same dimension of the entire screen, as in all tablet appllications;
Thank you very much!