Tagged Content List
  • Wiki Page: Windows Phone: Slider and Progress Bar in Qt and Windows Phone

    This code example shows how to create a slider and progress bar, and link their values together, using Qt and Windows Phone. Introduction This article shows how to create a slider and progress bar in Qt (QML) and Windows Phone. When the slider value is changed we will change the value of the...
  • Wiki Page: Windows Phone: Using Accelerometer in Qt and Windows Phone

    This article demonstrates how to access the device accelerometer sensor in Qt Quick and WP7. Introduction This article shows how to access and use the accelerometer in both Qt and Windows Phone 7.5. For Qt we will use the QML Accelerometer Element which is a part of QtMobility 1.x and for...
  • Wiki Page: Windows Phone: Tab Control in Qt and Windows Phone

    This article demonstrates how to create a "tab-based" user interface in Qt and Windows Phone. Introduction A tabbed interface provides a set of tab buttons, which may be selected to change the view (the content displayed). This code example creates three tabs and each tab has its own...
  • Wiki Page: Windows Phone: Scrolling horizontal menu bar in Qt and Windows Phone

    This article demonstrates how to create scrollable/flick-able objects in Qt and WP7. Introduction This code example creates a horizontally scrolling menu bar. When an item in the menu is selected we perform some task - in this case we display an image in the middle of the screen. The...
  • Wiki Page: Windows Phone: Page transition in Qt and Windows Phone

    This article demonstrates how to create page navigation with sliding transition effect in Qt and Windows Phone Introduction In this article we will see how to navigate page using sliding transition. Though in Qt and Windows Phone we have used different technique to bring the same kind of effect...
  • Wiki Page: Windows Phone: Listing Flickr images in a grid using Qt and Windows Phone

    This article demonstrates how to layout images from Flickr in a grid in Qt and Windows Phone. Introduction This article shows how to list images in a Grid in both Qt and Windows Phone. We will obtain the images from Flickr and demonstrates how to parse XML data and bind it for display in the...
  • Wiki Page: Windows Phone: Grid View in Qt and Windows Phone

    This article demonstrates how to display content in grid layout using Qt and Windows Phone. Introduction A grid layout is one where elements are arranged in columns and rows. Qt Quick provides the GridView Element and for WP7 we have the Grid class. This code example shows how we lay out items...
  • Wiki Page: Windows Phone: Qt and Windows Phone Toolchain Overview

    This article provides a high level comparative overview of the Windows Phone 7 and Qt SDKs and development toolchains. It is intended for Qt developers getting started with Windows Phone 7: it compares the WP7 and Qt development toolchain in order to gain a clear picture how to start WP7 development...
  • Wiki Page: Windows Phone: Google Weather for Qt and Windows Phone

    This article demonstrates how to create a Weather app using data from the Google Weather service in Qt and Windows Phone 7. It also illustrates how to display GIF images in Windows Phone 7.5. Introduction The example app uses the Google Weather API to get (and display) the Forecast Conditions...
  • Wiki Page: Windows Phone: Pinch Gestures in Qt and Windows Phone

    This article demonstrates how to handle pinch gestures in Qt and WP7. Introduction This code example implements support for pinch gestures using the QML PinchArea Element on Qt the Silverlight Toolkit’s GestureService on Windows Phone. Pinch Gestures in WP7 ...
  • Wiki Page: Windows Phone: Earthquake-Reporting application for Qt and Windows Phone

    Introduction This article demonstrates how to implement the Qt Quick Earthquake-Reporting application with XmlListModel application on Windows Phone 7. The data is obtained from the U.S. Geological Survey and renders the result as a list of earthquake events using a ListBox . ...
  • Wiki Page: Windows Phone: How to get and edit gallery images in Qt and WP

    This article explains basic operations of getting an image from the gallery and editing it in Qt and Windows Phone 7. Introduction In this article we will discuss how to perform the following operations in Qt and WP7 and 8. Opening an image from the Gallery Edit the image / Adding...
  • Wiki Page: Windows Phone: Basic animation in Qt and Windows Phone

    This article demonstrates how to create basic animation in Qt and WP7. For a more detailed explanation of animation on each framework see the topics QML Animation and Transitions and Windows Phone Animation Overview , respectively. Introduction The animation frameworks on Qt and Windows...
Page 19 of 66 (1,650 items) «1718192021»