View Single Post
Posts: 578 | Thanked: 994 times | Joined on Dec 2012
#33
Is there any problem with unexpected locked windows to landscape?

Originally Posted by kraker_abhy View Post
I tried to add one more app for myself on the bar with icons. I just added one more item in QuickBar.qml but it didn't showed up on lockscreen. Is there any other place where i need to list it?
Upload your file and we will see.
Remember that you must restart lockscreen to see changes:
root
stop qmllockscreenup
start qmllockscreenup
Originally Posted by kraker_abhy View Post
Also is there any chance that it can be unlocked throught right and left swipe too?
It's possible but it require little work to not lose top menu.
Look at LockView.qml:
MouseArea {
id: lockViewArea
drag.axis and onPressed, released, poschanged signals
 

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