~phablet-team/ubuntu-silo-installer/trunk

« back to all changes in this revision

Viewing changes to UbuntuSiloInstaller/Main.qml

  • Committer: Florian Boucault
  • Date: 2016-02-25 08:29:20 UTC
  • Revision ID: florian.boucault@canonical.com-20160225082920-d23f34onw83u5dal
Added password prompt at startup pasted from ubuntu-terminal-app

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
//        primaryPage: SiloPage { requestId: "972" }
59
59
    }
60
60
 
 
61
    property string password
 
62
 
 
63
    AuthenticationService {
 
64
        onDenied: Qt.quit();
 
65
    }
 
66
 
61
67
    ScreenSaver {
62
68
        id: screenSaver
63
69
        screenSaverEnabled: false