On Sun, Mar 10, 2013 at 6:58 PM, Nekhelesh <krnekhelesh@xxxxxxxxx
<mailto:krnekhelesh@xxxxxxxxx>>wrote:
2. In your AnalogStopWatchFace.qml, I noticed that you created
labels to display the number 15, 30 and 45 on the analog clock. I
think it would be better to have that all done using an image file
rather than using qml. The benefits would be less code and just
inserting an image. Also this image resource file can be used in
other sections such as Timer, Clock and Alarm perhaps.
While I don't work on this project I can see a potential problem with
image for that. Localization, it's way better to have stuff like that
as text instead of images.