Namespaces
Variants
Actions
Revision as of 11:08, 10 August 2011 by flycarl (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

如何保持屏幕显示避免屏保和黑屏

Jump to: navigation, search

Delete instructional text in italic

This article explains how to ... Replace the abstract text with a short paragraph (or sentence) describing what the topic covers.

Introduction

使用QMl的ScreenSaver Element可以轻松的保持屏幕常亮

import QtMobility.systeminfo 1.1
 
ScreenSaver
{
screenSaverDelayed:true
}

也可使用ScreenSaver自带的setScreenSaverDelayed(bool) 方法在适当的时候启动屏幕常亮,例如

import QtMobility.systeminfo 1.1
import com.meego 1.0
ScreenSaver
{
id:screenSaver
}
Button{
text: "on"
onClicked:screenSaver.setScreenSaverDelayed(true)
}
}

Summary

Enter article metadata as described below. Note that this template can be placed anywhere in the article.

Article Metadata

Tested with
SDK: Qt SDK 1.1.2
Devices(s): N8,N9

Compatibility
Platform(s): Symbian^1 Symbian^3 Meego

Article
Keywords: ScreenSaver
Created: flycarl ()
Last edited: flycarl (10 Aug 2011)
172 page views in the last 30 days.
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved