diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2014-02-27 13:28:58 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-02-27 10:48:47 -0800 |
commit | 52fe9101c8c69fee522385abf5d5e1037f60e59c (patch) | |
tree | f38730c8129872097cd7a032a19a0e7896fe2c37 /qt-ui/mainwindow.ui | |
parent | 169589413056c8c76f52de5db662fe2269ff8c65 (diff) | |
download | subsurface-52fe9101c8c69fee522385abf5d5e1037f60e59c.tar.gz |
New profile: add placeholder code for the RulerItem
This patch just creates two files for the rulerItem, a .h and a .cpp.
nothing was done to make it visible on the new profile yet - will do that
on the next commits
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/mainwindow.ui')
-rw-r--r-- | qt-ui/mainwindow.ui | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/qt-ui/mainwindow.ui b/qt-ui/mainwindow.ui index e6adb5ba2..accfe4758 100644 --- a/qt-ui/mainwindow.ui +++ b/qt-ui/mainwindow.ui @@ -807,11 +807,6 @@ <string>Auto Group</string> </property> </action> - <action name="actionToggleZoom"> - <property name="text"> - <string>Toggle &Zoom</string> - </property> - </action> <action name="actionYearlyStatistics"> <property name="text"> <string>&Yearly Statistics</string> |