(→Create a new Qt project in Qt Creator) |
(→Build, Run and Deploy Qt Application to Simulator) |
||
| Line 16: | Line 16: | ||
=== Build, Run and Deploy Qt Application to Simulator === | === Build, Run and Deploy Qt Application to Simulator === | ||
| - | * | + | * Click the ''Projects'' label on the left-hand panel of Qt Creator. Next, confirm that ''Build & Run setting'' is set to '''Qt Simulator'''. You can change the ''Edit build configuration'' option to '''Debug''' to debug this application in Qt Simulator. |
[[File:Qt simulator build run.png|800px]] | [[File:Qt simulator build run.png|800px]] | ||
| - | *Click the green Run button to build the application and | + | *Click the green ''Run'' button to build the application and deploy it to Qt Simulator. Qt Simulator will boot, comprising a control panel and application window. |
| + | |||
| + | *There are three predefined MeeGo device models with different skins and resolutions: 864x480, 960x540, 1280x800. Choose your preferred device in Qt Simulator's control panel, under ''View'' > ''Device''. | ||
[[File:Qtsimualtor choose model.png]] | [[File:Qtsimualtor choose model.png]] | ||
| - | If the application | + | If the application deployed successfully and you have chosen a MeeGo device model, the application should display in the Simulator. |
[[File:Qtsimulator deploy.png|800px]] | [[File:Qtsimulator deploy.png|800px]] | ||
Contents |
This page is a guideline of how to use Qt Simualtor in MeeGo SDK. It describes how to create a simple Qt GUI application, build it against Simulator Qt libraries and deploy it to Qt Simulator with MeeGo device modules. You can refer to the official Qt Simulator page for more details: Qt Simulator Manual
If the application deployed successfully and you have chosen a MeeGo device model, the application should display in the Simulator.
Qt Simulator support user defined device module, you can refer to this article: Adding New Device Models for Qt Simulator to add a new device module.