aboutsummaryrefslogtreecommitdiffstats
path: root/examples/widgets/widgets/digitalclock/doc/digitalclock.rst
blob: ef800d9c02737f46a4ddf1bb875e581b7800e5ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Digital Clock Example
=====================

The Digital Clock example shows how to use QLCDNumber to display a number with
LCD-like digits.

.. image:: digitalclock-screenshot.png
  :width: 400
  :alt: Digital Clock Screenshot

This example also demonstrates how QTimer can be used to update a widget at
regular intervals.