diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2015-01-07 15:47:40 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-01-07 12:33:30 -0800 |
commit | c4b7ed5444b4add0a8a525f7e0a89026f2092bb2 (patch) | |
tree | 943eaa91ca3f3fbd18eb0e94af1a5c29f285c9c7 /qt-ui/divelogimportdialog.ui | |
parent | 11fc888cdc07708394f047097a1dd6510eb4bb09 (diff) | |
download | subsurface-c4b7ed5444b4add0a8a525f7e0a89026f2092bb2.tar.gz |
CSV Import UI: Prettifications, hide headers, code cleanup.
Just a few cleanups.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/divelogimportdialog.ui')
-rw-r--r-- | qt-ui/divelogimportdialog.ui | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/qt-ui/divelogimportdialog.ui b/qt-ui/divelogimportdialog.ui index 89f96934f..7aace4847 100644 --- a/qt-ui/divelogimportdialog.ui +++ b/qt-ui/divelogimportdialog.ui @@ -125,6 +125,18 @@ <height>200</height> </size> </property> + <attribute name="horizontalHeaderVisible"> + <bool>false</bool> + </attribute> + <attribute name="horizontalHeaderHighlightSections"> + <bool>false</bool> + </attribute> + <attribute name="verticalHeaderVisible"> + <bool>false</bool> + </attribute> + <attribute name="verticalHeaderHighlightSections"> + <bool>false</bool> + </attribute> </widget> </item> <item> |