Namespaces
Variants
Actions
(Difference between revisions)

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

Jump to: navigation, search
(Flycarl -)
 
(Flycarl -)
Line 1: Line 1:
 
[[Category:Qt Mobility]][[Category:Code Snippet]]
 
[[Category:Qt Mobility]][[Category:Code Snippet]]
''Delete instructional text in italic''
 
  
{{Abstract|This article explains how to ... }} ''Replace the abstract text with a short paragraph (or sentence) describing what the topic covers.''
+
 
 +
{{Abstract|本文演示如何使程序运行时屏幕常亮,避免屏保和黑屏}}  
  
 
== Introduction ==
 
== Introduction ==
Line 34: Line 34:
  
  
''Enter article metadata as described below. Note that this template can be placed anywhere in the article.
+
 
 
{{ArticleMetaData
 
{{ArticleMetaData
  

Revision as of 11:11, 10 August 2011


本文演示如何使程序运行时屏幕常亮,避免屏保和黑屏

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

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)
154 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