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

.. tags:: Android

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.