Namespaces
Variants
Actions
Revision as of 04:56, 11 August 2011 by flycarl (Talk | contribs)

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

Jump to: navigation, search

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

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

相关链接


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 (11 Aug 2011)
171 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