/*************************************************************************** * Copyright (c) 2015 Pier Luigi Fiorini * Copyright (c) 2013 Abdurrahman AVCI 0 arrowIcon: "qrc:///theme/angle-down.png" KeyNavigation.backtab: session; KeyNavigation.tab: btnShutdown } } Row { height: parent.height anchors.right: parent.right anchors.margins: 5 spacing: 5 ImageButton { id: btnReboot height: parent.height source: "qrc:///theme/reboot.png" visible: sddm.canReboot onClicked: sddm.reboot() KeyNavigation.backtab: layoutBox; KeyNavigation.tab: btnShutdown } ImageButton { id: btnShutdown height: parent.height source: "qrc:///theme/shutdown.png" visible: sddm.canPowerOff onClicked: sddm.powerOff() KeyNavigation.backtab: btnReboot; KeyNavigation.tab: prevUser } } } } }