X-Git-Url: http://git.maemo.org/git/?p=lichviet;a=blobdiff_plain;f=qml%2FLichViet%2FSwitch.qml;h=a5e94c4304c2088dd5fde981a4189d4feb3ac98e;hp=094291240136549d8d22164882278bd4cf83e6fc;hb=274c1daf9c51c4127195b5e8370722887dace99e;hpb=0527c61e3bdd3540dbe553e87e24081fe54f6b15 diff --git a/qml/LichViet/Switch.qml b/qml/LichViet/Switch.qml index 0942912..a5e94c4 100644 --- a/qml/LichViet/Switch.qml +++ b/qml/LichViet/Switch.qml @@ -17,9 +17,18 @@ along with this program. If not, see import QtQuick 1.0 +import "Themes.js" as Themes + Item { id: container + Loader { + id: theme_manager + property alias theme: theme_manager.item + source: Themes.default_theme() + } + + // Font properties property string fontName: "Nokia Sans" property int fontSize: 18