diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-10-17 16:30:32 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-10-17 16:30:32 -0700 |
commit | 8259b1a59aa679a65df2130d507fcccab9fa4fe1 (patch) | |
tree | 232213fd65f8b7e0ca344830c07cc4ac412c512f /qt-ui/mainwindow.ui | |
parent | 8f623c2c72dfcae6b9fa49339e40b946c8877ae6 (diff) | |
download | subsurface-8259b1a59aa679a65df2130d507fcccab9fa4fe1.tar.gz |
Implement hook up autogroup menu
This tracks the autogroup state remembered in data files. Toggling the
checkable menu item causes the divelist to be marked as changed. This
might actually be untrue - but that's really hard to track so this is the
"better safe than sorry" approach.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/mainwindow.ui')
-rw-r--r-- | qt-ui/mainwindow.ui | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/qt-ui/mainwindow.ui b/qt-ui/mainwindow.ui index 8a108118e..ffe55c1f9 100644 --- a/qt-ui/mainwindow.ui +++ b/qt-ui/mainwindow.ui @@ -169,7 +169,7 @@ <x>0</x> <y>0</y> <width>763</width> - <height>23</height> + <height>32</height> </rect> </property> <widget class="QMenu" name="menuFile"> @@ -344,6 +344,9 @@ </property> </action> <action name="actionAutoGroup"> + <property name="checkable"> + <bool>true</bool> + </property> <property name="text"> <string>Auto Group</string> </property> @@ -443,11 +446,12 @@ </property> </action> <action name="actionImportCSV"> - <property name="text"> - <string>Import CSV</string> - </property> - <property name="toolTip"> - </property> + <property name="text"> + <string>Import CSV</string> + </property> + <property name="toolTip"> + <string>Import CSV</string> + </property> </action> </widget> <customwidgets> |