Qt Simulator Limitations: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
(Convert ExpressionEngine links)
(Convert ExpressionEngine section headers)
Line 1: Line 1:
{{Cleanup | reason=Auto-imported from ExpressionEngine.}}
{{Cleanup | reason=Auto-imported from ExpressionEngine.}}


h1. Qt Simulator Limitations
= Qt Simulator Limitations =
 
[[Qt Simulator]] is fast and lightweight, but is not the same as an emulator, that means, the real OS of the simulated device is not really running, so it has some limitations.
[[Qt Simulator]] is fast and lightweight, but is not the same as an emulator, that means, the real OS of the simulated device is not really running, so it has some limitations.



Revision as of 16:25, 5 March 2015

This article may require cleanup to meet the Qt Wiki's quality standards. Reason: Auto-imported from ExpressionEngine.
Please improve this article if you can. Remove the {{cleanup}} tag and add this page to Updated pages list after it's clean.

Qt Simulator Limitations

Qt Simulator is fast and lightweight, but is not the same as an emulator, that means, the real OS of the simulated device is not really running, so it has some limitations.

Screen

The screen of the device is not just a trimmed version of your screen, as the device might have a different pixel density (DPI). That's why the simulator has a slider in the "View" section. When the slider is on "Native size", the simulated device on your screen matches the size of the real device, but maybe you will have less pixels of resolution (devices usually have higher). When the slider is on "Native resolution", your simulated device will use as many pixels of your screen as are available on the real device.

Architecture

Since the application simulated is running in your computer, and there is no hardware emulation at all, you might need to consider that endianess bugs will not be triggered.