Permalink
Fetching contributors…
Cannot retrieve contributors at this time
executable file 17 lines (12 sloc) 371 Bytes
import QtQuick 2.1
import Qt.labs.settings 1.0
import ".."
BaseApplication {
id: application
property string webEngine: "oxide"
property string platform: "converged/ubuntu"
property bool enableShortCuts: false
property bool enableNewWindowAction: false
property bool newTabPage: false
property string homeUrl: "http://start.ubuntu.com/"
}