X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=qml%2FLichViet%2FSwitch.qml;fp=qml%2FLichViet%2FSwitch.qml;h=27cf9c3860954b6aea0208959fde3941f4322ed6;hb=67ff5ae94ce65b3b1bb04a1eddcea356fd81a1aa;hp=094291240136549d8d22164882278bd4cf83e6fc;hpb=149fae2a60de58d911839daae8700ba3a6e2069a;p=lichviet diff --git a/qml/LichViet/Switch.qml b/qml/LichViet/Switch.qml index 0942912..27cf9c3 100644 --- a/qml/LichViet/Switch.qml +++ b/qml/LichViet/Switch.qml @@ -15,11 +15,20 @@ You should have received a copy of the GNU General Public License along with this program. If not, see */ -import QtQuick 1.0 +import QtQuick 1.1 + +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