diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2015-08-31 21:11:28 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-08-31 18:42:56 -0700 |
commit | 560426bf82ef7cb163d8046b722c12b76604006c (patch) | |
tree | 59973bb1bb0b077e4c097e85f13d227860bc00ba /qt-ui/locationInformation.ui | |
parent | b52b95f3ec2e0dc730f991f25b7cefe30750cc72 (diff) | |
download | subsurface-560426bf82ef7cb163d8046b722c12b76604006c.tar.gz |
Offer the option to merge dive sites.
Almost finishing. :)
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/locationInformation.ui')
-rw-r--r-- | qt-ui/locationInformation.ui | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qt-ui/locationInformation.ui b/qt-ui/locationInformation.ui index e7ab45ce0..a2fd63576 100644 --- a/qt-ui/locationInformation.ui +++ b/qt-ui/locationInformation.ui @@ -98,6 +98,9 @@ <verstretch>0</verstretch> </sizepolicy> </property> + <property name="selectionMode"> + <enum>QAbstractItemView::MultiSelection</enum> + </property> <property name="modelColumn"> <number>0</number> </property> |