~vitimiti/cheetahcs/trunk

« back to all changes in this revision

Viewing changes to app/components/LogInPage.qml

  • Committer: Víctor Matía Rodríguez
  • Date: 2014-10-30 10:19:53 UTC
  • Revision ID: vmatir@gmail.com-20141030101953-oojxu1845prgncyp
Added the basic layout for all the non-personal screens, except the
specific location web pages. Added the first functions to run on the
start for the configuration files. Moved from 0.1 to 0.2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
Page {
27
27
    id: logInPage
 
28
 
28
29
    title: i18n.tr("Log In")
29
30
    height: parent.height - header.height
30
31