diff options
author | Anton Lundin <glance@acc.umu.se> | 2013-09-18 14:31:15 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-09-18 11:59:53 -0500 |
commit | 7d9c1e9ee4e4e251f3a3b5e5901818fb5aaa340e (patch) | |
tree | b85194d3ee74bc21f6e0c116904dc0f4303abe6d /qt-ui/preferences.ui | |
parent | 93d6eb13977aaf1e17fbb1861a2df001b67b8303 (diff) | |
download | subsurface-7d9c1e9ee4e4e251f3a3b5e5901818fb5aaa340e.tar.gz |
Show sample time in the mouseover.
This is really nice to have when looking at specific coutures of a dive
or events.
Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/preferences.ui')
-rw-r--r-- | qt-ui/preferences.ui | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/qt-ui/preferences.ui b/qt-ui/preferences.ui index 2ecd0963c..55076235d 100644 --- a/qt-ui/preferences.ui +++ b/qt-ui/preferences.ui @@ -686,6 +686,17 @@ </item> </layout> </item> + <item> + <layout class="QHBoxLayout" name="horizontalLayout_11"> + <item> + <widget class="QCheckBox" name="show_time"> + <property name="text"> + <string>Show time</string> + </property> + </widget> + </item> + </layout> + </item> </layout> </widget> </item> |