diff options
author | Christopher Roy Bratusek <nano@jpberlin.de> | 2015-04-19 10:15:19 +0200 |
---|---|---|
committer | Christopher Roy Bratusek <nano@jpberlin.de> | 2015-04-19 10:15:19 +0200 |
commit | d7ff36cb030fb6798d352998d645ab85c5d0fc62 (patch) | |
tree | d6063a41d6e3b9547a08f55bba90f9cafa03e458 /lumina-desktop/panel-plugins/clock/LClock.h | |
parent | Merge pull request #87 from william-os4y/search (diff) | |
download | lumina-d7ff36cb030fb6798d352998d645ab85c5d0fc62.tar.gz lumina-d7ff36cb030fb6798d352998d645ab85c5d0fc62.tar.bz2 lumina-d7ff36cb030fb6798d352998d645ab85c5d0fc62.zip |
4 time display modes for panel clock:
timeonly (default): display time, date as tooltip
dateonly : display date, time as tooltip
datetime : display date first then time
timedate : display time first then date
LSession option: DateTimeOrder (no UI yet)
Diffstat (limited to 'lumina-desktop/panel-plugins/clock/LClock.h')
-rw-r--r-- | lumina-desktop/panel-plugins/clock/LClock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lumina-desktop/panel-plugins/clock/LClock.h b/lumina-desktop/panel-plugins/clock/LClock.h index 8156e7d8..31bf13d6 100644 --- a/lumina-desktop/panel-plugins/clock/LClock.h +++ b/lumina-desktop/panel-plugins/clock/LClock.h @@ -26,7 +26,7 @@ public: private: QTimer *timer; QLabel *labelWidget; - QString timefmt, datefmt; + QString timefmt, datefmt, datetimeorder; bool deftime, defdate, useTZ; QTimeZone TZ; |