Now I make an update of the above widgets. As I do not have access to the cvs, I wish it to be uploaded.
The QxClock is a base class for all clocks. The QxClockDigital is a clock with "digital" figures. The figures are rendered on a QxLabel object, which means that font type, size etc can be used to change the presentation. The QxClockBinary is a clock with "binary" figures. The figures are made of precreated images saved in ../../images/widgets/clock directory. It can have different colours, sizes and presentation by creating new subdirectories with different design. I would appreciate comments on these widgets. They seem to be fairly ready at the moment. Is there anything anyone wish to be added or changed? Kent
QxClockBinary.js
Description: JavaScript source
QxClockDigital.js
Description: JavaScript source
QxClock.js
Description: JavaScript source
Testing Clocks implementation.
Three dfferent clocks, the QxClockAnalog, QxClockDigital and QxClockBinary, will be created.
