Ionutgavaz (Talk | contribs) (→Build, Run and Deploy Qt Application to Simulator) |
Ionutgavaz (Talk | contribs) (→Build, Run and Deploy Qt Application to Simulator) |
||
| Line 21: | Line 21: | ||
[[File:Qt simulator build run.png|800px]] | [[File:Qt simulator build run.png|800px]] | ||
| - | *Click the green Run button to build the application and automatically deploy the application to Qt Simulator. Qt Simulator with a control panel and application window will be invoke and boot up automatically. There are three kinds of predefined MeeGo device modules with different skins and resolutions: 864x480, 960x540, 1280x800. You can choose these devices in Qt Simulator's control panel: View-> Device | + | *Click the green Run button to build the application and automatically deploy the application to Qt Simulator. Qt Simulator with a control panel and application window will be invoke and boot up automatically. There are three kinds of predefined MeeGo device modules with different skins and resolutions: 864x480, 960x540, 1280x800. You can choose these devices in Qt Simulator's control panel: View-> Device. |
[[File:Qtsimualtor choose model.png]] | [[File:Qtsimualtor choose model.png]] | ||
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 is deployed successfully and you have chosen the model for MeeGo device, the application will be displayed 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.