View Single Post
Posts: 1,086 | Thanked: 2,964 times | Joined on Jan 2010
#11
Originally Posted by MohammadAG View Post
Setting that to disabled and making an app which listens and waits for two power button presses makes a lock screen concept possible.
Cool.. so imaging a Qt app listening to the power button presses, on two presses it makes a call to unlock the screen
Code:
mDbusInterface->call(MCE_TKLOCK_MODE_CHANGE_REQ, "unlocked");
It then displays the app in full screen (showFullScreen()) view with two bubble images, for example.. one draggable and the other static. When the draggable bubble is dragged so it's position overlaps the position of the another bubble the application sends a system call to do whatever that bubble does..

Not quite the same but maybe could work...
__________________
Follow me on my neglected twitter @kojacker

Cybot950 - Control a robot with your N9/N950
SMSPetFeeder - Build a Bluetooth/SMS dog feeder with Qt, N950, and arduino
Nerf950 - Use your N9/N950 to fire a Nerf gun

Last edited by kojacker; 2011-02-05 at 03:19.
 

The Following User Says Thank You to kojacker For This Useful Post: