@ -12,12 +12,20 @@ import "../components"
Item {
Item {
id: root
id: root
property bool viewVisible: false
property bool debug: false
property bool debug: false
property string notification
property string notification
property int interfaceVersion: org_kde_plasma_screenlocker_greeter_interfaceVersion ? org_kde_plasma_screenlocker_greeter_interfaceVersion : 0
property int interfaceVersion: org_kde_plasma_screenlocker_greeter_interfaceVersion ? org_kde_plasma_screenlocker_greeter_interfaceVersion : 0
signal clearPassword ( )
signal clearPassword ( )
/ / T h e s e a r e m a g i c a l p r o p e r t i e s t h a t k s c r e e n l o c k e r l o o k s f o r
property bool viewVisible: false
property bool suspendToRamSupported: false
property bool suspendToDiskSupported: false
/ / T h e s e a r e m a g i c a l s i g n a l s t h a t k s c r e e n l o c k e r l o o k s f o r
signal suspendToDisk ( )
signal suspendToRam ( )
LayoutMirroring.enabled: Qt . application . layoutDirection === Qt . RightToLeft
LayoutMirroring.enabled: Qt . application . layoutDirection === Qt . RightToLeft
LayoutMirroring.childrenInherit: true
LayoutMirroring.childrenInherit: true