BDesktopClock 1.1.2
(C)2005 Bucote Software LLC
http://www.bucote.com/opensource/bdesktopclock/
To install type:
qmake
make
su
make install
The default home directory is /usr/local/bin, if you wish to change this modify the target.path variable in BDesktopClock.pro before running qmake.
- This requires that you have the development tools (qmake, uic, moc) and headers files for Qt.
The following parameters are based on those for QDateTime from Qt 3.3, if you have a much older version of Qt you may want to check that these parameters are the same.
These may also be obtained by clicked the WhatsThis button ("?") on the titlebar of the preferences form and then clicking on the appropriate input box.
Format parameters for the date
d -- the day as number without a leading zero (1-31) dd -- the day as number with a leading zero (01-31) ddd -- the abbreviated localized day name (e.g. 'Mon'..'Sun') dddd -- the long localized day name (e.g. 'Monday'..'Sunday') M -- the month as number without a leading zero (1-12) MM -- the month as number with a leading zero (01-12) MMM -- the abbreviated localized month name (e.g. 'Jan'..'Dec') MMMM -- the long localized month name (e.g. 'January'..'December') yy -- the year as two digit number (00-99) yyyy -- the year as four digit number (1752-8000)
Format parameters for the date
h -- the hour without a leading zero (0..23 or 1..12 if AM/PM display) hh -- the hour with a leading zero (00..23 or 01..12 if AM/PM display) m -- the minute without a leading zero (0..59) mm -- the minute with a leading zero (00..59) s -- the second whithout a leading zero (0..59) ss -- the second whith a leading zero (00..59) z -- the milliseconds without leading zeroes (0..999) zzz -- the milliseconds with leading zeroes (000..999) AP -- use AM/PM display. AP will be replaced by either "AM" or "PM". ap -- use am/pm display. ap will be replaced by either "am" or "pm".
