From 989b0c15d56472dd430edb378315d5c40bc91d08 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Tue, 3 Jan 2012 19:04:30 +0100 Subject: adding icons to mw watchlet titles --- sysinfowatchlet/icon.png | Bin 0 -> 3237 bytes sysinfowatchlet/metawatch-digital.qml | 2 ++ sysinfowatchlet/sysinfowatchlet.pro | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 sysinfowatchlet/icon.png (limited to 'sysinfowatchlet') diff --git a/sysinfowatchlet/icon.png b/sysinfowatchlet/icon.png new file mode 100644 index 0000000..137d583 Binary files /dev/null and b/sysinfowatchlet/icon.png differ diff --git a/sysinfowatchlet/metawatch-digital.qml b/sysinfowatchlet/metawatch-digital.qml index 67486ba..1e6acfb 100644 --- a/sysinfowatchlet/metawatch-digital.qml +++ b/sysinfowatchlet/metawatch-digital.qml @@ -13,10 +13,12 @@ Rectangle { MWTitle { id: title text: qsTr("Phone Info") + icon.source: "icon.png" } Column { spacing: 4 + width: 96 Text { text: "Battery: " + batteryLevel + "%" diff --git a/sysinfowatchlet/sysinfowatchlet.pro b/sysinfowatchlet/sysinfowatchlet.pro index 96af06a..70fd3f7 100644 --- a/sysinfowatchlet/sysinfowatchlet.pro +++ b/sysinfowatchlet/sysinfowatchlet.pro @@ -15,7 +15,7 @@ SOURCES += sysinfoplugin.cpp sysinfowatchlet.cpp HEADERS += sysinfoplugin.h sysinfowatchlet.h -qml_files.files = metawatch-digital.qml +qml_files.files = metawatch-digital.qml icon.png win32:CONFIG(release, debug|release): LIBS += -L$$OUT_PWD/../libsowatch/release/ -lsowatch else:win32:CONFIG(debug, debug|release): LIBS += -L$$OUT_PWD/../libsowatch/debug/ -lsowatch -- cgit v1.2.3