This site uses cookies for analytics, personalized content and ads. By continuing to browse this site, you agree to this use.
Learn more
TechNet
Products
IT Resources
Downloads
Training
Support
Products
Windows
Windows Server
System Center
Microsoft Edge
Office
Office 365
Exchange Server
SQL Server
SharePoint Products
Skype for Business
See all products »
Resources
Channel 9 Video
Evaluation Center
Learning Resources
Microsoft Tech Companion App
Microsoft Technical Communities
Microsoft Virtual Academy
Script Center
Server and Tools Blogs
TechNet Blogs
TechNet Flash Newsletter
TechNet Gallery
TechNet Library
TechNet Magazine
TechNet Wiki
Windows Sysinternals
Virtual Labs
Solutions
Networking
Cloud and Datacenter
Security
Virtualization
Updates
Service Packs
Security Bulletins
Windows Update
Trials
Windows Server 2016
System Center 2016
Windows 10 Enterprise
SQL Server 2016
See all trials »
Related Sites
Microsoft Download Center
Microsoft Evaluation Center
Drivers
Windows Sysinternals
TechNet Gallery
Training
Expert-led, virtual classes
Training Catalog
Class Locator
Microsoft Virtual Academy
Free Windows Server 2012 courses
Free Windows 8 courses
SQL Server training
Microsoft Official Courses On-Demand
Certifications
Certification overview
Special offers
MCSE Cloud Platform and Infrastructure
MCSE: Mobility
MCSE: Data Management and Analytics
MCSE Productivity
Other resources
Microsoft Events
Exam Replay
Born To Learn blog
Find technical communities in your area
Azure training
Official Practice Tests
Support options
For business
For developers
For IT professionals
For technical support
Support offerings
More support
Microsoft Premier Online
TechNet Forums
MSDN Forums
Security Bulletins & Advisories
Not an IT pro?
Microsoft Customer Support
Microsoft Community Forums
Sign in
Home
Library
Wiki
Learn
Gallery
Downloads
Support
Forums
Blogs
Resources For IT Professionals
United States (English)
Россия (Pусский)
中国(简体中文)
Brasil (Português)
Skip to locale bar
Get this Tag RSS feed
Tag Cloud
.net
Active Directory
AD DS
ASP.NET
azure
BizTalk
BizTalk Server
C#
C# .NET
cloud
EAA
Ed Price
Edward van Biljon
en-US
es-ES
Excel
Exchange
Exchange 2010
Exchange 2013
Exchange Server 2013
fa-IR
Fernando Lugao Veltem
FIM
FIM 2010
fr-FR
has Back to Top link
has code
has command
has comment
has Conclusion
has download link
has Gallery download
has image
Has Link
has links
has Other Languages
has reference
has References
has See Also
has summary
Has Table
Has TOC
has video
How To
Hyper-V
it-IT
Link Collection
Lync
magazine article
marcelo strippoli
mehmet parlakyiğit
Microsoft
Microsoft Azure
Multi Language Wiki Articles
MVP
needs work
Office 365
pgtag
Português Brasil
PowerShell
pt-BR
SCCM
SharePoint
SharePoint 2010
SharePoint 2013
SharePoint 2016
Sharepoint Online
Small Basic
SQL
SQL Server
SQL Server 2012
step by step
stub
System Center
System Center 2012
TAT
TAT Members
TechNet Guru
TechNet Guru Gold Medal Winner
TechNet Guru Medal Winner
TechNet Wiki
TechNet Wiki Featured Article
Translated into Portuguese
troubleshooting
tr-TR
T-SQL
Visual Studio
VS
Wiki
Windows
Windows 10
Windows 7
windows 8
Windows Phone
Windows Phone Migration Content
windows server
Windows Server 2008
Windows Server 2008 R2
Windows Server 2012
windows server 2012 r2
Wiki
>
All Tags
>
Windows Phone Migration Content
Tagged Content List
Wiki Page:
Windows Phone: Slider and Progress Bar in Qt and Windows Phone
Pete Laker
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...
on
8 Apr 2015
Wiki Page:
Windows Phone: Using Accelerometer in Qt and Windows Phone
Pete Laker
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...
on
8 Apr 2015
Wiki Page:
Windows Phone: Tab Control in Qt and Windows Phone
Pete Laker
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...
on
8 Apr 2015
Wiki Page:
Windows Phone: Scrolling horizontal menu bar in Qt and Windows Phone
Pete Laker
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...
on
8 Apr 2015
Wiki Page:
Windows Phone: Page transition in Qt and Windows Phone
Pete Laker
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...
on
8 Apr 2015
Wiki Page:
Windows Phone: Listing Flickr images in a grid using Qt and Windows Phone
Pete Laker
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...
on
8 Apr 2015
Wiki Page:
Windows Phone: Grid View in Qt and Windows Phone
Pete Laker
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...
on
8 Apr 2015
Wiki Page:
Windows Phone: Qt and Windows Phone Toolchain Overview
Pete Laker
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...
on
8 Apr 2015
Wiki Page:
Windows Phone: Google Weather for Qt and Windows Phone
Pete Laker
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...
on
8 Apr 2015
Wiki Page:
Windows Phone: Pinch Gestures in Qt and Windows Phone
Pete Laker
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 ...
on
8 Apr 2015
Wiki Page:
Windows Phone: Earthquake-Reporting application for Qt and Windows Phone
Pete Laker
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 . ...
on
8 Apr 2015
Wiki Page:
Windows Phone: How to get and edit gallery images in Qt and WP
Pete Laker
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...
on
8 Apr 2015
Wiki Page:
Windows Phone: Basic animation in Qt and Windows Phone
Pete Laker
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...
on
8 Apr 2015
Page 19 of 66 (1,650 items)
«
17
18
19
20
21
»