Prior to our updates on our product and working with QQuickView we had been 
able to relateively easily transform our screen using something similar:


    view->rootObject()->setTransformOrigin(QQuickItem::TopLeft);
    view->rootObject()->setRotation(90);
    view->rootObject()->setX(view()->rootObject()->height());


I am struggling to find an equivalent in the QGuiApplication that allows for 
this same rotation.  Our scenario is a specific screen that is mounted 
vertically instead of horizontally, and we had solved that via this rotation in 
the past.


What am I missing?



Mark Youngquist



________________________________

Ce message, ainsi que tous les fichiers joints à ce message, peuvent contenir 
des informations sensibles et/ ou confidentielles ne devant pas être 
divulguées. Si vous n'êtes pas le destinataire de ce message (ou que vous 
recevez ce message par erreur), nous vous remercions de le notifier 
immédiatement à son expéditeur, et de détruire ce message. Toute copie, 
divulgation, modification, utilisation ou diffusion, non autorisée, directe ou 
indirecte, de tout ou partie de ce message, est strictement interdite.
Se désabonner: Si vous souhaitez être retiré de notre liste de diffusion, s'il 
vous plaît envoyer vos coordonnées à 
[email protected]<mailto:[email protected]> et indiquer 
quels sont les messages que vous ne souhaitez plus recevoir.


This e-mail, and any document attached hereby, may contain confidential and/or 
privileged information. If you are not the intended recipient (or have received 
this e-mail in error) please notify the sender immediately and destroy this 
e-mail. Any unauthorized, direct or indirect, copying, disclosure, distribution 
or other use of the material or parts thereof is strictly forbidden.
Unsubscribe: If you would like to be removed from our mailing list, please send 
your contact information to 
[email protected]<mailto:[email protected]> and indicate 
what messages you no longer wish to receive.
_______________________________________________
Interest mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to