My Qt application is to allow a doctor to display tutorials to patents. It shows graphic images and blocks of text. I am currently displaying the text in a QLabel.

Now the doctors have a request. Apparently sometimes the patient will be viewing the computer monitor in a mirror. So they asked if there was a way to display the information in mirror image.

The graphics are easy to transform into mirror images. But so far the text has stumped me. Am I going to have to draw the text as a graphic object in order to transform it into a mirror image, or is there an easier way?