Unlocking screen, for Nokia
-
[quote author="spode" date="1323376178"]how to say to Qt to unlock the screen (Nokia)?
[/quote]
In what kind of Nokia devices are you interested in? You can use "QSystemDeviceInfo":http://doc.qt.nokia.com/qtmobility-1.2/qsystemdeviceinfo.html to check if the keypad is locked but I think you should use Symbian C++ API to unlock it if you are targeting Symbian devices.
-
[quote author="spode" date="1323452290"]i...c5-03. however, how do you use symbian c++ apis in qt?[/quote]
Both are C++ framework so you can combine them. Please read the arcticle "Using Qt and Symbian C++ Together":http://www.developer.nokia.com/Community/Wiki/Using_Qt_and_Symbian_C++_Together for more information and details.