Git commit 197408e815d00149f8e1483650f4c19cc5bc42f3 by Arjun AK. Committed on 30/06/2014 at 20:23. Pushed by arjunak into branch 'master'. Limit comments to 80 characters per line REVIEW: 119041 M +7 -3 qdigitdisplay.h http://commits.kde.org/kronometer/197408e815d00149f8e1483650f4c19cc5bc42f3 diff --git a/qdigitdisplay.h b/qdigitdisplay.h index e14fcec..7bc00ae 100644 --- a/qdigitdisplay.h +++ b/qdigitdisplay.h @@ -27,9 +27,13 @@ class QLabel; = /** * @brief A custom widget displaying up to three digits. - * This widget is meant to be used as a QLabel replacement to display the = digits of a timer component (minutes, seconds, etc.). - * By default a QLabel displays a single text and if the font is not monos= pace this might look bad when the text is refreshed very quickly, as in a s= topwatch timer. - * This widget instead displays the text by splitting it into up to three = different strings, displayed in different QLabels within a horizontal layou= t. (i.e. simulating a monospace font using adequate padding). + * This widget is meant to be used as a QLabel replacement to display the = digits + * of a timer component (minutes, seconds, etc.). By default a QLabel dis= plays + * a single text and if the font is not monospace this might look bad when= the + * text is refreshed very quickly, as in a stopwatch timer. This widget in= stead + * displays the text by splitting it into up to three different strings, d= isplayed + * in different QLabels within a horizontal layout. (i.e. simulating a mon= ospace font + * using adequate padding). */ class QDigitDisplay : public QWidget {