~alanbell/webbrowser-app/interneticon-1505970

« back to all changes in this revision

Viewing changes to src/test.qml

  • Committer: Olivier Tilloy
  • Date: 2013-01-11 12:01:22 UTC
  • Revision ID: olivier.tilloy@canonical.com-20130111120122-5gu1sm4byakne8zh
Initial commit: very basic web browser.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Copyright 2013 Canonical Ltd.
 
3
 *
 
4
 * This file is part of kalossi-browser.
 
5
 *
 
6
 * kalossi-browser is free software; you can redistribute it and/or modify
 
7
 * it under the terms of the GNU General Public License as published by
 
8
 * the Free Software Foundation; version 3.
 
9
 *
 
10
 * kalossi-browser is distributed in the hope that it will be useful,
 
11
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
12
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
13
 * GNU General Public License for more details.
 
14
 *
 
15
 * You should have received a copy of the GNU General Public License
 
16
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
17
 */
 
18
 
 
19
Browser {
 
20
    width: 800
 
21
    height: 600
 
22
 
 
23
    url: "http://www.ubuntu.com/devices/phone"
 
24
}